Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/av/services/audioflinger/
DMelReporter.cpp126 const IAfPatchPanel::Patch& patch) { in onCreateAudioPatch()
170 void MelReporter::startMelComputationForActivePatch_l(const ActiveMelPatch& patch) in startMelComputationForActivePatch_l()
249 audio_patch_handle_t newHandle, const IAfPatchPanel::Patch& patch) { in onUpdateAudioPatch()
270 void MelReporter::stopMelComputationForPatch_l(const ActiveMelPatch& patch) in stopMelComputationForPatch_l()
321 for (const auto& patch : mAfPatchPanel->patches_l()) { in applyAllAudioPatches() local
326 for (const auto& patch : patchesCopy) { in applyAllAudioPatches() local
DPatchCommandThread.cpp47 const IAfPatchPanel::Patch& patch) { in createAudioPatch()
62 audio_patch_handle_t newHandle, const IAfPatchPanel::Patch& patch) { in updateAudioPatch()
155 audio_patch_handle_t handle, const IAfPatchPanel::Patch& patch) { in createAudioPatchCommand()
174 const IAfPatchPanel::Patch& patch) { in updateAudioPatchCommand()
DPatchCommandThread.h96 CreateAudioPatchData(audio_patch_handle_t handle, const IAfPatchPanel::Patch& patch) in CreateAudioPatchData()
115 const IAfPatchPanel::Patch& patch) in UpdateAudioPatchData()
DPatchPanel.cpp113 status_t PatchPanel::createAudioPatch_l(const struct audio_patch* patch, in createAudioPatch_l()
787 const struct audio_patch &patch = removedPatch.mAudioPatch; in releaseAudioPatch_l() local
891 const Patch &patch = patch_iter->second; in getDownstreamSoftwarePatches() local
908 AudioHwDevice *audioHwDevice, audio_io_handle_t stream, struct audio_patch *patch) in notifyStreamOpened()
951 const struct audio_patch *patch) in addSoftwarePatchToInsertedModules_l()
993 for (const auto& patch : module.second.sw_patches) { in dump() local
DDeviceEffectManager.cpp58 const IAfPatchPanel::Patch& patch) { in onCreateAudioPatch()
83 audio_patch_handle_t newHandle, const IAfPatchPanel::Patch& patch) { in onUpdateAudioPatch()
DIAfPatchPanel.h197 Patch(const struct audio_patch& patch, bool endpointPatch) in Patch()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPatch.cpp30 AudioPatch::AudioPatch(const struct audio_patch *patch, uid_t uid) : in AudioPatch()
62 const sp<AudioPatch>& patch) in addAudioPatch()
109 const sp<AudioPatch> patch = valueAt(patchIndex); in listAudioPatches() local
/frameworks/av/media/libaudioclient/tests/
Daudio_test_utils.cpp650 status_t getPatchForOutputMix(audio_io_handle_t audioIo, audio_patch& patch) { in getPatchForOutputMix()
667 status_t getPatchForInputMix(audio_io_handle_t audioIo, audio_patch& patch) { in getPatchForInputMix()
684 bool patchContainsOutputDevice(audio_port_handle_t deviceId, audio_patch patch) { in patchContainsOutputDevice()
693 bool patchContainsInputDevice(audio_port_handle_t deviceId, audio_patch patch) { in patchContainsInputDevice()
703 struct audio_patch patch; in checkPatchPlayback() local
711 struct audio_patch patch; in checkPatchCapture() local
724 std::string dumpPatch(const audio_patch& patch) { in dumpPatch()
Daudiorouting_tests.cpp69 audio_patch patch; in TEST() local
/frameworks/av/media/libaudioclient/include/media/
DAudioIoDescriptor.h49 audio_io_handle_t ioHandle, const audio_patch& patch, audio_port_handle_t portId) : in AudioIoDescriptor()
79 void setPatch(const audio_patch& patch) { mPatch = patch; } in setPatch()
/frameworks/base/libs/hwui/jni/
DNinePatchPeeker.cpp26 Res_png_9patch* patch = (Res_png_9patch*) data; in readChunk() local
DNinePatch.cpp81 int8_t* patch = reinterpret_cast<int8_t*>(patchHandle); in finalize() local
/frameworks/av/media/libmedia/include/media/
DPatchBuilder.h40 const struct audio_patch* patch() const { return &mPatch; } in patch() function
/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp130 AudioPatch patch; in createOrUpdatePatch() local
299 const AudioPatch& requestedPatch, PatchMatch match, AudioPatch* patch, bool* created) { in findOrCreatePatch()
309 PatchMatch match, AudioPatch* patch, bool* created) { in findOrCreatePatch()
776 AudioPortConfig* mixPortConfig, AudioPatch* patch) { in prepareToOpenStream()
820 AudioPatch* patch) { in prepareToOpenStreamHelper()
DDeviceHalHidl.cpp404 audio_patch_handle_t *patch) { in createAudioPatch()
450 status_t DeviceHalHidl::releaseAudioPatch(audio_patch_handle_t patch) { in releaseAudioPatch()
/frameworks/base/media/java/android/media/
DHwAudioSource.java159 AudioPatch patch = patches.get(i); in getDeviceId() local
DAudioRecordingConfiguration.java260 final AudioPatch patch = patches.get(i); in getAudioDevice() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DDeviceInfoUtils.java157 String patch = Build.VERSION.SECURITY_PATCH; in getSecurityPatch() local
/frameworks/native/opengl/libs/EGL/
Degldefs.h27 #define EGL_MAKE_VERSION(major, minor, patch) (((major) << 22) | ((minor) << 12) | (patch)) argument
/frameworks/av/media/libmediahelper/
DAudioValidator.cpp102 const struct audio_patch& patch, std::string_view bugNumber) in validateAudioPatch()
/frameworks/base/graphics/java/android/graphics/drawable/
DNinePatchDrawable.java133 public NinePatchDrawable(@NonNull NinePatch patch) { in NinePatchDrawable()
141 public NinePatchDrawable(@Nullable Resources res, @NonNull NinePatch patch) { in NinePatchDrawable()
/frameworks/av/services/audiopolicy/fuzzer/
Daudiopolicy_fuzzer.cpp342 const struct audio_patch *patch) { in getDeviceIdFromPatch()
354 audio_patch patch{}; in createFuzzedPatch() local
380 audio_patch patch = createFuzzedPatch(); in fuzzPatchCreation() local
/frameworks/av/services/audiopolicy/tests/
DAudioPolicyManagerTestClient.h92 status_t createAudioPatch(const struct audio_patch *patch, in createAudioPatch()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h849 virtual status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch) in addAudioPatch()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp229 status_t AudioPolicyService::AudioPolicyClient::createAudioPatch(const struct audio_patch *patch, in createAudioPatch()

123