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