HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceID (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/ppapi/thunk/
ppb_flash_device_id_thunk.cc 30 int32_t GetDeviceID(PP_Resource device_id,
33 VLOG(4) << "PPB_Flash_DeviceID::GetDeviceID()";
37 return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback()));
42 &GetDeviceID
ppb_flash_drm_api.h 18 virtual int32_t GetDeviceID(PP_Var* id,
ppb_flash_drm_thunk.cc 28 int32_t GetDeviceID(PP_Resource drm,
31 VLOG(4) << "PPB_Flash_DRM::GetDeviceID()";
35 return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback()));
70 &GetDeviceID,
77 &GetDeviceID,
ppb_flash_thunk.cc 127 PP_Var GetDeviceID(PP_Instance instance) {
177 &GetDeviceID,
195 &GetDeviceID,
214 &GetDeviceID,
  /external/chromium_org/ppapi/c/private/
ppb_flash_device_id.h 41 int32_t (*GetDeviceID)(PP_Resource device_id,
ppb_flash_drm.h 47 int32_t (*GetDeviceID)(PP_Resource drm,
80 int32_t (*GetDeviceID)(PP_Resource drm,
ppb_flash.h 266 struct PP_Var (*GetDeviceID)(PP_Instance instance);
297 struct PP_Var (*GetDeviceID)(PP_Instance instance);
331 struct PP_Var (*GetDeviceID)(PP_Instance instance);
  /external/chromium_org/ppapi/cpp/private/
flash_device_id.h 20 int32_t GetDeviceID(const CompletionCallbackWithOutput<Var>& callback);
flash_device_id.cc 33 int32_t DeviceID::GetDeviceID(
36 return get_interface<PPB_Flash_DeviceID_1_0>()->GetDeviceID(
flash_drm.h 24 int32_t GetDeviceID(const CompletionCallbackWithOutput<Var>& callback);
flash_drm.cc 48 int32_t DRM::GetDeviceID(const CompletionCallbackWithOutput<Var>& callback) {
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(
flash.h 63 static Var GetDeviceID(const InstanceHandle& instance);
  /external/chromium_org/ppapi/api/private/
ppb_flash_device_id.idl 25 int32_t GetDeviceID([in] PP_Resource device_id,
ppb_flash_drm.idl 32 int32_t GetDeviceID([in] PP_Resource drm,
ppb_flash.idl 232 PP_Var GetDeviceID([in] PP_Instance instance);
  /external/chromium_org/ppapi/tests/
test_flash_drm.cc 39 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/
flash_drm_resource.h 32 virtual int32_t GetDeviceID(PP_Var* id,
flash_drm_resource.cc 31 int32_t FlashDRMResource::GetDeviceID(PP_Var* id,
  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 32 virtual uint16 GetDeviceID() const OVERRIDE;
bluetooth_device.h 193 virtual uint16 GetDeviceID() const = 0;
bluetooth_device_win.h 38 virtual uint16 GetDeviceID() const OVERRIDE;
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 41 ON_CALL(*this, GetDeviceID())
mock_bluetooth_device.h 35 MOCK_CONST_METHOD0(GetDeviceID, uint16());
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.cc 242 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/third_party/decklink/mac/include/
DeckLinkAPI_v7_9.h 79 virtual HRESULT GetDeviceID (/* out */ uint16_t *deviceId, /* out */ BMDDeckControlError *error) = 0;

Completed in 259 milliseconds

1 2