Searched defs:MonitorDeviceChange (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ppapi/c/dev/
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
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
/external/chromium_org/ppapi/cpp/dev/
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 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/proxy/
H A Ddevice_enumeration_resource_helper.cc70 int32_t DeviceEnumerationResourceHelper::MonitorDeviceChange( function in class:ppapi::proxy::DeviceEnumerationResourceHelper
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);
/external/chromium_org/ppapi/thunk/
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_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,

Completed in 302 milliseconds