Home
last modified time | relevance | path

Searched refs:device_path_ (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp58 : device_path_(std::move(device_path)), connection_count_(0) {} in V4L2Wrapper()
67 HAL_LOGV("Camera device %s is already connected.", device_path_.c_str()); in Connect()
73 int fd = TEMP_FAILURE_RETRY(open(device_path_.c_str(), O_RDWR | O_NONBLOCK)); in Connect()
75 HAL_LOGE("failed to open %s (%s)", device_path_.c_str(), strerror(errno)); in Connect()
106 device_path_.c_str()); in Disconnect()
113 device_path_.c_str(), connection_count_); in Disconnect()
132 HAL_LOGE("Device %s not connected.", device_path_.c_str()); in IoctlLocked()
Dv4l2_wrapper.h111 const std::string device_path_; variable