Home
last modified time | relevance | path

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

/system/bt/service/ipc/binder/
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()
69 Status BluetoothA2dpSinkBinderServer::Disable(bool* _aidl_return) { in Disable()
83 Status BluetoothA2dpSinkBinderServer::Connect(const String16& device_address, in Connect()
103 Status BluetoothA2dpSinkBinderServer::Disconnect(const String16& device_address, in Disconnect()
123 Status BluetoothA2dpSinkBinderServer::SetAudioFocusState(int focus_state, in SetAudioFocusState()
138 Status BluetoothA2dpSinkBinderServer::SetAudioTrackGain(float gain, in SetAudioTrackGain()
153 void BluetoothA2dpSinkBinderServer::OnConnectionState( in OnConnectionState()
[all …]
Dbluetooth_a2dp_sink_binder_server.h37 class BluetoothA2dpSinkBinderServer
42 explicit BluetoothA2dpSinkBinderServer(bluetooth::Adapter* adapter);
43 ~BluetoothA2dpSinkBinderServer() override = default;
82 DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSinkBinderServer);
Dbluetooth_binder_server.h60 class BluetoothA2dpSinkBinderServer; variable
158 android::sp<BluetoothA2dpSinkBinderServer> a2dp_sink_interface_;
Dbluetooth_binder_server.cc206 a2dp_sink_interface_ = new BluetoothA2dpSinkBinderServer(adapter_); in GetA2dpSinkInterface()