Searched defs:inputName (Results 1 - 3 of 3) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
H A D | SensorBase.cpp | 149 int SensorBase::openInput(const char *inputName) argument 178 if (!strcmp(name, inputName)) { 188 LOGE_IF(fd < 0, "couldn't find '%s' input device", inputName);
|
/hardware/invensense/65xx/libsensors_iio/ |
H A D | SensorBase.cpp | 146 int SensorBase::openInput(const char *inputName) argument 175 if (!strcmp(name, inputName)) { 185 LOGE_IF(fd < 0, "couldn't find '%s' input device", inputName);
|
/hardware/qcom/media/msm8996/videopp/src/ |
H A D | omx_vdpp.cpp | 7535 int omx_vdpp::openInput(const char* inputName) argument 7568 result = read(fd_devname, name, strlen(inputName)); 7575 if(!strcmp(name, inputName)) 7593 ALOGE_IF(fd<0, "couldn't find '%s' input device", inputName);
|
Completed in 101 milliseconds