/hardware/interfaces/bluetooth/1.1/default/ |
D | bluetooth_hci.cc | 92 auto hidl_status = cb->scoDataReceived(packet); in initialize_1_1() 143 Return<void> scoDataReceived( in scoDataReceived() function in android::hardware::bluetooth::V1_1::implementation::OldCbWrapper 145 return old_cb_->scoDataReceived(data); in scoDataReceived()
|
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/ |
D | IBluetoothHciCallbacks.aidl | 41 void scoDataReceived(in byte[] data); in scoDataReceived() method
|
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/current/android/hardware/bluetooth/ |
D | IBluetoothHciCallbacks.aidl | 41 void scoDataReceived(in byte[] data); in scoDataReceived() method
|
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/ |
D | IBluetoothHciCallbacks.aidl | 57 void scoDataReceived(in byte[] data); in scoDataReceived() method
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | bluetooth_hci.cc | 88 auto hidl_status = cb->scoDataReceived(packet); in initialize()
|
/hardware/interfaces/bluetooth/1.0/ |
D | IBluetoothHciCallbacks.hal | 44 scoDataReceived(HciPacket data);
|
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/ |
D | bluetoothV1.0_fuzzer.cpp | 76 Return<void> scoDataReceived( in scoDataReceived() function in BluetoothHciCallbacks
|
/hardware/interfaces/bluetooth/aidl/default/ |
D | BluetoothHci.cpp | 266 mCb->scoDataReceived(raw_sco); in initialize()
|
/hardware/interfaces/bluetooth/aidl/vts/ |
D | VtsHalBluetoothTargetTest.cpp | 275 ndk::ScopedAStatus scoDataReceived( in scoDataReceived() function in BluetoothAidlTest::BluetoothHciCallbacks 969 ndk::ScopedAStatus scoDataReceived( in TEST_P() function in TEST_P::SecondCb
|
/hardware/interfaces/bluetooth/1.0/vts/functional/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 291 Return<void> scoDataReceived( in scoDataReceived() function in BluetoothHidlTest::BluetoothHciCallbacks
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 293 Return<void> scoDataReceived( in scoDataReceived() function in BluetoothHidlTest::BluetoothHciCallbacks
|