Home
last modified time | relevance | path

Searched refs:tempDesc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRoutingManager.cpp324 std::vector<std::unique_ptr<AudioDeviceDescriptor>> tempDesc = in GetAvailableDevices() local
326 if (tempDesc.size() == 0) { in GetAvailableDevices()
331 for (const auto &availableDesc : tempDesc) { in GetAvailableDevices()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_adapter.cpp99 uint32_t tempDesc = (uint32_t)desc->pins; in AudioProxyCommonInitCreateData() local
100 if (!HdfSbufWriteUint32(data, tempDesc)) { in AudioProxyCommonInitCreateData()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp2369 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in FetchInputDeviceWhenNoRunningStream() local
2370 if (tempDesc.deviceType_ == DEVICE_TYPE_BLUETOOTH_SCO && in FetchInputDeviceWhenNoRunningStream()
2850 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in FetchInputDevice() local
2851 if (!IsSameDevice(desc, tempDesc)) { in FetchInputDevice()
2880 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in HandleDeviceChangeForFetchInputDevice() local
2914 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in BluetoothScoDisconectForRecongnition() local
2918 if (tempDesc.deviceType_ == DEVICE_TYPE_BLUETOOTH_SCO) { in BluetoothScoDisconectForRecongnition()
2919 …int32_t ret = ScoInputDeviceFetchedForRecongnition(false, tempDesc.macAddress_, tempDesc.connectSt… in BluetoothScoDisconectForRecongnition()
2921 GetEncryptAddr(tempDesc.macAddress_).c_str()); in BluetoothScoDisconectForRecongnition()
5423 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in ClientDiedDisconnectScoRecognition() local
[all …]