Home
last modified time | relevance | path

Searched refs:stopVirtualCallHandle_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp71 BluetoothStopVirtualCallHandle HfpBluetoothDeviceManager::stopVirtualCallHandle_ = { BluetoothRemoteDevice(), false}; member in OHOS::Bluetooth::HfpBluetoothDeviceManager
823 stopVirtualCallHandle_.device = device; in HandleStopVirtualCall()
824 stopVirtualCallHandle_.isWaitingForStoppingVirtualCall = true; in HandleStopVirtualCall()
997 if (device.GetDeviceAddr() == stopVirtualCallHandle_.device.GetDeviceAddr() && in OnScoStateChanged()
998 stopVirtualCallHandle_.isWaitingForStoppingVirtualCall) { in OnScoStateChanged()
1001 stopVirtualCallHandle_.device = BluetoothRemoteDevice(); in OnScoStateChanged()
1002 stopVirtualCallHandle_.isWaitingForStoppingVirtualCall = false; in OnScoStateChanged()
H A Dbluetooth_device_manager.h131 static BluetoothStopVirtualCallHandle stopVirtualCallHandle_; member in OHOS::Bluetooth::HfpBluetoothDeviceManager

Completed in 3 milliseconds