Home
last modified time | relevance | path

Searched refs:BluetoothA2dpSinkBinderServer (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_a2dp_sink_binder_server.cc31 BluetoothA2dpSinkBinderServer::BluetoothA2dpSinkBinderServer( in BluetoothA2dpSinkBinderServer() function in ipc::binder::BluetoothA2dpSinkBinderServer
37 Status BluetoothA2dpSinkBinderServer::Register( in Register()
45 Status BluetoothA2dpSinkBinderServer::Unregister() { in Unregister()
50 Status BluetoothA2dpSinkBinderServer::Enable(bool* _aidl_return) { in Enable()
153 void BluetoothA2dpSinkBinderServer::OnConnectionState( in OnConnectionState()
165 void BluetoothA2dpSinkBinderServer::OnAudioState( in OnAudioState()
177 void BluetoothA2dpSinkBinderServer::OnAudioConfig( in OnAudioConfig()
191 bool BluetoothA2dpSinkBinderServer::HasInstance() { in HasInstance()
196 BluetoothA2dpSinkBinderServer::GetA2dpSinkCallback() { in GetA2dpSinkCallback()
203 BluetoothA2dpSinkBinderServer::GetA2dpSink() { in GetA2dpSink()
[all …]
H A Dbluetooth_a2dp_sink_binder_server.h37 class BluetoothA2dpSinkBinderServer
42 explicit BluetoothA2dpSinkBinderServer(bluetooth::Adapter* adapter);
43 ~BluetoothA2dpSinkBinderServer() override = default;
82 DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSinkBinderServer);
H A Dbluetooth_binder_server.h60 class BluetoothA2dpSinkBinderServer; variable
158 android::sp<BluetoothA2dpSinkBinderServer> a2dp_sink_interface_;
H A Dbluetooth_binder_server.cc206 a2dp_sink_interface_ = new BluetoothA2dpSinkBinderServer(adapter_); in GetA2dpSinkInterface()