/external/chromium_org/ppapi/c/private/ |
H A D | ppb_flash_device_id.h | 41 int32_t (*GetDeviceID)(PP_Resource device_id, member in struct:PPB_Flash_DeviceID_1_0
|
H A D | ppb_flash_drm.h | 47 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 D | ppb_flash.h | 266 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 D | flash_device_id.cc | 33 int32_t DeviceID::GetDeviceID( function in class:pp::flash::DeviceID 36 return get_interface<PPB_Flash_DeviceID_1_0>()->GetDeviceID(
|
H A D | flash_drm.cc | 48 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 D | ppb_flash_device_id_thunk.cc | 30 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 D | ppb_flash_drm_thunk.cc | 30 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 D | ppb_flash_thunk.cc | 127 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 D | device_policy_identity_strategy.cc | 47 std::string DevicePolicyIdentityStrategy::GetDeviceID() { function in class:policy::DevicePolicyIdentityStrategy
|
H A D | user_policy_identity_strategy.cc | 164 std::string UserPolicyIdentityStrategy::GetDeviceID() { function in class:policy::UserPolicyIdentityStrategy
|
/external/chromium_org/ppapi/proxy/ |
H A D | flash_drm_resource.cc | 31 int32_t FlashDRMResource::GetDeviceID(PP_Var* id, function in class:ppapi::proxy::FlashDRMResource
|
/external/chromium_org/device/bluetooth/ |
H A D | bluetooth_device_win.cc | 82 uint16 BluetoothDeviceWin::GetDeviceID() const { function in class:device::BluetoothDeviceWin
|
H A D | bluetooth_device_chromeos.cc | 183 uint16 BluetoothDeviceChromeOS::GetDeviceID() const { function in class:chromeos::BluetoothDeviceChromeOS
|
/external/chromium_org/media/audio/win/ |
H A D | core_audio_util_win.cc | 145 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));
|