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 27 PP_DeviceType_Dev GetType(PP_Resource device_ref) {
29 EnterResource<PPB_DeviceRef_API> enter(device_ref, true);
35 struct PP_Var GetName(PP_Resource device_ref) {
37 EnterResource<PPB_DeviceRef_API> enter(device_ref, true);
ppb_audio_input_api.h 30 virtual int32_t Open0_2(PP_Resource device_ref,
35 virtual int32_t Open(PP_Resource device_ref,
ppb_video_capture_thunk.cc 65 PP_Resource device_ref,
74 // |device_id| remains empty if |device_ref| is 0, which means the default
76 if (device_ref != 0) {
77 EnterResourceNoLock<PPB_DeviceRef_API> enter_device_ref(device_ref, true);
ppb_audio_input_dev_thunk.cc 68 PP_Resource device_ref,
77 return enter.SetResult(enter.object()->Open0_2(device_ref,
85 PP_Resource device_ref,
94 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_video_capture_dev.h 112 * Opens a video capture device. |device_ref| identifies a video capture
125 PP_Resource device_ref,
171 PP_Resource device_ref,
ppb_audio_input_dev.h 145 * @param[in] device_ref Identifies an audio input device. It could be one of
160 PP_Resource device_ref,
221 PP_Resource device_ref,
242 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_audio_input_dev.idl 152 * @param[in] device_ref Identifies an audio input device. It could be one of
168 [in] PP_Resource device_ref,
ppb_video_capture_dev.idl 120 * Opens a video capture device. |device_ref| identifies a video capture
134 [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,
video_capture_dev.h 34 int32_t Open(const DeviceRef_Dev& device_ref,
audio_input_dev.cc 99 int32_t AudioInput_Dev::Open(const DeviceRef_Dev& device_ref,
106 pp_resource(), device_ref.pp_resource(), config.pp_resource(),
114 const DeviceRef_Dev& device_ref,
121 pp_resource(), device_ref.pp_resource(), config.pp_resource(),
126 pp_resource(), device_ref.pp_resource(), config.pp_resource(),
video_capture_dev.cc 86 const DeviceRef_Dev& device_ref,
92 pp_resource(), device_ref.pp_resource(), &requested_info, buffer_count,
97 pp_resource(), device_ref.pp_resource(), &requested_info, buffer_count,
  /external/chromium_org/ppapi/proxy/
audio_input_resource.h 47 virtual int32_t Open0_2(PP_Resource device_ref,
52 virtual int32_t Open(PP_Resource device_ref,
91 int32_t CommonOpen(PP_Resource device_ref,
audio_input_resource.cc 75 PP_Resource device_ref,
80 return CommonOpen(device_ref, config, audio_input_callback_0_2, NULL,
84 int32_t AudioInputResource::Open(PP_Resource device_ref,
89 return CommonOpen(device_ref, config, NULL, audio_input_callback, user_data,
267 PP_Resource device_ref,
274 // |device_id| remains empty if |device_ref| is 0, which means the default
276 if (device_ref != 0) {
278 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::__anon10006::__anon10007
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 638 milliseconds