Searched refs:BluetoothHci (Results 1 – 11 of 11) sorted by relevance
53 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci56 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()
37 class BluetoothHci : public IBluetoothHci {39 BluetoothHci();
56 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci59 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()
26 using android::hardware::bluetooth::V1_1::implementation::BluetoothHci;34 sp bluetoothHci = new BluetoothHci(); in main()
38 class BluetoothHci : public V1_1::IBluetoothHci {40 BluetoothHci();
27 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()
68 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::BluetoothHci121 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 …]
34 class BluetoothHci : public BnBluetoothHci {36 BluetoothHci(const std::string& dev_path = "/dev/hvc5");54 static BluetoothHci* get();
32 "BluetoothHci.cpp",
22 using aidl::android::hardware::bluetooth::impl::BluetoothHci;27 auto service = SharedRefBase::make<BluetoothHci>(); in LLVMFuzzerTestOneInput()
35 using ::android::hardware::bluetooth::V1_0::implementation::BluetoothHci;103 sp<BluetoothHci> mBtHci = nullptr;108 mBtHci = sp<BluetoothHci>::make(); in init()