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 84 int32_t AudioInput_Dev::MonitorDeviceChange(
88 return get_interface<PPB_AudioInput_Dev_0_4>()->MonitorDeviceChange(
92 return get_interface<PPB_AudioInput_Dev_0_3>()->MonitorDeviceChange(
video_capture_dev.cc 74 int32_t VideoCapture_Dev::MonitorDeviceChange(
78 return get_interface<PPB_VideoCapture_Dev_0_3>()->MonitorDeviceChange(
  /external/chromium_org/ppapi/thunk/
ppb_video_capture_api.h 31 virtual int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
ppb_video_capture_thunk.cc 55 int32_t MonitorDeviceChange(PP_Resource video_capture,
61 return enter.object()->MonitorDeviceChange(callback, user_data);
130 &MonitorDeviceChange,
ppb_audio_input_api.h 28 virtual int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
ppb_audio_input_dev_thunk.cc 57 int32_t MonitorDeviceChange(PP_Resource audio_input,
60 VLOG(4) << "PPB_AudioInput_Dev::MonitorDeviceChange()";
64 return enter.object()->MonitorDeviceChange(callback, user_data);
148 &MonitorDeviceChange,
160 &MonitorDeviceChange,
  /external/chromium_org/ppapi/api/dev/
ppb_audio_input_dev.idl 130 * same thread as the one on which MonitorDeviceChange() is called. It will
132 * <code>MonitorDeviceChange()</code> is called to set a new callback for
141 int32_t MonitorDeviceChange(
ppb_video_capture_dev.idl 103 * same thread as the one on which MonitorDeviceChange() is called. It will
105 * <code>MonitorDeviceChange()</code> is called to set a new callback for
114 int32_t MonitorDeviceChange(
  /external/chromium_org/ppapi/c/dev/
ppb_audio_input_dev.h 126 * same thread as the one on which MonitorDeviceChange() is called. It will
128 * <code>MonitorDeviceChange()</code> is called to set a new callback for
136 int32_t (*MonitorDeviceChange)(PP_Resource audio_input,
238 int32_t (*MonitorDeviceChange)(PP_Resource audio_input,
ppb_video_capture_dev.h 98 * same thread as the one on which MonitorDeviceChange() is called. It will
100 * <code>MonitorDeviceChange()</code> is called to set a new callback for
108 int32_t (*MonitorDeviceChange)(PP_Resource video_capture,
  /external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper.h 45 int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
audio_input_resource.h 44 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.
340 result = device_enumeration.MonitorDeviceChange(
344 // Should have sent another MonitorDeviceChange message.
384 result = device_enumeration.MonitorDeviceChange(NULL, NULL);
video_capture_resource.h 38 virtual int32_t MonitorDeviceChange(
audio_input_resource.cc 68 int32_t AudioInputResource::MonitorDeviceChange(
71 return enumeration_helper_.MonitorDeviceChange(callback, user_data);
video_capture_resource.cc 77 int32_t VideoCaptureResource::MonitorDeviceChange(
80 return enumeration_helper_.MonitorDeviceChange(callback, user_data);
device_enumeration_resource_helper.cc 88 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 176 TEST_F(PepperDeviceEnumerationHostHelperTest, MonitorDeviceChange) {
186 // 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 376 milliseconds