Home
last modified time | relevance | path

Searched refs:BluetoothA2dpSrcObserverProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_observer_proxy.cpp21 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 …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_a2dp_src_observer_proxy.h24 class BluetoothA2dpSrcObserverProxy : public IRemoteProxy<IBluetoothA2dpSourceObserver> {
26 explicit BluetoothA2dpSrcObserverProxy(const sptr<IRemoteObject> &impl) in BluetoothA2dpSrcObserverProxy() function
28 ~BluetoothA2dpSrcObserverProxy() {} in ~BluetoothA2dpSrcObserverProxy()
38 static inline BrokerDelegator<BluetoothA2dpSrcObserverProxy> delegator_;