OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenDevice
(Results
1 - 13
of
13
) 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
28
if (!v4l2_dev1.
OpenDevice
()) {
31
if (!v4l2_dev2.
OpenDevice
()) {
43
if (!v4l2_dev1.
OpenDevice
()) {
46
if (!v4l2_dev2.
OpenDevice
()) {
69
if (!v4l2_dev1.
OpenDevice
()) {
80
if (!v4l2_dev.
OpenDevice
()) {
90
if (!v4l2_dev.
OpenDevice
()) {
106
if (!v4l2_dev.
OpenDevice
()) {
124
if (!v4l2_dev.
OpenDevice
()) {
137
if (!v4l2_dev.
OpenDevice
()) {
[
all
...]
media_v4l2_device.h
38
virtual bool
OpenDevice
();
media_v4l2_test.cc
129
if (!device->
OpenDevice
())
media_v4l2_device.cc
30
bool V4L2Device::
OpenDevice
() {
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
hiddevice.h
24
//bool
OpenDevice
(int index, unsigned short device_id, unsigned short vendor_id);
25
bool
OpenDevice
(unsigned short device_id, unsigned short vendor_id, int index);
hiddevice.cpp
63
OpenDevice
( device_id, vendor_id, index );
68
bool cHIDDevice::
OpenDevice
(unsigned short device_id, unsigned short vendor_id, int index)
/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
109
int
OpenDevice
(const hw_module_t* module, const char* id, hw_device_t** device);
110
hw_module_methods_t nulldrv_module_methods = {.open =
OpenDevice
};
151
int
OpenDevice
(const hw_module_t* /*module*/,
[
all
...]
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar
Completed in 858 milliseconds