Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsocket_hal_android.cc82 bool IsBound() const { return socket_hal_instance_ != nullptr; } in IsBound()
95 socket_hal_instance_ = IBluetoothSocket::fromBinder(binder); in Start()
97 if (socket_hal_instance_ == nullptr) { in Start()
103 ::ndk::ScopedAStatus status = socket_hal_instance_->registerCallback(socket_aidl_cb_); in Start()
106 socket_hal_instance_ = nullptr; in Start()
118 auto death_link = AIBinder_linkToDeath(socket_hal_instance_->asBinder().get(), in Start()
126 auto death_unlink = AIBinder_unlinkToDeath(socket_hal_instance_->asBinder().get(), in Stop()
131 socket_hal_instance_ = nullptr; in Stop()
142 ::ndk::ScopedAStatus status = socket_hal_instance_->getSocketCapabilities(&socket_capabilities); in GetSocketCapabilities()
209 ::ndk::ScopedAStatus status = socket_hal_instance_->opened(hal_context); in Opened()
[all …]