Searched defs:GetDeviceID (Results 1 - 12 of 12) sorted by relevance

/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.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(
/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_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/proxy/
H A Dflash_drm_resource.cc31 int32_t FlashDRMResource::GetDeviceID(PP_Var* id, function in class:ppapi::proxy::FlashDRMResource
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_win.cc165 uint16 BluetoothDeviceWin::GetDeviceID() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc209 uint16 BluetoothDeviceChromeOS::GetDeviceID() const { function in class:chromeos::BluetoothDeviceChromeOS
/external/chromium_org/media/audio/win/
H A Dcore_audio_util_win.cc151 static std::string GetDeviceID(IMMDevice* device) { function in namespace:media
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));

Completed in 161 milliseconds