Searched refs:tempDesc (Results 1 – 3 of 3) sorted by relevance
324 std::vector<std::unique_ptr<AudioDeviceDescriptor>> tempDesc = in GetAvailableDevices() local326 if (tempDesc.size() == 0) { in GetAvailableDevices()331 for (const auto &availableDesc : tempDesc) { in GetAvailableDevices()
99 uint32_t tempDesc = (uint32_t)desc->pins; in AudioProxyCommonInitCreateData() local100 if (!HdfSbufWriteUint32(data, tempDesc)) { in AudioProxyCommonInitCreateData()
2369 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in FetchInputDeviceWhenNoRunningStream() local2370 if (tempDesc.deviceType_ == DEVICE_TYPE_BLUETOOTH_SCO && in FetchInputDeviceWhenNoRunningStream()2850 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in FetchInputDevice() local2851 if (!IsSameDevice(desc, tempDesc)) { in FetchInputDevice()2880 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in HandleDeviceChangeForFetchInputDevice() local2914 AudioDeviceDescriptor tempDesc = GetCurrentInputDevice(); in BluetoothScoDisconectForRecongnition() local2918 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 …]