Searched refs:decodeString (Results 1 – 2 of 2) sorted by relevance
106 static bool decodeString(
472 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()481 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()490 if (decodeString(r, buffer, &str) && !str.empty()) { in populateFeatureValueFromFeatureReport()495 if (decodeString(r, buffer, &str)) { in populateFeatureValueFromFeatureReport()579 bool HidRawSensor::decodeString( in decodeString() function in android::SensorHalExt::HidRawSensor