Searched refs:avrcp_target_interface_ (Results 1 – 2 of 2) sorted by relevance
356 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()
190 android::sp<BluetoothAvrcpTargetBinderServer> avrcp_target_interface_; variable