Home
last modified time | relevance | path

Searched refs:OpenDevice (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_unittest.cc35 if (!v4l2_dev1.OpenDevice()) { in TestMultipleOpen()
39 if (!v4l2_dev2.OpenDevice()) { in TestMultipleOpen()
53 if (!v4l2_dev1.OpenDevice()) { in TestMultipleInit()
57 if (!v4l2_dev2.OpenDevice()) { in TestMultipleInit()
85 if (!v4l2_dev1.OpenDevice()) { in TestEnumInputAndStandard()
97 if (!v4l2_dev.OpenDevice()) { in TestEnumControl()
108 if (!v4l2_dev.OpenDevice()) { in TestSetControl()
134 if (!v4l2_dev.OpenDevice()) { in TestSetCrop()
154 if (!v4l2_dev.OpenDevice()) { in TestGetCrop()
168 if (!v4l2_dev.OpenDevice()) { in TestProbeCaps()
[all …]
Dmedia_v4l2_is_capture_device.cc17 if (!v4l2_dev.OpenDevice()) { in main()
Dmedia_v4l2_test.cc262 if (!device->OpenDevice()) in TestIO()
308 if (!device->OpenDevice()) in TestResolutions()
468 if (!device->OpenDevice()) in TestFirstFrameAfterStreamOn()
541 if (!device->OpenDevice()) in TestMaximumSupportedResolution()
Dmedia_v4l2_device.h45 virtual bool OpenDevice();
Dmedia_v4l2_device.cc44 bool V4L2Device::OpenDevice() { in OpenDevice() function in V4L2Device
/external/webrtc/webrtc/sound/
Dalsasoundsystem.cc497 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice()
507 return OpenDevice<SoundInputStreamInterface>( in OpenCaptureDevice()
615 StreamInterface *AlsaSoundSystem::OpenDevice( in OpenDevice() function in rtc::AlsaSoundSystem
Dalsasoundsystem.h68 StreamInterface *OpenDevice(
Dpulseaudiosoundsystem.h129 StreamInterface *OpenDevice(
Dpulseaudiosoundsystem.cc1061 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice()
1071 return OpenDevice<SoundInputStreamInterface>( in OpenCaptureDevice()
1357 StreamInterface *PulseAudioSoundSystem::OpenDevice( in OpenDevice() function in rtc::PulseAudioSoundSystem
/external/stressapptest/src/
Dworker.h708 virtual bool OpenDevice(int *pfile);
Dworker.cc2727 bool DiskThread::OpenDevice(int *pfile) { in OpenDevice() function in DiskThread
3176 if (!OpenDevice(&fd)) { in Work()