/system/bt/btif/src/ |
D | btif_hf.cc | 216 static void send_at_result(uint8_t ok_flag, uint16_t errcode, int idx) { in send_at_result() 271 int idx = btif_hf_idx_by_bdaddr(bd_addr); in IsSlcConnected() local 299 int idx = p_data->hdr.handle - 1; in btif_hf_upstreams_evt() local 787 int idx = btif_hf_idx_by_bdaddr(bd_addr); in Disconnect() local 803 int idx = btif_hf_idx_by_bdaddr(bd_addr); in ConnectAudio() local 824 int idx = btif_hf_idx_by_bdaddr(bd_addr); in DisconnectAudio() local 840 int idx = btif_hf_idx_by_bdaddr(bd_addr); in StartVoiceRecognition() local 863 int idx = btif_hf_idx_by_bdaddr(bd_addr); in StopVoiceRecognition() local 888 int idx = btif_hf_idx_by_bdaddr(bd_addr); in VolumeControl() local 914 int idx = btif_hf_idx_by_bdaddr(bd_addr); in DeviceStatusNotification() local [all …]
|
/system/bt/stack/avct/ |
D | avct_bcb_act.cc | 164 for (int idx = 0; idx < AVCT_NUM_CONN; idx++, p_ccb++) { in avct_bcb_open_ind() local 226 for (int idx = 0; idx < AVCT_NUM_CONN; idx++, p_ccb++) { in avct_bcb_open_fail() local 248 for (int idx = 0; idx < AVCT_NUM_CONN; idx++, p_ccb++) { in avct_bcb_close_ind() local 283 for (int idx = 0; idx < AVCT_NUM_CONN; idx++, p_ccb++) { in avct_bcb_close_cfm() local 393 for (int idx = 0; idx < AVCT_NUM_CONN; idx++, p_ccb++) { in avct_bcb_cong_ind() local 594 for (int idx = 0; idx < AVCT_NUM_CONN; idx++, p_ccb++) { in avct_bcb_dealloc() local 663 uint8_t idx = 0; in avct_bcb_get_last_ccb_index() local 686 int idx; in avct_bcb_by_lcid() local
|
D | avct_ccb.cc | 120 tAVCT_CCB* avct_ccb_by_idx(uint8_t idx) { in avct_ccb_by_idx()
|
/system/libziparchive/ |
D | zip_error.cpp | 45 const uint32_t idx = -error_code; in ErrorCodeString() local
|
/system/core/storaged/ |
D | storaged_info.cpp | 213 int idx = (recent_perf.size() + nr_samples - 1 - i) % recent_perf.size(); in get_perf_history() local 219 int idx = (daily_perf.size() + nr_days - 1 - i) % daily_perf.size(); in get_perf_history() local 225 int idx = (weekly_perf.size() + nr_weeks - 1 - i) % weekly_perf.size(); in get_perf_history() local
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | framing.c | 158 OI_UINT idx; in crc_iterate() local 172 OI_UINT idx; in crc_iterate_top4() local
|
/system/core/libcutils/ |
D | fs_config_test.cpp | 83 for (size_t idx = 0; idx < paths.size(); ++idx) { in check_unique() local 136 for (size_t idx = 0; paths[idx].prefix; ++idx) { in check_unique() local 150 for (size_t idx = 0; tests[idx].prefix; ++idx) { in check_fs_config_cmp() local
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | utils.c | 12 void display_allow(policydb_t *policydb, avtab_key_t *key, int idx, uint32_t perms) in display_allow()
|
/system/core/init/ |
D | keychords.cpp | 53 auto idx = bit / (kBitsPerByte * sizeof(mask_t)); in SetBit() local 63 auto idx = bit / (kBitsPerByte * sizeof(mask_t)); in GetBit() local 80 auto idx = bit / (kBitsPerByte * sizeof(mask_t)); in resize() local
|
/system/bt/stack/avrc/ |
D | avrc_pars_tg.cc | 462 for (int idx = 0; idx < count; idx++) { in avrc_pars_browsing_cmd() local 507 for (int idx = 0, count = 0; idx < p_result->get_attrs.attr_count; in avrc_pars_browsing_cmd() local
|
/system/bt/bta/ag/ |
D | bta_ag_at.cc | 81 uint16_t idx; in bta_ag_process_at() local
|
D | bta_ag_main.cc | 369 uint8_t idx; in bta_ag_scb_dealloc() local 423 tBTA_AG_SCB* bta_ag_scb_by_idx(uint16_t idx) { in bta_ag_scb_by_idx()
|
/system/core/libpixelflinger/ |
D | picker.cpp | 133 int idx = 0; in ggl_pick() local
|
/system/nfc/src/nfc/llcp/ |
D | llcp_util.cc | 183 uint8_t idx, rx_congest_start; in llcp_util_adjust_dl_rx_congestion() local 222 uint8_t idx; in llcp_util_check_rx_congested_status() local 349 int idx; in llcp_util_allocate_data_link() local
|
D | llcp_link.cc | 393 uint8_t local_sap, idx; in llcp_link_deactivate() local 608 uint8_t sap, idx; in llcp_link_check_congestion() local 687 uint8_t xx, sap, idx; in llcp_link_check_uncongested() local
|
/system/core/fastboot/device/ |
D | flashing.cpp | 132 for (int idx = 0; idx < AVB_FOOTER_MAGIC_LEN; idx++) { in CopyAVBFooter() local 142 for (int idx = 0; idx < AVB_FOOTER_SIZE; idx++) { in CopyAVBFooter() local
|
/system/tools/hidl/ |
D | DocComment.cpp | 40 size_t idx = 0; in DocComment() local
|
/system/media/audio_utils/ |
D | PowerLog.cpp | 128 const size_t idx = (mIdx + numberOfEntries - offset - 1) % numberOfEntries; in dumpToString() local 181 const size_t idx = (mIdx + numberOfEntries - offset - 1) % numberOfEntries; in dumpToString() local
|
/system/update_engine/payload_consumer/ |
D | cached_file_descriptor_unittest.cc | 99 for (size_t idx = 0; idx < blob_in.size(); idx++) { in TEST_F() local 115 for (size_t idx = 0; idx < kRandomIterations; idx++) { in TEST_F() local
|
/system/media/audio_utils/fuzz/sndfile_fuzzer/ |
D | sndfile_fuzzer.cpp | 84 int idx = 0; in LLVMFuzzerTestOneInput() local
|
/system/extras/memory_replay/ |
D | TraceBenchmark.cpp | 107 size_t idx = GetIndex(free_indices, &trace_data->num_ptrs); in GetTraceData() local 123 size_t idx = GetIndex(free_indices, &trace_data->num_ptrs); in GetTraceData() local
|
/system/bt/stack/avdt/ |
D | avdt_ccb.cc | 529 AvdtpCcb* avdt_ccb_by_idx(uint8_t idx) { in avdt_ccb_by_idx()
|
/system/libufdt/ |
D | ufdt_prop_dict.c | 47 int idx = hash & (size - 1); in _ufdt_prop_dict_find_index_by_name() local
|
/system/teeui/libteeui/include/teeui/ |
D | msg_formatting.h | 36 std::tuple<std::remove_reference_t<T>&&...> tuple_move_helper(std::index_sequence<idx...>, in tuple_move_helper()
|
/system/bpfprogs/ |
D | time_in_state.c | 148 uint8_t idx = *idxp; variable
|