Home
last modified time | relevance | path

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

/system/bt/service/ipc/binder/
Dbluetooth_a2dp_sink_binder_server.cc26 using android::bluetooth::IBluetoothA2dpSinkCallback;
38 const android::sp<IBluetoothA2dpSinkCallback>& callback, in Register()
195 android::sp<IBluetoothA2dpSinkCallback>
198 return android::sp<IBluetoothA2dpSinkCallback>( in GetA2dpSinkCallback()
199 static_cast<IBluetoothA2dpSinkCallback*>(cb.get())); in GetA2dpSinkCallback()
216 android::sp<IBluetoothA2dpSinkCallback> cb( in OnRegisterInstanceImpl()
217 static_cast<IBluetoothA2dpSinkCallback*>(callback.get())); in OnRegisterInstanceImpl()
Dbluetooth_a2dp_sink_binder_server.h47 const android::sp<android::bluetooth::IBluetoothA2dpSinkCallback>&
71 android::sp<android::bluetooth::IBluetoothA2dpSinkCallback>
/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSink.aidl19 import android.bluetooth.IBluetoothA2dpSinkCallback;
22 boolean Register(in IBluetoothA2dpSinkCallback callback); in Register()
DIBluetoothA2dpSinkCallback.aidl19 oneway interface IBluetoothA2dpSinkCallback { interface
/system/bt/service/common/
DAndroid.bp47 "android/bluetooth/IBluetoothA2dpSinkCallback.aidl",