Searched defs:EnumerateDevices0_2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Ddevice_enumeration_resource_helper.cc39 int32_t DeviceEnumerationResourceHelper::EnumerateDevices0_2( function in class:ppapi::proxy::DeviceEnumerationResourceHelper
H A Daudio_input_resource.cc56 int32_t AudioInputResource::EnumerateDevices0_2( function in class:ppapi::proxy::AudioInputResource
59 return enumeration_helper_.EnumerateDevices0_2(devices, callback);
H A Dvideo_capture_resource.cc65 int32_t VideoCaptureResource::EnumerateDevices0_2( function in class:ppapi::proxy::VideoCaptureResource
68 return enumeration_helper_.EnumerateDevices0_2(devices, callback);
/external/chromium_org/ppapi/thunk/
H A Dppb_video_capture_thunk.cc33 int32_t EnumerateDevices0_2(PP_Resource video_capture, function in namespace:ppapi::thunk::__anon9655
40 return enter.SetResult(enter.object()->EnumerateDevices0_2(devices,
118 &EnumerateDevices0_2,

Completed in 111 milliseconds