Searched refs:PP_MonitorDeviceChangeCallback (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppb_device_ref_dev.h41 typedef void (*PP_MonitorDeviceChangeCallback)(void* user_data, typedef
H A Dppb_audio_input_dev.h136 PP_MonitorDeviceChangeCallback callback,
220 PP_MonitorDeviceChangeCallback callback,
H A Dppb_video_capture_dev.h108 PP_MonitorDeviceChangeCallback callback,
/external/chromium_org/ppapi/api/dev/
H A Dppb_device_ref_dev.idl27 typedef void PP_MonitorDeviceChangeCallback(
H A Dppb_video_capture_dev.idl96 [in] PP_MonitorDeviceChangeCallback callback,
H A Dppb_audio_input_dev.idl115 [in] PP_MonitorDeviceChangeCallback callback,
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_capture_dev.h32 int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
H A Daudio_input_dev.h40 int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
H A Dvideo_capture_dev.cc52 PP_MonitorDeviceChangeCallback callback,
H A Daudio_input_dev.cc63 PP_MonitorDeviceChangeCallback callback,
/external/chromium_org/ppapi/proxy/
H A Ddevice_enumeration_resource_helper.h43 int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
71 scoped_ptr<ThreadAwareCallback<PP_MonitorDeviceChangeCallback> >
H A Ddevice_enumeration_resource_helper.cc71 PP_MonitorDeviceChangeCallback callback,
77 ThreadAwareCallback<PP_MonitorDeviceChangeCallback>::Create(callback));
H A Dvideo_capture_resource.h36 PP_MonitorDeviceChangeCallback callback,
H A Daudio_input_resource.h46 PP_MonitorDeviceChangeCallback callback,
H A Daudio_input_resource.cc64 PP_MonitorDeviceChangeCallback callback,
H A Dvideo_capture_resource.cc72 PP_MonitorDeviceChangeCallback callback,
/external/chromium_org/ppapi/thunk/
H A Dppb_audio_input_api.h25 virtual int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
H A Dppb_video_capture_api.h28 virtual int32_t MonitorDeviceChange(PP_MonitorDeviceChangeCallback callback,
H A Dppb_video_capture_thunk.cc45 PP_MonitorDeviceChangeCallback callback,
H A Dppb_audio_input_dev_thunk.cc46 PP_MonitorDeviceChangeCallback callback,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2052 static int32_t Pnacl_M25_PPB_AudioInput_Dev_MonitorDeviceChange(PP_Resource audio_input, PP_MonitorDeviceChangeCallback callback, void* user_data) {
2101 static int32_t Pnacl_M30_PPB_AudioInput_Dev_MonitorDeviceChange(PP_Resource audio_input, PP_MonitorDeviceChangeCallback callback, void* user_data) {
2493 static int32_t Pnacl_M25_PPB_VideoCapture_Dev_MonitorDeviceChange(PP_Resource video_capture, PP_MonitorDeviceChangeCallback callback, void* user_data) {
4858 .MonitorDeviceChange = (int32_t (*)(PP_Resource audio_input, PP_MonitorDeviceChangeCallback callback, void* user_data))&Pnacl_M25_PPB_AudioInput_Dev_MonitorDeviceChange,
4870 .MonitorDeviceChange = (int32_t (*)(PP_Resource audio_input, PP_MonitorDeviceChangeCallback callback, void* user_data))&Pnacl_M30_PPB_AudioInput_Dev_MonitorDeviceChange,
4987 .MonitorDeviceChange = (int32_t (*)(PP_Resource video_capture, PP_MonitorDeviceChangeCallback callback, void* user_data))&Pnacl_M25_PPB_VideoCapture_Dev_MonitorDeviceChange,

Completed in 1584 milliseconds