Searched refs:p_temp (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_sdp_server.cc | 380 uint8_t* p_temp = temp; in add_maps_sdp() local 423 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); in add_maps_sdp() 429 p_temp = temp; // The macro modifies p_temp, hence rewind. in add_maps_sdp() 430 UINT16_TO_BE_STREAM(p_temp, rec->hdr.l2cap_psm); in add_maps_sdp() 460 uint8_t* p_temp = temp; in add_mapc_sdp() local 493 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); in add_mapc_sdp() 499 p_temp = temp; // The macro modifies p_temp, hence rewind. in add_mapc_sdp() 500 UINT16_TO_BE_STREAM(p_temp, rec->hdr.l2cap_psm); in add_mapc_sdp() 572 uint8_t* p_temp = temp; in add_pbaps_sdp() local 610 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); in add_pbaps_sdp() [all …]
|
/system/nfc/src/gki/common/ |
D | gki_time.cc | 752 TIMER_LIST_ENT* p_temp; in GKI_add_to_timer_list() local 784 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list() 785 while (p_tle->ticks > p_temp->ticks) { in GKI_add_to_timer_list() 787 if (p_temp->ticks > 0) p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list() 789 p_temp = p_temp->p_next; in GKI_add_to_timer_list() 793 if (p_temp == p_timer_listq->p_first) { in GKI_add_to_timer_list() 798 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list() 799 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list() 800 p_temp->p_prev = p_tle; in GKI_add_to_timer_list() 801 p_tle->p_next = p_temp; in GKI_add_to_timer_list() [all …]
|
/system/bt/stack/sdp/ |
D | sdp_api.cc | 909 uint8_t* p_temp; in SDP_SetLocalDiRecord() local 932 p_temp = temp_u16; in SDP_SetLocalDiRecord() 933 UINT16_TO_BE_STREAM(p_temp, di_specid); in SDP_SetLocalDiRecord() 980 p_temp = temp_u16; in SDP_SetLocalDiRecord() 981 UINT16_TO_BE_STREAM(p_temp, p_device_info->vendor); in SDP_SetLocalDiRecord() 989 p_temp = temp_u16; in SDP_SetLocalDiRecord() 990 UINT16_TO_BE_STREAM(p_temp, p_device_info->product); in SDP_SetLocalDiRecord() 998 p_temp = temp_u16; in SDP_SetLocalDiRecord() 999 UINT16_TO_BE_STREAM(p_temp, p_device_info->version); in SDP_SetLocalDiRecord() 1015 p_temp = temp_u16; in SDP_SetLocalDiRecord() [all …]
|
/system/nfc/src/nfc/tags/ |
D | ce_t3t.cc | 201 uint8_t* p_temp; in ce_t3t_handle_update_cmd() local 256 p_temp = p_block_data; in ce_t3t_handle_update_cmd() 270 checksum += p_temp[j]; in ce_t3t_handle_update_cmd() 373 uint8_t *p_dst, *p_temp, *p_status; in ce_t3t_handle_check_cmd() local 428 p_temp = p_dst; in ce_t3t_handle_check_cmd() 453 checksum += p_temp[j]; in ce_t3t_handle_check_cmd()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 2777 char* p_temp; in bta_dm_get_remname() local 2781 p_temp = in bta_dm_get_remname() 2785 if (p_temp != NULL) p_name = p_temp; in bta_dm_get_remname()
|