Home
last modified time | relevance | path

Searched defs:isoDataReceived (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_android.cc52 void isoDataReceived(HciPacket) override { in isoDataReceived() function in bluetooth::hal::HciCallbacksImpl::__anona2532e880110
112 void isoDataReceived(const std::vector<uint8_t>& packet) override { in isoDataReceived() function in bluetooth::hal::HciCallbacksImpl
Dhci_backend_aidl.cc54 ::ndk::ScopedAStatus isoDataReceived(const std::vector<uint8_t>& packet) override { in isoDataReceived() function in bluetooth::hal::AidlHciCallbacks
Dhci_backend_hidl.cc69 Return<void> isoDataReceived(const hidl_vec<uint8_t>& data) override { in isoDataReceived() function in bluetooth::hal::HidlHciCallbacks
Dfacade.cc126 void isoDataReceived(bluetooth::hal::HciPacket data) override { in isoDataReceived() function in bluetooth::hal::HciHalFacadeService
Dhci_hal_host_test.cc74 void isoDataReceived(HciPacket packet) override { in isoDataReceived() function in bluetooth::hal::__anon175626240111::TestHciHalCallbacks
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc556 void isoDataReceived(hal::HciPacket data_bytes) override { in isoDataReceived() function