Home
last modified time | relevance | path

Searched refs:out_result (Results 1 – 2 of 2) sorted by relevance

/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
DVtsHalSensorManagerV1_0TargetTest.cpp111 Result out_result = Result::INVALID_OPERATION; in GetSensorList() local
115 out_result = result; in GetSensorList()
127 if (out_result != Result::OK) { in GetSensorList()
128 return android::base::Error() << "getSensorList returns " << toString(out_result); in GetSensorList()
/frameworks/base/tools/aapt2/format/binary/
DResEntryWriter.cpp187 void WriteEntry(const FlatEntry* entry, T* out_result, bool compact = false) { in WriteEntry() argument
191 ResTable_entry* out_entry = (ResTable_entry*)out_result; in WriteEntry()