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