HomeSort by relevance Sort by last modified time
    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