Searched refs:decodeString (Results 1 – 2 of 2) sorted by relevance
115 static bool decodeString(
476 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()481 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()486 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()491 if (decodeString(r, buffer, &str)) { in populateFeatureValueFromFeatureReport()584 bool HidRawSensor::decodeString( in decodeString() function in android::SensorHalExt::HidRawSensor