Searched refs:BluetoothA2dpSinkBinderServer (Results 1 – 4 of 4) sorted by relevance
31 BluetoothA2dpSinkBinderServer::BluetoothA2dpSinkBinderServer( in BluetoothA2dpSinkBinderServer() function in ipc::binder::BluetoothA2dpSinkBinderServer37 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 …]
37 class BluetoothA2dpSinkBinderServer42 explicit BluetoothA2dpSinkBinderServer(bluetooth::Adapter* adapter);43 ~BluetoothA2dpSinkBinderServer() override = default;82 DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSinkBinderServer);
60 class BluetoothA2dpSinkBinderServer; variable158 android::sp<BluetoothA2dpSinkBinderServer> a2dp_sink_interface_;
206 a2dp_sink_interface_ = new BluetoothA2dpSinkBinderServer(adapter_); in GetA2dpSinkInterface()