HomeSort by relevance Sort by last modified time
    Searched defs:GetDeviceID (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ppapi/cpp/private/
flash_device_id.cc 33 int32_t DeviceID::GetDeviceID(
36 return get_interface<PPB_Flash_DeviceID_1_0>()->GetDeviceID(
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(
  /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/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_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/proxy/
flash_drm_resource.cc 31 int32_t FlashDRMResource::GetDeviceID(PP_Var* id,
  /external/chromium_org/device/bluetooth/
bluetooth_device_win.cc 165 uint16 BluetoothDeviceWin::GetDeviceID() const {
bluetooth_device_chromeos.cc 209 uint16 BluetoothDeviceChromeOS::GetDeviceID() const {
  /external/chromium_org/media/audio/win/
core_audio_util_win.cc 151 static std::string GetDeviceID(IMMDevice* device) {
293 return device ? GetDeviceID(device) : std::string();
322 device_name.unique_id = GetDeviceID(device);
427 return output_device ? GetDeviceID(output_device) : std::string();
452 std::string str_default(GetDeviceID(device));
    [all...]

Completed in 1214 milliseconds