Searched refs:BluetoothA2dpSourceBinderServer (Results 1 – 4 of 4) sorted by relevance
97 BluetoothA2dpSourceBinderServer::BluetoothA2dpSourceBinderServer( in BluetoothA2dpSourceBinderServer() function in ipc::binder::BluetoothA2dpSourceBinderServer103 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 …]
38 class BluetoothA2dpSourceBinderServer43 explicit BluetoothA2dpSourceBinderServer(bluetooth::Adapter* adapter);44 ~BluetoothA2dpSourceBinderServer() override;91 DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSourceBinderServer);
61 class BluetoothA2dpSourceBinderServer; variable162 android::sp<BluetoothA2dpSourceBinderServer> a2dp_source_interface_;
229 a2dp_source_interface_ = new BluetoothA2dpSourceBinderServer(adapter_); in GetA2dpSourceInterface()