Searched refs:out_result (Results 1 – 2 of 2) sorted by relevance
111 Result out_result = Result::INVALID_OPERATION; in GetSensorList() local115 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()
187 void WriteEntry(const FlatEntry* entry, T* out_result, bool compact = false) { in WriteEntry() argument191 ResTable_entry* out_entry = (ResTable_entry*)out_result; in WriteEntry()