Searched refs:SetMediaStack (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.cpp | 273 if (wearState == 1) MediaBluetoothDeviceManager::SetMediaStack(device, WEAR_ACTION); // 1 wear state in CheckA2dpDeviceReconnect() 315 MediaBluetoothDeviceManager::SetMediaStack(device, BluetoothDeviceAction::CONNECTING_ACTION); in OnConnectionStateChanged() 318 MediaBluetoothDeviceManager::SetMediaStack(device, BluetoothDeviceAction::CONNECT_ACTION); in OnConnectionStateChanged() 321 MediaBluetoothDeviceManager::SetMediaStack(device, BluetoothDeviceAction::DISCONNECT_ACTION); in OnConnectionStateChanged() 347 MediaBluetoothDeviceManager::SetMediaStack(device, action); in OnMediaStackChanged() 354 MediaBluetoothDeviceManager::SetMediaStack(BluetoothRemoteDevice(macAddress), in OnVirtualDeviceChanged() 358 MediaBluetoothDeviceManager::SetMediaStack(BluetoothRemoteDevice(macAddress), in OnVirtualDeviceChanged()
|
H A D | bluetooth_device_manager.h | 41 static void SetMediaStack(const BluetoothRemoteDevice &device, int action);
|
H A D | bluetooth_device_manager.cpp | 149 void MediaBluetoothDeviceManager::SetMediaStack(const BluetoothRemoteDevice &device, int action) in SetMediaStack() function in OHOS::Bluetooth::MediaBluetoothDeviceManager 189 AUDIO_ERR_LOG("SetMediaStack failed due to the unknow action: %{public}d", action); in SetMediaStack()
|
Completed in 4 milliseconds