Searched refs:SetMediaStack (Results 1 – 3 of 3) sorted by relevance
273 …if (wearState == 1) MediaBluetoothDeviceManager::SetMediaStack(device, WEAR_ACTION); // 1 wear sta… in CheckA2dpDeviceReconnect()317 … MediaBluetoothDeviceManager::SetMediaStack(device, BluetoothDeviceAction::CONNECTING_ACTION); in OnConnectionStateChanged()320 MediaBluetoothDeviceManager::SetMediaStack(device, BluetoothDeviceAction::CONNECT_ACTION); in OnConnectionStateChanged()323 … MediaBluetoothDeviceManager::SetMediaStack(device, BluetoothDeviceAction::DISCONNECT_ACTION); in OnConnectionStateChanged()349 MediaBluetoothDeviceManager::SetMediaStack(device, action); in OnMediaStackChanged()357 MediaBluetoothDeviceManager::SetMediaStack(BluetoothRemoteDevice(address), in OnVirtualDeviceChanged()361 MediaBluetoothDeviceManager::SetMediaStack(BluetoothRemoteDevice(address), in OnVirtualDeviceChanged()
41 static void SetMediaStack(const BluetoothRemoteDevice &device, int action);
150 void MediaBluetoothDeviceManager::SetMediaStack(const BluetoothRemoteDevice &device, int action) in SetMediaStack() function in OHOS::Bluetooth::MediaBluetoothDeviceManager