Home
last modified time | relevance | path

Searched defs:result_type (Results 1 – 3 of 3) sorted by relevance

/system/core/toolbox/
Dgetprop.cpp39 void PrintAllProperties(ResultType result_type) { in PrintAllProperties()
74 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty()
95 auto result_type = ResultType::Value; in getprop_main() local
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dble_filter.proto116 optional ResultType result_type = 9; field
/system/media/audio_utils/include/audio_utils/
DMetadata.h153 using result_type = std::invoke_result_t<F, T*>; in apply_impl() local