Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc53 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
56 Return<void> BluetoothHci::initialize( in initialize()
113 Return<void> BluetoothHci::close() { in close()
120 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand()
125 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData()
130 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData()
135 void BluetoothHci::sendDataToController(const uint8_t type, in sendDataToController()
141 return new BluetoothHci(); in HIDL_FETCH_IBluetoothHci()
Dbluetooth_hci.h37 class BluetoothHci : public IBluetoothHci {
39 BluetoothHci();
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc56 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
59 Return<void> BluetoothHci::initialize_1_1( in initialize_1_1()
155 Return<void> BluetoothHci::initialize( in initialize()
161 Return<void> BluetoothHci::close() { in close()
168 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand()
173 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData()
178 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData()
183 Return<void> BluetoothHci::sendIsoData(const hidl_vec<uint8_t>& data) { in sendIsoData()
188 void BluetoothHci::sendDataToController(const uint8_t type, in sendDataToController()
Dservice.cpp26 using android::hardware::bluetooth::V1_1::implementation::BluetoothHci;
34 sp bluetoothHci = new BluetoothHci(); in main()
Dbluetooth_hci.h38 class BluetoothHci : public V1_1::IBluetoothHci {
40 BluetoothHci();
/hardware/interfaces/bluetooth/aidl/default/
Dservice.cpp27 using ::aidl::android::hardware::bluetooth::impl::BluetoothHci;
38 std::shared_ptr<BluetoothHci> service = in main()
39 ndk::SharedRefBase::make<BluetoothHci>(); in main()
40 std::string instance = std::string() + BluetoothHci::descriptor + "/default"; in main()
DBluetoothHci.cpp68 BluetoothDeathRecipient(BluetoothHci* hci) : mHci(hci) {} in BluetoothDeathRecipient()
96 BluetoothHci* mHci;
114 BluetoothHci::BluetoothHci(const std::string& dev_path) { in BluetoothHci() function in aidl::android::hardware::bluetooth::impl::BluetoothHci
121 int BluetoothHci::getFdFromDevPath() { in getFdFromDevPath()
135 void BluetoothHci::reset() { in reset()
200 ndk::ScopedAStatus BluetoothHci::initialize( in initialize()
299 ndk::ScopedAStatus BluetoothHci::close() { in close()
328 ndk::ScopedAStatus BluetoothHci::sendHciCommand( in sendHciCommand()
333 ndk::ScopedAStatus BluetoothHci::sendAclData( in sendAclData()
338 ndk::ScopedAStatus BluetoothHci::sendScoData( in sendScoData()
[all …]
DBluetoothHci.h34 class BluetoothHci : public BnBluetoothHci {
36 BluetoothHci(const std::string& dev_path = "/dev/hvc5");
54 static BluetoothHci* get();
DAndroid.bp32 "BluetoothHci.cpp",
/hardware/interfaces/bluetooth/aidl/default/test/
Dfuzzer.cpp22 using aidl::android::hardware::bluetooth::impl::BluetoothHci;
27 auto service = SharedRefBase::make<BluetoothHci>(); in LLVMFuzzerTestOneInput()
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
DbluetoothV1.0_fuzzer.cpp35 using ::android::hardware::bluetooth::V1_0::implementation::BluetoothHci;
103 sp<BluetoothHci> mBtHci = nullptr;
108 mBtHci = sp<BluetoothHci>::make(); in init()