HomeSort by relevance Sort by last modified time
    Searched refs:device_ref (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_device_ref_dev_thunk.cc 25 PP_DeviceType_Dev GetType(PP_Resource device_ref) {
27 EnterResource<PPB_DeviceRef_API> enter(device_ref, true);
33 struct PP_Var GetName(PP_Resource device_ref) {
35 EnterResource<PPB_DeviceRef_API> enter(device_ref, true);
ppb_audio_input_api.h 27 virtual int32_t Open0_3(PP_Resource device_ref,
32 virtual int32_t Open(PP_Resource device_ref,
ppb_video_capture_thunk.cc 54 PP_Resource device_ref,
63 // |device_id| remains empty if |device_ref| is 0, which means the default
65 if (device_ref != 0) {
66 EnterResourceNoLock<PPB_DeviceRef_API> enter_device_ref(device_ref, true);
ppb_audio_input_dev_thunk.cc 56 PP_Resource device_ref,
65 return enter.SetResult(enter.object()->Open0_3(device_ref,
73 PP_Resource device_ref,
82 return enter.SetResult(enter.object()->Open(device_ref,
  /external/chromium_org/ppapi/c/dev/
ppb_device_ref_dev.h 83 * @param[in] device_ref A <code>PP_Resource</code> corresponding to a device
88 PP_DeviceType_Dev (*GetType)(PP_Resource device_ref);
92 * @param[in] device_ref A <code>PP_Resource</code> corresponding to a device
99 struct PP_Var (*GetName)(PP_Resource device_ref);
ppb_audio_input_dev.h 144 * @param[in] device_ref Identifies an audio input device. It could be one of
159 PP_Resource device_ref,
223 PP_Resource device_ref,
ppb_video_capture_dev.h 111 * Opens a video capture device. |device_ref| identifies a video capture
124 PP_Resource device_ref,
  /external/chromium_org/ppapi/api/dev/
ppb_device_ref_dev.idl 57 * @param[in] device_ref A <code>PP_Resource</code> corresponding to a device
63 PP_DeviceType_Dev GetType([in] PP_Resource device_ref);
68 * @param[in] device_ref A <code>PP_Resource</code> corresponding to a device
75 PP_Var GetName([in] PP_Resource device_ref);
ppb_video_capture_dev.idl 100 * Opens a video capture device. |device_ref| identifies a video capture
114 [in] PP_Resource device_ref,
ppb_audio_input_dev.idl 124 * @param[in] device_ref Identifies an audio input device. It could be one of
140 [in] PP_Resource device_ref,
  /external/chromium_org/ppapi/cpp/dev/
audio_input_dev.h 43 /// If |device_ref| is null (i.e., is_null() returns true), the default device
47 int32_t Open(const DeviceRef_Dev& device_ref,
54 int32_t Open(const DeviceRef_Dev& device_ref,
audio_input_dev.cc 77 int32_t AudioInput_Dev::Open(const DeviceRef_Dev& device_ref,
84 pp_resource(), device_ref.pp_resource(), config.pp_resource(),
92 const DeviceRef_Dev& device_ref,
99 pp_resource(), device_ref.pp_resource(), config.pp_resource(),
video_capture_dev.h 34 int32_t Open(const DeviceRef_Dev& device_ref,
video_capture_dev.cc 63 const DeviceRef_Dev& device_ref,
69 pp_resource(), device_ref.pp_resource(), &requested_info, buffer_count,
  /external/chromium_org/ppapi/proxy/
audio_input_resource.h 48 virtual int32_t Open0_3(PP_Resource device_ref,
53 virtual int32_t Open(PP_Resource device_ref,
92 int32_t CommonOpen(PP_Resource device_ref,
audio_input_resource.cc 70 PP_Resource device_ref,
75 return CommonOpen(device_ref, config, audio_input_callback_0_3, NULL,
79 int32_t AudioInputResource::Open(PP_Resource device_ref,
84 return CommonOpen(device_ref, config, NULL, audio_input_callback, user_data,
290 PP_Resource device_ref,
297 // |device_id| remains empty if |device_ref| is 0, which means the default
299 if (device_ref != 0) {
301 device_ref, true);
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_mac.h 84 IOHIDDeviceRef device_ref; member in struct:content::GamepadPlatformDataFetcherMac::AssociatedData::__anon11480::__anon11481
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 251 milliseconds