Searched refs:p_temp (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sdp_server.cc | 447 uint8_t* p_temp = temp; in add_maps_sdp() local 489 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); in add_maps_sdp() 495 p_temp = temp; // The macro modifies p_temp, hence rewind. in add_maps_sdp() 496 UINT16_TO_BE_STREAM(p_temp, rec->hdr.l2cap_psm); in add_maps_sdp() 527 uint8_t* p_temp = temp; in add_mapc_sdp() local 559 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); in add_mapc_sdp() 565 p_temp = temp; // The macro modifies p_temp, hence rewind. in add_mapc_sdp() 566 UINT16_TO_BE_STREAM(p_temp, rec->hdr.l2cap_psm); in add_mapc_sdp() 639 uint8_t* p_temp = temp; local 674 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); [all …]
|
/packages/modules/Nfc/libnfc-nci/src/gki/common/ |
D | gki_time.cc | 764 TIMER_LIST_ENT* p_temp; in GKI_add_to_timer_list() local 796 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list() 797 while (p_tle->ticks > p_temp->ticks) { in GKI_add_to_timer_list() 799 if (p_temp->ticks > 0) p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list() 801 p_temp = p_temp->p_next; in GKI_add_to_timer_list() 805 if (p_temp == p_timer_listq->p_first) { in GKI_add_to_timer_list() 810 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list() 811 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list() 812 p_temp->p_prev = p_tle; in GKI_add_to_timer_list() 813 p_tle->p_next = p_temp; in GKI_add_to_timer_list() [all …]
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_api.cc | 935 uint8_t* p_temp; in SDP_SetLocalDiRecord() local 963 p_temp = temp_u16; in SDP_SetLocalDiRecord() 964 UINT16_TO_BE_STREAM(p_temp, di_specid); in SDP_SetLocalDiRecord() 1009 p_temp = temp_u16; in SDP_SetLocalDiRecord() 1010 UINT16_TO_BE_STREAM(p_temp, p_device_info->vendor); in SDP_SetLocalDiRecord() 1019 p_temp = temp_u16; in SDP_SetLocalDiRecord() 1020 UINT16_TO_BE_STREAM(p_temp, p_device_info->product); in SDP_SetLocalDiRecord() 1029 p_temp = temp_u16; in SDP_SetLocalDiRecord() 1030 UINT16_TO_BE_STREAM(p_temp, p_device_info->version); in SDP_SetLocalDiRecord() 1047 p_temp = temp_u16; in SDP_SetLocalDiRecord() [all …]
|
/packages/modules/Nfc/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.cc | 197 uint8_t* p_temp; in ce_t3t_handle_update_cmd() local 253 p_temp = p_block_data; in ce_t3t_handle_update_cmd() 267 checksum += p_temp[j]; in ce_t3t_handle_update_cmd() 370 uint8_t *p_dst, *p_temp, *p_status; in ce_t3t_handle_check_cmd() local 425 p_temp = p_dst; in ce_t3t_handle_check_cmd() 450 checksum += p_temp[j]; in ce_t3t_handle_check_cmd()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.cc | 418 const auto p_temp = p_value; in Parse() local 421 std::vector<uint8_t> ltv_value(p_temp, p_value); in Parse()
|