Searched refs:decodeString (Results 1 – 2 of 2) sorted by relevance
106 static bool decodeString(
470 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()479 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()488 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()498 if (decodeString(r, buffer, &str)) { in populateFeatureValueFromFeatureReport()582 bool HidRawSensor::decodeString( in decodeString() function in android::SensorHalExt::HidRawSensor