Searched defs:MonitorDeviceChange (Results 1 - 9 of 9) sorted by relevance
/external/chromium_org/ppapi/c/dev/ |
H A D | 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, member in struct:PPB_VideoCapture_Dev_0_3
|
H A D | 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, 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 D | audio_input_dev.cc | 62 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 D | video_capture_dev.cc | 51 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 D | device_enumeration_resource_helper.cc | 70 int32_t DeviceEnumerationResourceHelper::MonitorDeviceChange( function in class:ppapi::proxy::DeviceEnumerationResourceHelper
|
H A D | audio_input_resource.cc | 63 int32_t AudioInputResource::MonitorDeviceChange( function in class:ppapi::proxy::AudioInputResource 66 return enumeration_helper_.MonitorDeviceChange(callback, user_data);
|
H A D | video_capture_resource.cc | 71 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 D | ppb_audio_input_dev_thunk.cc | 45 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 D | ppb_video_capture_thunk.cc | 44 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