Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc338 if (!avrcp_control_interface_.get()) in GetAvrcpControlInterface()
339 avrcp_control_interface_ = new BluetoothAvrcpControlBinderServer(adapter_); in GetAvrcpControlInterface()
341 *_aidl_return = avrcp_control_interface_; in GetAvrcpControlInterface()
H A Dbluetooth_binder_server.h186 android::sp<IBluetoothAvrcpControl> avrcp_control_interface_; variable