Searched refs:tAVDT_CS (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/include/
H A Davdt_api.h239 /* Nonsupported protocol command messages. This value is used in tAVDT_CS */
424 } tAVDT_CS; typedef in typeref:struct:__anon943
492 extern uint16_t AVDT_CreateStream(uint8_t* p_handle, tAVDT_CS* p_cs);
/system/bt/stack/avdt/
H A Davdt_int.h465 tAVDT_CS cs; /* stream creation struct */
580 extern tAVDT_SCB* avdt_scb_alloc(tAVDT_CS* p_cs);
H A Davdt_scb.cc826 tAVDT_SCB* avdt_scb_alloc(tAVDT_CS* p_cs) {
837 memcpy(&p_scb->cs, p_cs, sizeof(tAVDT_CS));
H A Davdt_api.cc169 uint16_t AVDT_CreateStream(uint8_t* p_handle, tAVDT_CS* p_cs) {
/system/bt/bta/include/
H A Dbta_av_api.h455 typedef void(tBTA_AV_REG)(tAVDT_CS* p_cs, char* p_service_name, void* p_data);
/system/bt/bta/av/
H A Dbta_av_main.cc419 tAVDT_CS cs;
423 memset(&cs, 0, sizeof(tAVDT_CS));

Completed in 111 milliseconds