HomeSort by relevance Sort by last modified time
    Searched defs:GetDeviceID (Results 1 - 13 of 13) 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 41 int32_t DRM::GetDeviceID(const CompletionCallbackWithOutput<Var>& callback) {
43 return get_interface<PPB_Flash_DRM_1_0>()->GetDeviceID(
49 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 46 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 30 int32_t GetDeviceID(PP_Resource drm,
33 VLOG(4) << "PPB_Flash_DRM::GetDeviceID()";
37 return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback()));
61 &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 32 int32_t FlashDRMResource::GetDeviceID(PP_Var* id,
  /external/chromium/chrome/browser/policy/
device_policy_identity_strategy.cc 47 std::string DevicePolicyIdentityStrategy::GetDeviceID() {
user_policy_identity_strategy.cc 164 std::string UserPolicyIdentityStrategy::GetDeviceID() {
  /external/chromium_org/device/bluetooth/
bluetooth_device_win.cc 82 uint16 BluetoothDeviceWin::GetDeviceID() const {
bluetooth_device_chromeos.cc 183 uint16 BluetoothDeviceChromeOS::GetDeviceID() const {

Completed in 197 milliseconds