Searched refs:BluetoothHfpAgObserverProxy (Results 1 – 2 of 2) sorted by relevance
22 void BluetoothHfpAgObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int s… in OnConnectionStateChanged()25 if (!data.WriteInterfaceToken(BluetoothHfpAgObserverProxy::GetDescriptor())) { in OnConnectionStateChanged()53 void BluetoothHfpAgObserverProxy::OnScoStateChanged(const BluetoothRawAddress &device, int state, i… in OnScoStateChanged()56 if (!data.WriteInterfaceToken(BluetoothHfpAgObserverProxy::GetDescriptor())) { in OnScoStateChanged()84 void BluetoothHfpAgObserverProxy::OnActiveDeviceChanged(const BluetoothRawAddress &device) in OnActiveDeviceChanged()87 if (!data.WriteInterfaceToken(BluetoothHfpAgObserverProxy::GetDescriptor())) { in OnActiveDeviceChanged()110 if (!data.WriteInterfaceToken(BluetoothHfpAgObserverProxy::GetDescriptor())) { in OnHfEnhancedDriverSafetyChanged()134 void BluetoothHfpAgObserverProxy::OnHfpStackChanged(const BluetoothRawAddress &device, int action) in OnHfpStackChanged()137 if (!data.WriteInterfaceToken(BluetoothHfpAgObserverProxy::GetDescriptor())) { in OnHfpStackChanged()161 void BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged()[all …]
23 class BluetoothHfpAgObserverProxy : public IRemoteProxy<IBluetoothHfpAgObserver> {25 explicit BluetoothHfpAgObserverProxy(const sptr<IRemoteObject> &impl) in BluetoothHfpAgObserverProxy() function27 ~BluetoothHfpAgObserverProxy() {}; in ~BluetoothHfpAgObserverProxy()37 static inline BrokerDelegator<BluetoothHfpAgObserverProxy> delegator_;