Home
last modified time | relevance | path

Searched refs:isoDataReceived (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/
DIBluetoothHciCallbacks.aidl40 void isoDataReceived(in byte[] data); in isoDataReceived() method
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/current/android/hardware/bluetooth/
DIBluetoothHciCallbacks.aidl40 void isoDataReceived(in byte[] data); in isoDataReceived() method
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/
DIBluetoothHciCallbacks.aidl51 void isoDataReceived(in byte[] data); in isoDataReceived() method
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc98 auto hidl_status = cb->isoDataReceived(packet); in initialize_1_1()
148 Return<void> isoDataReceived( in isoDataReceived() function in android::hardware::bluetooth::V1_1::implementation::OldCbWrapper
/hardware/interfaces/bluetooth/1.1/
DIBluetoothHciCallbacks.hal30 isoDataReceived(HciPacket data);
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.cpp272 mCb->isoDataReceived(raw_iso); in initialize()
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp282 ndk::ScopedAStatus isoDataReceived( in isoDataReceived() function in BluetoothAidlTest::BluetoothHciCallbacks
975 ndk::ScopedAStatus isoDataReceived( in TEST_P() function in TEST_P::SecondCb
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp301 Return<void> isoDataReceived( in isoDataReceived() function in BluetoothHidlTest::BluetoothHciCallbacks