HomeSort by relevance Sort by last modified time
    Searched refs:OpenDevice (Results 1 - 12 of 12) sorted by null

  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_is_capture_device.cc 17 if (!v4l2_dev.OpenDevice()) {
media_v4l2_unittest.cc 32 if (!v4l2_dev1.OpenDevice()) {
36 if (!v4l2_dev2.OpenDevice()) {
50 if (!v4l2_dev1.OpenDevice()) {
54 if (!v4l2_dev2.OpenDevice()) {
82 if (!v4l2_dev1.OpenDevice()) {
94 if (!v4l2_dev.OpenDevice()) {
105 if (!v4l2_dev.OpenDevice()) {
131 if (!v4l2_dev.OpenDevice()) {
151 if (!v4l2_dev.OpenDevice()) {
165 if (!v4l2_dev.OpenDevice()) {
    [all...]
media_v4l2_device.h 45 virtual bool OpenDevice();
media_v4l2_test.cc 197 if (!device->OpenDevice())
241 if (!device->OpenDevice())
379 if (!device->OpenDevice())
448 if (!device->OpenDevice())
media_v4l2_device.cc 39 bool V4L2Device::OpenDevice() {
  /external/webrtc/webrtc/sound/
alsasoundsystem.h 68 StreamInterface *OpenDevice(
pulseaudiosoundsystem.h 129 StreamInterface *OpenDevice(
alsasoundsystem.cc 497 return OpenDevice<SoundOutputStreamInterface>(
507 return OpenDevice<SoundInputStreamInterface>(
615 StreamInterface *AlsaSoundSystem::OpenDevice(
pulseaudiosoundsystem.cc 1061 return OpenDevice<SoundOutputStreamInterface>(
1071 return OpenDevice<SoundInputStreamInterface>(
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 110 int OpenDevice(const hw_module_t* module, const char* id, hw_device_t** device);
111 hw_module_methods_t nulldrv_module_methods = {.open = OpenDevice};
152 int OpenDevice(const hw_module_t* /*module*/,
    [all...]
  /external/stressapptest/src/
worker.h 708 virtual bool OpenDevice(int *pfile);
worker.cc     [all...]

Completed in 124 milliseconds