Home
last modified time | relevance | path

Searched defs:bta_av_handle (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_co_bta_av_co.cc93 void bta_av_co_audio_close(tBTA_AV_HNDL bta_av_handle, in bta_av_co_audio_close()
99 void bta_av_co_audio_delay(tBTA_AV_HNDL bta_av_handle, in bta_av_co_audio_delay()
105 void bta_av_co_audio_disc_res(tBTA_AV_HNDL bta_av_handle, in bta_av_co_audio_disc_res()
114 void bta_av_co_audio_drop(tBTA_AV_HNDL bta_av_handle, in bta_av_co_audio_drop()
120 tA2DP_STATUS bta_av_co_audio_getconfig(tBTA_AV_HNDL bta_av_handle, in bta_av_co_audio_getconfig()
137 void bta_av_co_audio_open(tBTA_AV_HNDL bta_av_handle, in bta_av_co_audio_open()
143 void bta_av_co_audio_setconfig(tBTA_AV_HNDL bta_av_handle, in bta_av_co_audio_setconfig()
160 void bta_av_co_audio_start(tBTA_AV_HNDL bta_av_handle, in bta_av_co_audio_start()
167 void bta_av_co_audio_stop(tBTA_AV_HNDL bta_av_handle, in bta_av_co_audio_stop()
173 void bta_av_co_audio_update_mtu(tBTA_AV_HNDL bta_av_handle, in bta_av_co_audio_update_mtu()
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc159 void BtaAvCo::ProcessDiscoveryResult(tBTA_AV_HNDL bta_av_handle, in ProcessDiscoveryResult()
204 tBTA_AV_HNDL bta_av_handle, const RawAddress& peer_address, in ProcessSourceGetConfig()
345 tA2DP_STATUS BtaAvCo::ProcessSinkGetConfig(tBTA_AV_HNDL bta_av_handle, in ProcessSinkGetConfig()
451 void BtaAvCo::ProcessSetConfig(tBTA_AV_HNDL bta_av_handle, in ProcessSetConfig()
566 void BtaAvCo::ProcessOpen(tBTA_AV_HNDL bta_av_handle, in ProcessOpen()
593 void BtaAvCo::ProcessClose(tBTA_AV_HNDL bta_av_handle, in ProcessClose()
622 void BtaAvCo::ProcessStart(tBTA_AV_HNDL bta_av_handle, in ProcessStart()
644 void BtaAvCo::ProcessStop(tBTA_AV_HNDL bta_av_handle, in ProcessStop()
700 void BtaAvCo::DataPacketWasDropped(tBTA_AV_HNDL bta_av_handle, in DataPacketWasDropped()
706 void BtaAvCo::ProcessAudioDelay(tBTA_AV_HNDL bta_av_handle, in ProcessAudioDelay()
[all …]
Dbta_av_co_peer.cc28 #define BTA_AV_CO_AUDIO_HANDLE_TO_INDEX(bta_av_handle) \ argument
65 void BtaAvCoPeer::Reset(tBTA_AV_HNDL bta_av_handle) { in Reset()
182 BtaAvCoPeer* BtaAvCoPeerCache::FindPeer(tBTA_AV_HNDL bta_av_handle) { in FindPeer()
200 tBTA_AV_HNDL bta_av_handle, const RawAddress& peer_address) { in FindPeerAndUpdate()
216 uint16_t BtaAvCoPeerCache::FindPeerUuid(tBTA_AV_HNDL bta_av_handle) { in FindPeerUuid()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_ci.cc70 void bta_av_ci_setconfig(tBTA_AV_HNDL bta_av_handle, uint8_t err_code, in bta_av_ci_setconfig()
/packages/modules/Bluetooth/system/hci/include/
Dbt_vendor_lib.h365 uint8_t bta_av_handle; /* BTA_AV Handle for callbacks */ member