Searched refs:decodeString (Results 1 – 2 of 2) sorted by relevance
115 static bool decodeString(
469 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()474 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()479 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()484 if (decodeString(r, buffer, &str)) { in populateFeatureValueFromFeatureReport()577 bool HidRawSensor::decodeString( in decodeString() function in android::SensorHalExt::HidRawSensor