/aosp12/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.cpp | 1121 *output = AUDIO_IO_HANDLE_NONE; in getOutputForAttrInt() 1131 if (*output == AUDIO_IO_HANDLE_NONE) { in getOutputForAttrInt() 1236 *output = AUDIO_IO_HANDLE_NONE; in openDirectOutput() 1314 *output = AUDIO_IO_HANDLE_NONE; in openDirectOutput() 1389 return AUDIO_IO_HANDLE_NONE; in getOutputForDevices() 2233 *input = AUDIO_IO_HANDLE_NONE; in getInputForAttr() 2295 if (*input == AUDIO_IO_HANDLE_NONE) { in getInputForAttr() 2458 return AUDIO_IO_HANDLE_NONE; in getInputForDevice() 2943 return AUDIO_IO_HANDLE_NONE; in selectOutputForMusicEffects() 4928 *output = AUDIO_IO_HANDLE_NONE; in getSpatializerOutput() [all …]
|
/aosp12/frameworks/av/services/audiopolicy/service/ |
H A D | Spatializer.cpp | 169 AUDIO_IO_HANDLE_NONE, AUDIO_PORT_HANDLE_NONE, &effect); in create() 636 if (mOutput != AUDIO_IO_HANDLE_NONE) { in attachOutput() 689 audio_io_handle_t output = AUDIO_IO_HANDLE_NONE; in detachOutput() 695 if (mOutput == AUDIO_IO_HANDLE_NONE) { in detachOutput() 702 mOutput = AUDIO_IO_HANDLE_NONE; in detachOutput() 709 callback->onOutputChanged(AUDIO_IO_HANDLE_NONE); in detachOutput()
|
H A D | Spatializer.h | 288 audio_io_handle_t mOutput GUARDED_BY(mLock) = AUDIO_IO_HANDLE_NONE;
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | AudioFlinger.cpp | 889 output.outputId = AUDIO_IO_HANDLE_NONE; in createTrack() 1380 if (output == AUDIO_IO_HANDLE_NONE) { in setStreamVolume() 1430 if (output == AUDIO_IO_HANDLE_NONE) { in streamVolume() 2034 output.inputId = AUDIO_IO_HANDLE_NONE; in createRecord() 2695 return AUDIO_IO_HANDLE_NONE; in openDuplicateOutput() 2882 *input = AUDIO_IO_HANDLE_NONE; in openInput_l() 2889 if (*input == AUDIO_IO_HANDLE_NONE) { in openInput_l() 2953 *input = AUDIO_IO_HANDLE_NONE; in openInput_l() 3688 if (io == AUDIO_IO_HANDLE_NONE) { in createEffect() 3699 if (io != AUDIO_IO_HANDLE_NONE) { in createEffect() [all …]
|
H A D | DeviceEffectManager.h | 160 audio_io_handle_t io() const override { return AUDIO_IO_HANDLE_NONE; } in io()
|
H A D | DeviceEffectManager.cpp | 149 pEffectUuid, sessionId, AUDIO_IO_HANDLE_NONE, deviceId, effect); in createEffectHal()
|
H A D | PatchPanel.cpp | 262 audio_io_handle_t output = AUDIO_IO_HANDLE_NONE; in createAudioPatch() 315 audio_io_handle_t input = AUDIO_IO_HANDLE_NONE; in createAudioPatch()
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioEffect.h | 391 audio_io_handle_t io = AUDIO_IO_HANDLE_NONE, 404 audio_io_handle_t io = AUDIO_IO_HANDLE_NONE,
|
H A D | AudioIoDescriptor.h | 39 mIoHandle(AUDIO_IO_HANDLE_NONE), in AudioIoDescriptor()
|
H A D | AudioRecord.h | 744 audio_io_handle_t mInput = AUDIO_IO_HANDLE_NONE; // from AudioSystem::getInputforAttr()
|
H A D | AudioTrack.h | 1149 audio_io_handle_t mOutput = AUDIO_IO_HANDLE_NONE; // from AudioSystem::getOutputForAttr()
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioTrack.cpp | 1050 if (mOutput != AUDIO_IO_HANDLE_NONE) { in pause() 1134 if (mOutput == AUDIO_IO_HANDLE_NONE) { in setSampleRate() 1164 if (mOutput != AUDIO_IO_HANDLE_NONE) { in getSampleRate() 1323 if (mOutput == AUDIO_IO_HANDLE_NONE || mProxy.get() == 0) { in getBufferSizeInFrames() 1336 if (mOutput == AUDIO_IO_HANDLE_NONE || mProxy.get() == 0) { in getBufferDurationInUs() 1562 if (mOutput != AUDIO_IO_HANDLE_NONE) { in getPosition() 1657 if (mOutput != AUDIO_IO_HANDLE_NONE) { in updateRoutedDeviceId_l() 1889 if (mOutput != AUDIO_IO_HANDLE_NONE) { in createTrack_l() 3364 if (output != AUDIO_IO_HANDLE_NONE) { in getParameters() 3472 if (mOutput != AUDIO_IO_HANDLE_NONE) { in addAudioDeviceCallback() [all …]
|
H A D | AudioSystem.cpp | 262 return setParameters(AUDIO_IO_HANDLE_NONE, keyValuePairs); in setParameters() 266 return getParameters(AUDIO_IO_HANDLE_NONE, keys); in getParameters() 359 if (output == AUDIO_IO_HANDLE_NONE) { in getOutputFrameCount() 394 if (output == AUDIO_IO_HANDLE_NONE) { in getOutputLatency() 444 if (ioHandle == AUDIO_IO_HANDLE_NONE) return result; in getInputFramesLost() 546 if (ioDesc->mIoHandle == AUDIO_IO_HANDLE_NONE) return Status::ok(); in ioConfigChanged() 955 if (aps == 0) return AUDIO_IO_HANDLE_NONE; in getOutput() 966 return result.value_or(AUDIO_IO_HANDLE_NONE); in getOutput() 1306 if (aps == 0) return AUDIO_IO_HANDLE_NONE; in getOutputForEffect() 1317 return result.value_or(AUDIO_IO_HANDLE_NONE); in getOutputForEffect()
|
H A D | AudioRecord.cpp | 214 if (mDeviceCallback != 0 && mInput != AUDIO_IO_HANDLE_NONE) { in stopAndJoinCallbacks() 699 if (mInput != AUDIO_IO_HANDLE_NONE) { in updateRoutedDeviceId_l() 925 if (mInput != AUDIO_IO_HANDLE_NONE) { in createRecord_l() 1489 if (mInput != AUDIO_IO_HANDLE_NONE) { in addAudioDeviceCallback() 1513 if (mInput != AUDIO_IO_HANDLE_NONE) { in removeAudioDeviceCallback()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | AudioOutputDescriptor.cpp | 287 mProfile(profile), mIoHandle(AUDIO_IO_HANDLE_NONE), mLatency(0), in SwAudioOutputDescriptor() 566 LOG_ALWAYS_FATAL_IF(*output == AUDIO_IO_HANDLE_NONE, in open() 624 if (mIoHandle != AUDIO_IO_HANDLE_NONE) { in close() 645 mIoHandle = AUDIO_IO_HANDLE_NONE; in close() 657 if (*ioHandle == AUDIO_IO_HANDLE_NONE) { in openDuplicating()
|
H A D | AudioInputDescriptor.cpp | 244 LOG_ALWAYS_FATAL_IF(*input == AUDIO_IO_HANDLE_NONE, in open() 282 if (mIoHandle != AUDIO_IO_HANDLE_NONE) { in close() 302 mIoHandle = AUDIO_IO_HANDLE_NONE; in close()
|
H A D | EffectDescriptor.cpp | 215 return AUDIO_IO_HANDLE_NONE; in getIoForSession()
|
H A D | DeviceDescriptor.cpp | 188 String8 reply = clientInterface->getParameters(AUDIO_IO_HANDLE_NONE, param.toString()); in setEncapsulationInfoFromHal()
|
/aosp12/frameworks/av/services/audiopolicy/tests/ |
H A D | AudioPolicyTestClient.h | 40 return AUDIO_IO_HANDLE_NONE; in openDuplicateOutput()
|
H A D | AudioPolicyManagerTestClient.h | 145 audio_io_handle_t mNextIoHandle = AUDIO_IO_HANDLE_NONE + 1;
|
/aosp12/frameworks/base/media/jni/audioeffect/ |
H A D | Visualizer.h | 81 audio_io_handle_t io = AUDIO_IO_HANDLE_NONE,
|
/aosp12/hardware/libhardware/modules/audio_remote_submix/tests/ |
H A D | remote_submix_tests.cpp | 113 AUDIO_IO_HANDLE_NONE, AUDIO_DEVICE_NONE, &configIn, in OpenInputStream() 126 AUDIO_IO_HANDLE_NONE, AUDIO_DEVICE_NONE, AUDIO_OUTPUT_FLAG_NONE, in OpenOutputStream()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | AudioInputDescriptor.h | 59 audio_io_handle_t mIoHandle = AUDIO_IO_HANDLE_NONE; // input handle
|
/aosp12/frameworks/av/services/audiopolicy/fuzzer/ |
H A D | audiopolicy_fuzzer.cpp | 243 *output = AUDIO_IO_HANDLE_NONE; in getOutputForAttr() 262 if (*output == AUDIO_IO_HANDLE_NONE || *portId == AUDIO_PORT_HANDLE_NONE) { in getOutputForAttr() 272 audio_io_handle_t input = AUDIO_IO_HANDLE_NONE; in getInputForAttr() 289 if (*portId == AUDIO_PORT_HANDLE_NONE || input == AUDIO_IO_HANDLE_NONE) { in getInputForAttr()
|
/aosp12/frameworks/av/media/libaudiohal/impl/ |
H A D | EffectsFactoryHalHidl.cpp | 157 if (sessionId == AUDIO_SESSION_DEVICE && ioId == AUDIO_IO_HANDLE_NONE) { in createEffect()
|