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

  /external/chromium_org/ppapi/cpp/dev/
audio_input_dev.h 40 int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
video_capture_dev.h 32 int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
audio_input_dev.cc 62 int32_t AudioInput_Dev::MonitorDeviceChange(
66 return get_interface<PPB_AudioInput_Dev_0_4>()->MonitorDeviceChange(
70 return get_interface<PPB_AudioInput_Dev_0_3>()->MonitorDeviceChange(
video_capture_dev.cc 51 int32_t VideoCapture_Dev::MonitorDeviceChange(
55 return get_interface<PPB_VideoCapture_Dev_0_3>()->MonitorDeviceChange(
  /external/chromium_org/ppapi/thunk/
ppb_audio_input_api.h 25 virtual int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
ppb_video_capture_api.h 28 virtual int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
ppb_video_capture_thunk.cc 44 int32_t MonitorDeviceChange(PP_Resource video_capture,
50 return enter.object()->MonitorDeviceChange(callback, user_data);
108 &MonitorDeviceChange,
ppb_audio_input_dev_thunk.cc 45 int32_t MonitorDeviceChange(PP_Resource audio_input,
48 VLOG(4) << "PPB_AudioInput_Dev::MonitorDeviceChange()";
52 return enter.object()->MonitorDeviceChange(callback, user_data);
125 &MonitorDeviceChange,
137 &MonitorDeviceChange,
  /external/chromium_org/ppapi/c/dev/
ppb_audio_input_dev.h 125 * same thread as the one on which MonitorDeviceChange() is called. It will
127 * <code>MonitorDeviceChange()</code> is called to set a new callback for
135 int32_t (*MonitorDeviceChange)(PP_Resource audio_input,
219 int32_t (*MonitorDeviceChange)(PP_Resource audio_input,
ppb_video_capture_dev.h 97 * same thread as the one on which MonitorDeviceChange() is called. It will
99 * <code>MonitorDeviceChange()</code> is called to set a new callback for
107 int32_t (*MonitorDeviceChange)(PP_Resource video_capture,
  /external/chromium_org/ppapi/api/dev/
ppb_video_capture_dev.idl 83 * same thread as the one on which MonitorDeviceChange() is called. It will
85 * <code>MonitorDeviceChange()</code> is called to set a new callback for
94 int32_t MonitorDeviceChange(
ppb_audio_input_dev.idl 102 * same thread as the one on which MonitorDeviceChange() is called. It will
104 * <code>MonitorDeviceChange()</code> is called to set a new callback for
113 int32_t MonitorDeviceChange(
  /external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper.h 43 int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
video_capture_resource.h 35 virtual int32_t MonitorDeviceChange(
audio_input_resource.h 45 virtual int32_t MonitorDeviceChange(
device_enumeration_resource_helper_unittest.cc 273 TEST_F(DeviceEnumerationResourceHelperTest, MonitorDeviceChange) {
283 int32_t result = device_enumeration.MonitorDeviceChange(
287 // Should have sent a MonitorDeviceChange message.
338 result = device_enumeration.MonitorDeviceChange(
342 // Should have sent another MonitorDeviceChange message.
380 result = device_enumeration.MonitorDeviceChange(NULL, NULL);
audio_input_resource.cc 63 int32_t AudioInputResource::MonitorDeviceChange(
66 return enumeration_helper_.MonitorDeviceChange(callback, user_data);
video_capture_resource.cc 71 int32_t VideoCaptureResource::MonitorDeviceChange(
74 return enumeration_helper_.MonitorDeviceChange(callback, user_data);
device_enumeration_resource_helper.cc 70 int32_t DeviceEnumerationResourceHelper::MonitorDeviceChange(
  /external/chromium_org/ppapi/examples/audio_input/
audio_input.cc 55 device_detector_.MonitorDeviceChange(NULL, NULL);
98 int32_t result = device_detector_.MonitorDeviceChange(
  /external/chromium_org/content/renderer/pepper/
pepper_device_enumeration_host_helper_unittest.cc 177 TEST_F(PepperDeviceEnumerationHostHelperTest, MonitorDeviceChange) {
187 // StopEnumerateDevices() shouldn't be called because the MonitorDeviceChange
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 182 video_capture_.MonitorDeviceChange(NULL, NULL);
205 int32_t result = video_capture_.MonitorDeviceChange(
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 301 milliseconds