Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp3921 …int32_t loadInputResult = HandleArmUsbDevice(updatedDesc.deviceType_, INPUT_DEVICE, updatedDesc.ma… in HandleLocalDeviceConnected() local
3922 if (loadInputResult != SUCCESS) { in HandleLocalDeviceConnected()
3923loadInputResult = RehandlePnpDevice(updatedDesc.deviceType_, INPUT_DEVICE, updatedDesc.macAddress_… in HandleLocalDeviceConnected()
3925 if (loadOutputResult != SUCCESS && loadInputResult != SUCCESS) { in HandleLocalDeviceConnected()
3932 if (loadOutputResult == SUCCESS && loadInputResult == SUCCESS) { in HandleLocalDeviceConnected()