Searched defs:GetDeviceID (Results 1 - 14 of 14) 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
78 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::__anon10314
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.cc30 int32_t GetDeviceID(PP_Resource drm, function in namespace:ppapi::thunk::__anon10315
33 VLOG(4) << "PPB_Flash_DRM::GetDeviceID()";
37 return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback()));
72 &GetDeviceID,
79 &GetDeviceID,
H A Dppb_flash_thunk.cc127 PP_Var GetDeviceID(PP_Instance instance) { function in namespace:ppapi::thunk::__anon10323
177 &GetDeviceID,
195 &GetDeviceID,
214 &GetDeviceID,
/external/chromium/chrome/browser/policy/
H A Ddevice_policy_identity_strategy.cc47 std::string DevicePolicyIdentityStrategy::GetDeviceID() { function in class:policy::DevicePolicyIdentityStrategy
H A Duser_policy_identity_strategy.cc164 std::string UserPolicyIdentityStrategy::GetDeviceID() { function in class:policy::UserPolicyIdentityStrategy
/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.cc82 uint16 BluetoothDeviceWin::GetDeviceID() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc183 uint16 BluetoothDeviceChromeOS::GetDeviceID() const { function in class:chromeos::BluetoothDeviceChromeOS
/external/chromium_org/media/audio/win/
H A Dcore_audio_util_win.cc145 static std::string GetDeviceID(IMMDevice* device) { function in namespace:media
275 return device ? GetDeviceID(device) : std::string();
304 device_name.unique_id = GetDeviceID(device);
409 return output_device ? GetDeviceID(output_device) : std::string();
434 std::string str_default(GetDeviceID(device));

Completed in 804 milliseconds