Searched refs:GetDeviceID (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/ppapi/thunk/
H A Dppb_flash_device_id_thunk.cc30 int32_t GetDeviceID(PP_Resource device_id, function in namespace:ppapi::thunk::__anon10265
33 VLOG(4) << "PPB_Flash_DeviceID::GetDeviceID()";
37 return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback()));
42 &GetDeviceID
H A Dppb_flash_drm_api.h18 virtual int32_t GetDeviceID(PP_Var* id,
H A Dppb_flash_drm_thunk.cc28 int32_t GetDeviceID(PP_Resource drm, function in namespace:ppapi::thunk::__anon10266
31 VLOG(4) << "PPB_Flash_DRM::GetDeviceID()";
35 return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback()));
70 &GetDeviceID,
77 &GetDeviceID,
H A Dppb_flash_thunk.cc127 PP_Var GetDeviceID(PP_Instance instance) { function in namespace:ppapi::thunk::__anon10274
177 &GetDeviceID,
195 &GetDeviceID,
214 &GetDeviceID,
/external/chromium_org/ppapi/c/private/
H A Dppb_flash_device_id.h41 int32_t (*GetDeviceID)(PP_Resource device_id, member in struct:PPB_Flash_DeviceID_1_0
H A Dppb_flash_drm.h47 int32_t (*GetDeviceID)(PP_Resource drm, member in struct:PPB_Flash_DRM_1_1
80 int32_t (*GetDeviceID)(PP_Resource drm, member in struct:PPB_Flash_DRM_1_0
H A Dppb_flash.h266 struct PP_Var (*GetDeviceID)(PP_Instance instance); member in struct:PPB_Flash_12_4
297 struct PP_Var (*GetDeviceID)(PP_Instance instance); member in struct:PPB_Flash_12_5
331 struct PP_Var (*GetDeviceID)(PP_Instance instance); member in struct:PPB_Flash_12_6
/external/chromium_org/ppapi/cpp/private/
H A Dflash_device_id.h20 int32_t GetDeviceID(const CompletionCallbackWithOutput<Var>& callback);
H A Dflash_device_id.cc33 int32_t DeviceID::GetDeviceID( function in class:pp::flash::DeviceID
36 return get_interface<PPB_Flash_DeviceID_1_0>()->GetDeviceID(
H A Dflash_drm.cc48 int32_t DRM::GetDeviceID(const CompletionCallbackWithOutput<Var>& callback) { function in class:pp::flash::DRM
50 return get_interface<PPB_Flash_DRM_1_1>()->GetDeviceID(
56 return get_interface<PPB_Flash_DRM_1_0>()->GetDeviceID(
62 return get_interface<PPB_Flash_DeviceID_1_0>()->GetDeviceID(
H A Dflash_drm.h24 int32_t GetDeviceID(const CompletionCallbackWithOutput<Var>& callback);
H A Dflash.h63 static Var GetDeviceID(const InstanceHandle& instance);
/external/chromium_org/ppapi/api/private/
H A Dppb_flash_device_id.idl25 int32_t GetDeviceID([in] PP_Resource device_id,
H A Dppb_flash_drm.idl32 int32_t GetDeviceID([in] PP_Resource drm,
H A Dppb_flash.idl232 PP_Var GetDeviceID([in] PP_Instance instance);
/external/chromium_org/ppapi/tests/
H A Dtest_flash_drm.cc39 RUN_TEST(GetDeviceID, filter);
51 int32_t rv = device_id.GetDeviceID(output_callback.GetCallback());
64 int32_t rv = drm.GetDeviceID(output_callback.GetCallback());
/external/chromium_org/ppapi/proxy/
H A Dflash_drm_resource.h32 virtual int32_t GetDeviceID(PP_Var* id,
H A Dflash_drm_resource.cc31 int32_t FlashDRMResource::GetDeviceID(PP_Var* id, function in class:ppapi::proxy::FlashDRMResource
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc41 ON_CALL(*this, GetDeviceID())
H A Dmock_bluetooth_device.h35 MOCK_CONST_METHOD0(GetDeviceID, uint16());
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.cc242 VLOG(1) << "RequestPinCode id = " << device->GetDeviceID()
249 VLOG(1) << "RequestPassKey id = " << device->GetDeviceID()
256 VLOG(1) << "DisplayPinCode id = " << device->GetDeviceID()
268 VLOG(1) << "DisplayPassKey id = " << device->GetDeviceID()
339 VLOG(1) << "BT input device added id = " << device->GetDeviceID() <<
347 VLOG(1) << "BT device changed id = " << device->GetDeviceID() << " name = " <<
355 VLOG(1) << "BT device removed id = " << device->GetDeviceID() << " name = " <<
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_mac.h32 virtual uint16 GetDeviceID() const OVERRIDE;
H A Dbluetooth_device_win.h38 virtual uint16 GetDeviceID() const OVERRIDE;
H A Dbluetooth_device.h193 virtual uint16 GetDeviceID() const = 0;
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPI_v7_9.h79 virtual HRESULT GetDeviceID (/* out */ uint16_t *deviceId, /* out */ BMDDeckControlError *error) = 0;

Completed in 2199 milliseconds

12