Searched refs:MonitorDeviceChange (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_capture_dev.h32 int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
H A Daudio_input_dev.cc62 int32_t AudioInput_Dev::MonitorDeviceChange( function in class:pp::AudioInput_Dev
66 return get_interface<PPB_AudioInput_Dev_0_4>()->MonitorDeviceChange(
70 return get_interface<PPB_AudioInput_Dev_0_3>()->MonitorDeviceChange(
H A Daudio_input_dev.h40 int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
H A Dvideo_capture_dev.cc51 int32_t VideoCapture_Dev::MonitorDeviceChange( function in class:pp::VideoCapture_Dev
55 return get_interface<PPB_VideoCapture_Dev_0_3>()->MonitorDeviceChange(
/external/chromium_org/ppapi/c/dev/
H A Dppb_audio_input_dev.h125 * 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, member in struct:PPB_AudioInput_Dev_0_4
219 int32_t (*MonitorDeviceChange)(PP_Resource audio_input, member in struct:PPB_AudioInput_Dev_0_3
H A Dppb_video_capture_dev.h97 * 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, member in struct:PPB_VideoCapture_Dev_0_3
/external/chromium_org/ppapi/thunk/
H A Dppb_video_capture_thunk.cc44 int32_t MonitorDeviceChange(PP_Resource video_capture, function in namespace:ppapi::thunk::__anon10320
50 return enter.object()->MonitorDeviceChange(callback, user_data);
108 &MonitorDeviceChange,
H A Dppb_audio_input_api.h25 virtual int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
H A Dppb_audio_input_dev_thunk.cc45 int32_t MonitorDeviceChange(PP_Resource audio_input, function in namespace:ppapi::thunk::__anon10241
48 VLOG(4) << "PPB_AudioInput_Dev::MonitorDeviceChange()";
52 return enter.object()->MonitorDeviceChange(callback, user_data);
125 &MonitorDeviceChange,
137 &MonitorDeviceChange,
H A Dppb_video_capture_api.h28 virtual int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
/external/chromium_org/ppapi/api/dev/
H A Dppb_video_capture_dev.idl83 * 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(
H A Dppb_audio_input_dev.idl102 * 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/
H A Ddevice_enumeration_resource_helper.h43 int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
H A Ddevice_enumeration_resource_helper_unittest.cc273 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);
H A Dvideo_capture_resource.h35 virtual int32_t MonitorDeviceChange(
H A Daudio_input_resource.h45 virtual int32_t MonitorDeviceChange(
H A Daudio_input_resource.cc63 int32_t AudioInputResource::MonitorDeviceChange( function in class:ppapi::proxy::AudioInputResource
66 return enumeration_helper_.MonitorDeviceChange(callback, user_data);
H A Dvideo_capture_resource.cc71 int32_t VideoCaptureResource::MonitorDeviceChange( function in class:ppapi::proxy::VideoCaptureResource
74 return enumeration_helper_.MonitorDeviceChange(callback, user_data);
H A Ddevice_enumeration_resource_helper.cc70 int32_t DeviceEnumerationResourceHelper::MonitorDeviceChange( function in class:ppapi::proxy::DeviceEnumerationResourceHelper
/external/chromium_org/ppapi/examples/audio_input/
H A Daudio_input.cc55 device_detector_.MonitorDeviceChange(NULL, NULL);
98 int32_t result = device_detector_.MonitorDeviceChange(
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc182 video_capture_.MonitorDeviceChange(NULL, NULL);
205 int32_t result = video_capture_.MonitorDeviceChange(
/external/chromium_org/content/renderer/pepper/
H A Dpepper_device_enumeration_host_helper_unittest.cc179 TEST_F(PepperDeviceEnumerationHostHelperTest, MonitorDeviceChange) {
189 // StopEnumerateDevices() shouldn't be called because the MonitorDeviceChange
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2172 return iface->MonitorDeviceChange(audio_input, callback, user_data);
2221 return iface->MonitorDeviceChange(audio_input, callback, user_data);
2615 return iface->MonitorDeviceChange(video_capture, callback, user_data);
5082 .MonitorDeviceChange = (int32_t (*)(PP_Resource audio_input, PP_MonitorDeviceChangeCallback callback, void* user_data))&Pnacl_M25_PPB_AudioInput_Dev_MonitorDeviceChange,
5094 .MonitorDeviceChange = (int32_t (*)(PP_Resource audio_input, PP_MonitorDeviceChangeCallback callback, void* user_data))&Pnacl_M30_PPB_AudioInput_Dev_MonitorDeviceChange,
5213 .MonitorDeviceChange = (int32_t (*)(PP_Resource video_capture, PP_MonitorDeviceChangeCallback callback, void* user_data))&Pnacl_M25_PPB_VideoCapture_Dev_MonitorDeviceChange,

Completed in 2768 milliseconds