Lines Matching full:inputname
7535 int omx_vdpp::openInput(const char* inputName)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);