/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 751 int idx = btif_hf_idx_by_bdaddr(bd_addr); in Disconnect() local 767 int idx = btif_hf_idx_by_bdaddr(bd_addr); in ConnectAudio() local 788 int idx = btif_hf_idx_by_bdaddr(bd_addr); in DisconnectAudio() local 804 int idx = btif_hf_idx_by_bdaddr(bd_addr); in StartVoiceRecognition() local 827 int idx = btif_hf_idx_by_bdaddr(bd_addr); in StopVoiceRecognition() local 852 int idx = btif_hf_idx_by_bdaddr(bd_addr); in VolumeControl() local 878 int idx = btif_hf_idx_by_bdaddr(bd_addr); in DeviceStatusNotification() local [all …]
|
D | btif_rc.cc | 362 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in alloc_device() local 388 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in get_num_connected_devices() local 402 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_device_by_bda() local 415 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_device_by_handle() local 1092 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_is_connected_peer() local 1720 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in init() local 1748 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in init_ctrl() local 1895 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in register_notification_rsp() local 2511 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in set_volume() local 4368 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in cleanup() 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/tools/hidl/docs/src/parser/files/ |
D | AbstractFileParser.kt | 97 val idx = indexInsertionPointforDocTokens(tokensCopy) in insertDocsForRequiredTypes() constant 119 var idx = 0 in indexInsertionPointforDocTokens() variable
|
/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/storaged/ |
D | storaged_info.cpp | 216 int idx = (recent_perf.size() + nr_samples - 1 - i) % recent_perf.size(); in get_perf_history() local 222 int idx = (daily_perf.size() + nr_days - 1 - i) % daily_perf.size(); in get_perf_history() local 228 int idx = (weekly_perf.size() + nr_weeks - 1 - i) % weekly_perf.size(); in get_perf_history() local
|
/system/core/libcutils/ |
D | fs_config_test.cpp | 81 for (size_t idx = 0; idx < paths.size(); ++idx) { in check_unique() local 134 for (size_t idx = 0; paths[idx].prefix; ++idx) { in check_unique() local 148 for (size_t idx = 0; tests[idx].prefix; ++idx) { in check_fs_config_cmp() local
|
/system/bt/stack/avrc/ |
D | avrc_pars_tg.cc | 443 for (int idx = 0; idx < count; idx++) { in avrc_pars_browsing_cmd() local 474 for (int idx = 0, count = 0; idx < p_result->get_attrs.attr_count; in avrc_pars_browsing_cmd() local
|
/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/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/tools/hidl/ |
D | DocComment.cpp | 39 size_t idx = 0; in DocComment() local
|
/system/tools/hidl/docs/src/parser/elements/declarations/ |
D | EnumDeclarationParser.kt | 72 … val idx = statementTokens.indexOfFirst { it.identifier == TokenGrammar.DOC_END } in parseTokens() constant
|
D | CompoundDeclarationParser.kt | 67 … val idx = statementTokens.indexOfFirst { it.identifier == TokenGrammar.DOC_END } in parseTokens() constant
|
/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/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/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/ |
D | PowerLog.cpp | 128 … const size_t idx = (mIdx + numberOfEntries - offset - 1) % numberOfEntries; // reverse direction in dumpToString() local 180 const size_t idx = (mIdx + numberOfEntries - offset - 1) % numberOfEntries; in dumpToString() local
|
/system/bt/stack/avdt/ |
D | avdt_ccb.cc | 529 AvdtpCcb* avdt_ccb_by_idx(uint8_t idx) { in avdt_ccb_by_idx()
|
/system/libvintf/ |
D | VintfObjectRecovery.cpp | 130 auto idx = path.find('/', 1); in GetPartition() local
|
/system/libufdt/ |
D | ufdt_prop_dict.c | 47 int idx = hash & (size - 1); in _ufdt_prop_dict_find_index_by_name() local
|
/system/libhidl/base/include/hidl/ |
D | HidlSupport.h | 373 size_t idx = 0; in hidl_vec() local 459 size_t idx = 0; member
|