Home
last modified time | relevance | path

Searched refs:initialize_1_1 (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.cc59 Return<void> BluetoothHci::initialize_1_1( in initialize_1_1() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
158 return initialize_1_1(new OldCbWrapper(cb)); in initialize()
H A Dbluetooth_hci.h43 Return<void> initialize_1_1(
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.h45 Return<void> initialize_1_1(
H A Dbluetooth_hci.cc271 Return<void> BluetoothHci::initialize_1_1( in initialize_1_1() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/aosp12/hardware/interfaces/bluetooth/1.1/
H A DIBluetoothHci.hal35 initialize_1_1(@1.1::IBluetoothHciCallbacks callback);
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.h47 ::android::hardware::Return<void> initialize_1_1(
H A Dbluetooth_hci.cc79 Return<void> BluetoothHci::initialize_1_1( in initialize_1_1() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/aosp12/system/bt/gd/rust/hal/src/ffi/
H A Dhidl.cc83 bt_hci_1_1_->initialize_1_1(trampoline_); in start_hal()
/aosp12/system/bt/hci/src/
H A Dhci_layer_android.cc185 btHci_1_1->initialize_1_1(callbacks); in hci_initialize()
/aosp12/system/bt/gd/hal/
H A Dhci_hal_android_hidl.cc223 bt_hci_1_1_->initialize_1_1(callbacks_); in Start()