Searched refs:BluetoothA2dpSrcObserverProxy (Results 1 – 2 of 2) sorted by relevance
21 void BluetoothA2dpSrcObserverProxy::OnConnectionStateChanged(const RawAddress &device, int state, i… in OnConnectionStateChanged()24 if (!data.WriteInterfaceToken(BluetoothA2dpSrcObserverProxy::GetDescriptor())) { in OnConnectionStateChanged()53 void BluetoothA2dpSrcObserverProxy::OnPlayingStatusChanged(const RawAddress &device, int playingSta… in OnPlayingStatusChanged()56 if (!data.WriteInterfaceToken(BluetoothA2dpSrcObserverProxy::GetDescriptor())) { in OnPlayingStatusChanged()86 void BluetoothA2dpSrcObserverProxy::OnConfigurationChanged( in OnConfigurationChanged()90 if (!data.WriteInterfaceToken(BluetoothA2dpSrcObserverProxy::GetDescriptor())) { in OnConfigurationChanged()119 void BluetoothA2dpSrcObserverProxy::OnMediaStackChanged( in OnMediaStackChanged()123 if (!data.WriteInterfaceToken(BluetoothA2dpSrcObserverProxy::GetDescriptor())) { in OnMediaStackChanged()148 ErrCode BluetoothA2dpSrcObserverProxy::InnerTransact( in InnerTransact()172 void BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged()[all …]
24 class BluetoothA2dpSrcObserverProxy : public IRemoteProxy<IBluetoothA2dpSourceObserver> {26 explicit BluetoothA2dpSrcObserverProxy(const sptr<IRemoteObject> &impl) in BluetoothA2dpSrcObserverProxy() function28 ~BluetoothA2dpSrcObserverProxy() {} in ~BluetoothA2dpSrcObserverProxy()38 static inline BrokerDelegator<BluetoothA2dpSrcObserverProxy> delegator_;