Home
last modified time | relevance | path

Searched refs:initializationComplete (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc72 auto hidl_status = cb->initializationComplete( in initialize_1_1()
105 cb->initializationComplete(V1_0::Status::INITIALIZATION_ERROR); in initialize_1_1()
129 Return<void> initializationComplete(V1_0::Status status) override { in initializationComplete() function in android::hardware::bluetooth::V1_1::implementation::OldCbWrapper
130 return old_cb_->initializationComplete(status); in initializationComplete()
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/
DIBluetoothHciCallbacks.aidl39 void initializationComplete(in android.hardware.bluetooth.Status status); in initializationComplete() method
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/current/android/hardware/bluetooth/
DIBluetoothHciCallbacks.aidl39 void initializationComplete(in android.hardware.bluetooth.Status status); in initializationComplete() method
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/
DIBluetoothHciCallbacks.aidl45 void initializationComplete(in Status status); in initializationComplete() method
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc69 auto hidl_status = cb->initializationComplete( in initialize()
97 auto hidl_status = cb->initializationComplete(Status::INITIALIZATION_ERROR); in initialize()
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.cpp222 cb->initializationComplete(Status::ALREADY_INITIALIZED); in initialize()
236 cb->initializationComplete(Status::UNABLE_TO_OPEN_INTERFACE); in initialize()
286 auto status = mCb->initializationComplete(Status::SUCCESS); in initialize()
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHciCallbacks.hal25 initializationComplete(Status status);
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
DbluetoothV1.0_fuzzer.cpp57 Return<void> initializationComplete(Status status) override { in initializationComplete() function in BluetoothHciCallbacks
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp250 ndk::ScopedAStatus initializationComplete(Status status) override { in initializationComplete() function in BluetoothAidlTest::BluetoothHciCallbacks
951 ndk::ScopedAStatus initializationComplete(Status status) override { in TEST_P() function in TEST_P::SecondCb
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp267 Return<void> initializationComplete(Status status) override { in initializationComplete() function in BluetoothHidlTest::BluetoothHciCallbacks
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp269 Return<void> initializationComplete(Status status) override { in initializationComplete() function in BluetoothHidlTest::BluetoothHciCallbacks