Home
last modified time | relevance | path

Searched refs:result_type (Results 1 – 11 of 11) sorted by relevance

/system/core/toolbox/
Dgetprop.cpp38 void PrintAllProperties(ResultType result_type) { in PrintAllProperties() argument
55 if (result_type != ResultType::Value) { in PrintAllProperties()
60 if (result_type == ResultType::Context) { in PrintAllProperties()
73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty() argument
74 switch (result_type) { in PrintProperty()
94 auto result_type = ResultType::Value; in getprop_main() local
119 if (result_type != ResultType::Value) { in getprop_main()
123 result_type = ResultType::Type; in getprop_main()
126 if (result_type != ResultType::Value) { in getprop_main()
130 result_type = ResultType::Context; in getprop_main()
[all …]
/system/bt/service/common/bluetooth/
Dscan_settings.cc28 ResultType result_type, in ScanSettings() argument
34 result_type_(result_type), in ScanSettings()
Dscan_settings.h117 ResultType result_type, base::TimeDelta report_delay_ms,
130 ResultType result_type() const { return result_type_; } in result_type() function
/system/iorap/src/inode2filename/
Dinode.h130 using result_type = size_t;
131 result_type operator()(argument_type const& s) const noexcept {
134 result_type const h1 = std::hash<size_t>{}(s.inode);
/system/chre/apps/wifi_offload/test/include/
Drandom_generator.h55 std::random_device::result_type initial_seed_;
/system/media/audio_utils/benchmarks/
Dintrinsic_benchmark.cpp44 constexpr std::minstd_rand::result_type SEED = 42; // arbitrary choice. in BM_Intrinsic()
Dbiquad_filter_benchmark.cpp48 constexpr std::minstd_rand::result_type SEED = 42; // arbitrary choice. in BM_BiquadFilter1D()
/system/bt/gd/l2cap/classic/
Dfacade.proto93 SendL2capPacketResultType result_type = 1; field
/system/media/audio_utils/include/audio_utils/
DMetadata.h182 using result_type = std::invoke_result_t<F, T*>;
183 if constexpr (!std::is_same_v<result_type, void>) {
185 *result = (result_type)f(t);
/system/bt/main/shim/
Dbtm.cc56 extern void btm_process_inq_complete(uint8_t status, uint8_t result_type);
Dbtm_api.cc69 extern void btm_process_inq_complete(uint8_t status, uint8_t result_type);