Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc356 if (!avrcp_target_interface_.get()) in GetAvrcpTargetInterface()
357 avrcp_target_interface_ = new BluetoothAvrcpTargetBinderServer(adapter_); in GetAvrcpTargetInterface()
359 if (avrcp_target_interface_->HasInstance()) { in GetAvrcpTargetInterface()
365 *_aidl_return = avrcp_target_interface_; in GetAvrcpTargetInterface()
H A Dbluetooth_binder_server.h190 android::sp<BluetoothAvrcpTargetBinderServer> avrcp_target_interface_; variable