Home
last modified time | relevance | path

Searched refs:p_stream (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/avrc/
Davrc_pars_ct.cc142 tAVRC_STS avrc_parse_notification_rsp(uint8_t* p_stream, uint16_t len, in avrc_parse_notification_rsp() argument
147 BE_STREAM_TO_UINT8(p_rsp->event_id, p_stream); in avrc_parse_notification_rsp()
152 BE_STREAM_TO_UINT8(p_rsp->param.play_status, p_stream); in avrc_parse_notification_rsp()
158 BE_STREAM_TO_ARRAY(p_stream, p_rsp->param.track, 8); in avrc_parse_notification_rsp()
164 BE_STREAM_TO_UINT8(p_rsp->param.player_setting.num_attr, p_stream); in avrc_parse_notification_rsp()
174 p_stream); in avrc_parse_notification_rsp()
176 p_stream); in avrc_parse_notification_rsp()
189 BE_STREAM_TO_UINT16(p_rsp->param.addr_player.player_id, p_stream); in avrc_parse_notification_rsp()
190 BE_STREAM_TO_UINT16(p_rsp->param.addr_player.uid_counter, p_stream); in avrc_parse_notification_rsp()
196 BE_STREAM_TO_UINT32(p_rsp->param.play_pos, p_stream); in avrc_parse_notification_rsp()
/system/bt/stack/btm/
Dbtm_devctl.cc70 static void BTM_BT_Quality_Report_VSE_CBack(uint8_t length, uint8_t* p_stream);
884 static void BTM_BT_Quality_Report_VSE_CBack(uint8_t length, uint8_t* p_stream) { in BTM_BT_Quality_Report_VSE_CBack() argument
891 STREAM_TO_UINT8(sub_event, p_stream); in BTM_BT_Quality_Report_VSE_CBack()
903 btm_cb.p_bqr_report_receiver(length, p_stream); in BTM_BT_Quality_Report_VSE_CBack()
Dbtm_int_types.h729 typedef void(tBTM_BT_QUALITY_REPORT_RECEIVER)(uint8_t len, uint8_t* p_stream);
/system/bt/btif/src/
Dbtif_bqr.cc169 void AddBqrEventToQueue(uint8_t length, uint8_t* p_stream) { in AddBqrEventToQueue() argument
171 if (!p_bqr_event->ParseBqrEvt(length, p_stream)) { in AddBqrEventToQueue()
/system/bt/btif/include/
Dbtif_bqr.h263 void AddBqrEventToQueue(uint8_t length, uint8_t* p_stream);
/system/bt/stack/a2dp/
Da2dp_vendor_ldac_encoder.cc76 int* p_pcm_encoded_byte, unsigned char* p_stream,