Home
last modified time | relevance | path

Searched defs:val (Results 26 – 50 of 141) sorted by relevance

123456

/system/bt/gd/hci/
Duuid.h126 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
/system/bt/btcore/src/
Ddevice_class.cc91 int val = 0; in device_class_to_int() local
114 void device_class_set_major_device(bt_device_class_t* dc, int val) { in device_class_set_major_device()
124 void device_class_set_minor_device(bt_device_class_t* dc, int val) { in device_class_set_minor_device()
/system/core/libcutils/
Dandroid_get_control_file.cpp62 const char* val = getenv(key); in __android_get_control_from_env() local
Dstr_parms.cpp285 int str_parms_get_str(struct str_parms *str_parms, const char *key, char *val, in str_parms_get_str()
296 int str_parms_get_int(struct str_parms *str_parms, const char *key, int *val) in str_parms_get_int()
313 float *val) in str_parms_get_float()
/system/extras/tests/workloads/
Dpowerave.py33 val = float(line.split(" ")[1]) # xxx take 2nd arg in line variable
/system/bt/btcore/test/
Ddevice_class_test.cc84 uint32_t val = 0; in TEST_F() local
102 uint32_t val = 0; in TEST_F() local
120 uint32_t val = 0; in TEST_F() local
/system/libhwbinder/vts/performance/
DPerfTest.h40 bool val = true; in signal() local
44 bool val = false; in wait() local
/system/extras/alloc-stress/
Dalloc-stress.cpp74 bool val = true; in signal() local
79 bool val = false; in wait() local
84 bool val = false; in wait_ret_error() local
/system/keymaster/include/keymaster/km_openssl/
Dopenssl_utils.h84 T* val __attribute__((unused)) = p.release(); in release_because_ownership_transferred() local
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc143 for (const auto& val : values) { in GetPlayerAppValueResponse() local
157 for (const auto& val : attrs) { in GetPlayerAppAttrTextResponse() local
171 for (const auto& val : values) { in GetPlayerAppValueTextResponse() local
185 for (const auto& val : attrs) { in GetElementAttrResponse() local
271 for (const auto& val : values) { in OnSetPlayerAppValue() local
/system/media/audio_utils/tests/
Dsample_tests.cpp38 const int val = i < 0x8000 ? 0xFFFF - i : i ^ 0x8000; in TEST() local
/system/core/init/
Dfirst_stage_console.cpp94 int val = 0; in FirstStageConsole() local
/system/bpfprogs/test/
Dbpf_load_tp_prog.c39 uint32_t val; in tp_sched_switch() local
/system/bt/gd/dumpsys/internal/
Dfilter_internal.cc115 [[maybe_unused]] int32_t val = table->GetField<int32_t>(field_offset, default_val); in FilterTypeInteger() local
153 [[maybe_unused]] float val = table->GetField<float>(field_offset, default_val); in FilterTypeFloat() local
/system/bpf/libbpf_android/
DBpfLoadTest.cpp75 BpfMap<uint32_t, uint32_t>& map) { in checkMapNonZero()
/system/bt/bta/ag/
Dbta_ag_cmd.cc593 tBTA_AG_VAL val = {}; in bta_ag_at_hsp_cback() local
673 static bool bta_ag_parse_bind_set(tBTA_AG_SCB* p_scb, tBTA_AG_VAL val) { in bta_ag_parse_bind_set()
782 static bool bta_ag_parse_biev_response(tBTA_AG_SCB* p_scb, tBTA_AG_VAL* val) { in bta_ag_parse_biev_response()
837 tBTA_AG_VAL val = {}; in bta_ag_at_hfp_cback() local
1317 tBTA_AG_VAL val = {}; in bta_ag_at_err_cback() local
/system/update_engine/scripts/update_payload/
Dtest_utils.py56 def _WriteInt(file_obj, size, is_unsigned, val): argument
79 def _SetMsgField(msg, field_name, val): argument
152 def _WriteExtent(ex, val): argument
/system/keymaster/include/keymaster/
Dserializable.h93 uint32_t val = static_cast<uint32_t>(value); in append_uint32_to_buf() local
161 uint32_t val; in copy_uint32_from_buf() local
/system/iorap/tests/src/binder/
Dapp_launch_event_test.cc63 # define EQ_OR_RETURN(l, r, val) if (!(l.val == r.val)) { return false; } in operator ==() argument
64 # define PROTO_EQ_OR_RETURN(l, r, val) if (!ProtoPointersEqual(l.val, r.val)) { return false; } in operator ==() argument
/system/netd/libnetdutils/include/netdutils/
DLog.h64 LogEntry& arg(IntT val) { in arg()
87 LogEntry& returns(T val) { in returns()
/system/bt/bta/sys/
Dutl.cc44 int32_t val = 0; in utl_str2int() local
/system/libufdt/
Dufdt_overlay.c60 uint32_t val; in fdt_increase_u32() local
209 uint32_t val; in ufdt_do_one_fixup() local
326 const void *val; in ufdt_overlay_get_target() local
/system/core/fs_mgr/libdm/
Ddm_linear_fuzzer.cpp77 uint64_t val[6]; in LLVMFuzzerTestOneInput() local
/system/bt/embdrv/sbc/decoder/include/
Doi_string.h59 #define OI_MemSet(block, val, size) memset((block), (val), (size)) argument
/system/chre/apps/chqts/src/shared/
Dnano_string.cc35 void memset(void *mem, int val, size_t count) { in memset()

123456