Searched refs:a2dp_source_interface_ (Results 1 – 2 of 2) sorted by relevance
228 if (!a2dp_source_interface_.get()) in GetA2dpSourceInterface()229 a2dp_source_interface_ = new BluetoothA2dpSourceBinderServer(adapter_); in GetA2dpSourceInterface()231 if (a2dp_source_interface_->HasInstance()) { in GetA2dpSourceInterface()237 *_aidl_return = a2dp_source_interface_; in GetA2dpSourceInterface()
162 android::sp<BluetoothA2dpSourceBinderServer> a2dp_source_interface_; variable