Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_flash_device_id.h
Go to the documentation of this file.
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file.
4  */
5 
6 /* From private/ppb_flash_device_id.idl modified Thu Oct 20 13:57:04 2016. */
7 
8 #ifndef PPAPI_C_PRIVATE_PPB_FLASH_DEVICE_ID_H_
9 #define PPAPI_C_PRIVATE_PPB_FLASH_DEVICE_ID_H_
10 
11 #include "ppapi/c/pp_bool.h"
13 #include "ppapi/c/pp_instance.h"
14 #include "ppapi/c/pp_macros.h"
15 #include "ppapi/c/pp_resource.h"
16 #include "ppapi/c/pp_stdint.h"
17 #include "ppapi/c/pp_var.h"
18 
19 #define PPB_FLASH_DEVICEID_INTERFACE_1_0 "PPB_Flash_DeviceID;1.0"
20 #define PPB_FLASH_DEVICEID_INTERFACE PPB_FLASH_DEVICEID_INTERFACE_1_0
21 
32 /* TODO(raymes): This is deprecated by the PPB_Flash_DRM interface. Remove this
33  * interface after a few versions of Chrome have passed. */
35  PP_Resource (*Create)(PP_Instance instance);
41  int32_t (*GetDeviceID)(PP_Resource device_id,
42  struct PP_Var* id,
43  struct PP_CompletionCallback callback);
44 };
45 
51 #endif /* PPAPI_C_PRIVATE_PPB_FLASH_DEVICE_ID_H_ */
52 
int32_t PP_Resource
Definition: pp_resource.h:40
Definition: pp_var.h:166
int32_t PP_Instance
Definition: pp_instance.h:34
Definition: ppb_flash_device_id.h:34
int32_t(* GetDeviceID)(PP_Resource device_id, struct PP_Var *id, struct PP_CompletionCallback callback)
Definition: ppb_flash_device_id.h:41
Definition: pp_completion_callback.h:139