Searched refs:inputId (Results 1 – 6 of 6) sorted by relevance
26 int32_t DevAuthGetRealOsAccountLocalId(int32_t inputId) in DevAuthGetRealOsAccountLocalId() argument28 if (inputId == ANY_OS_ACCOUNT) { in DevAuthGetRealOsAccountLocalId()44 } else if (inputId >= 0) { in DevAuthGetRealOsAccountLocalId()45 LOGI("[Account]: Use input os account! [Id]: %d", inputId); in DevAuthGetRealOsAccountLocalId()46 return inputId; in DevAuthGetRealOsAccountLocalId()48 LOGE("[Account]: The input os account is invalid! [Id]: %d", inputId); in DevAuthGetRealOsAccountLocalId()
19 int32_t DevAuthGetRealOsAccountLocalId(int32_t inputId) in DevAuthGetRealOsAccountLocalId() argument21 return inputId; in DevAuthGetRealOsAccountLocalId()
19 int32_t DevAuthGetRealOsAccountLocalId(int32_t inputId) in DevAuthGetRealOsAccountLocalId() argument21 (void)inputId; in DevAuthGetRealOsAccountLocalId()
25 int32_t DevAuthGetRealOsAccountLocalId(int32_t inputId);
133 struct input_id inputId; in QueryDeviceInfo() local134 rc = ioctl(fd_, EVIOCGID, &inputId); in QueryDeviceInfo()138 bus_ = inputId.bustype; in QueryDeviceInfo()139 product_ = inputId.product; in QueryDeviceInfo()140 vendor_ = inputId.vendor; in QueryDeviceInfo()141 version_ = inputId.version; in QueryDeviceInfo()