Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRoutingManager.cpp321 std::vector<std::unique_ptr<AudioDeviceDescriptor>> tempDesc = in GetAvailableDevices() local
323 if (tempDesc.size() == 0) { in GetAvailableDevices()
328 for (const auto &availableDesc : tempDesc) { in GetAvailableDevices()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp2585 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in FetchInputDeviceWhenNoRunningStream() local
2586 if (tempDesc.deviceType_ == DEVICE_TYPE_BLUETOOTH_SCO && in FetchInputDeviceWhenNoRunningStream()
2594 if (desc->deviceType_ == DEVICE_TYPE_NONE || IsSameDevice(desc, tempDesc)) { in FetchInputDeviceWhenNoRunningStream()
3140 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in BluetoothScoDisconectForRecongnition() local
3142 Bluetooth::AudioHfpManager::GetScoCategory(), tempDesc.deviceType_, in BluetoothScoDisconectForRecongnition()
3144 if (tempDesc.deviceType_ == DEVICE_TYPE_BLUETOOTH_SCO) { in BluetoothScoDisconectForRecongnition()
3145 int32_t ret = ScoInputDeviceFetchedForRecongnition(false, tempDesc.macAddress_, tempDesc.connectState_); in BluetoothScoDisconectForRecongnition()
3147 GetEncryptAddr(tempDesc.macAddress_).c_str()); in BluetoothScoDisconectForRecongnition()

Completed in 18 milliseconds