Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_a2dp_source_binder_server.cc97 BluetoothA2dpSourceBinderServer::BluetoothA2dpSourceBinderServer( in BluetoothA2dpSourceBinderServer() function in ipc::binder::BluetoothA2dpSourceBinderServer
103 BluetoothA2dpSourceBinderServer::~BluetoothA2dpSourceBinderServer() = default;
105 bool BluetoothA2dpSourceBinderServer::HasInstance() { in HasInstance()
109 Status BluetoothA2dpSourceBinderServer::Register( in Register()
117 Status BluetoothA2dpSourceBinderServer::Unregister() { in Unregister()
122 Status BluetoothA2dpSourceBinderServer::Enable( in Enable()
147 Status BluetoothA2dpSourceBinderServer::Disconnect( in Disconnect()
154 Status BluetoothA2dpSourceBinderServer::ConfigCodec( in ConfigCodec()
174 void BluetoothA2dpSourceBinderServer::OnAudioState( in OnAudioState()
181 void BluetoothA2dpSourceBinderServer::OnAudioConfig( in OnAudioConfig()
[all …]
H A Dbluetooth_a2dp_source_binder_server.h38 class BluetoothA2dpSourceBinderServer
43 explicit BluetoothA2dpSourceBinderServer(bluetooth::Adapter* adapter);
44 ~BluetoothA2dpSourceBinderServer() override;
91 DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSourceBinderServer);
H A Dbluetooth_binder_server.h61 class BluetoothA2dpSourceBinderServer; variable
162 android::sp<BluetoothA2dpSourceBinderServer> a2dp_source_interface_;
H A Dbluetooth_binder_server.cc229 a2dp_source_interface_ = new BluetoothA2dpSourceBinderServer(adapter_); in GetA2dpSourceInterface()