OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temp_connection
(Results
1 - 1
of
1
) sorted by null
/hardware/libhardware/modules/camera/3_4/
v4l2_metadata_factory.cpp
48
V4L2Wrapper::Connection
temp_connection
= V4L2Wrapper::Connection(device);
local
49
if (
temp_connection
.status()) {
50
HAL_LOGE("Failed to connect to device: %d.",
temp_connection
.status());
51
return
temp_connection
.status();
Completed in 162 milliseconds