Searched refs:result_type (Results 1 – 11 of 11) sorted by relevance
/system/core/toolbox/ |
D | getprop.cpp | 38 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/ |
D | scan_settings.cc | 28 ResultType result_type, in ScanSettings() argument 34 result_type_(result_type), in ScanSettings()
|
D | scan_settings.h | 117 ResultType result_type, base::TimeDelta report_delay_ms, 130 ResultType result_type() const { return result_type_; } in result_type() function
|
/system/iorap/src/inode2filename/ |
D | inode.h | 130 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/ |
D | random_generator.h | 55 std::random_device::result_type initial_seed_;
|
/system/media/audio_utils/benchmarks/ |
D | intrinsic_benchmark.cpp | 44 constexpr std::minstd_rand::result_type SEED = 42; // arbitrary choice. in BM_Intrinsic()
|
D | biquad_filter_benchmark.cpp | 48 constexpr std::minstd_rand::result_type SEED = 42; // arbitrary choice. in BM_BiquadFilter1D()
|
/system/bt/gd/l2cap/classic/ |
D | facade.proto | 93 SendL2capPacketResultType result_type = 1; field
|
/system/media/audio_utils/include/audio_utils/ |
D | Metadata.h | 182 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/ |
D | btm.cc | 56 extern void btm_process_inq_complete(uint8_t status, uint8_t result_type);
|
D | btm_api.cc | 69 extern void btm_process_inq_complete(uint8_t status, uint8_t result_type);
|