/aosp12/art/dex2oat/linker/x86/ |
H A D | relative_patcher_x86_test.cc | 46 LinkerPatch patches[] = { in TEST_F() local 92 LinkerPatch patches[] = { in TEST_F() local 123 LinkerPatch patches[] = { in TEST_F() local 155 LinkerPatch patches[] = { in TEST_F() local
|
/aosp12/art/dex2oat/linker/x86_64/ |
H A D | relative_patcher_x86_64_test.cc | 66 LinkerPatch patches[] = { in TEST_F() local 112 LinkerPatch patches[] = { in TEST_F() local 136 LinkerPatch patches[] = { in TEST_F() local 159 LinkerPatch patches[] = { in TEST_F() local
|
/aosp12/art/compiler/ |
H A D | compiled_method.cc | 102 const ArrayRef<const linker::LinkerPatch>& patches) in CompiledMethod() 115 const ArrayRef<const linker::LinkerPatch>& patches) { in SwapAllocCompiledMethod()
|
/aosp12/art/compiler/linker/ |
H A D | linker_patch_test.cc | 27 LinkerPatch patches[] = { in TEST() local
|
/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2_test.cc | 359 const LinkerPatch patches[] = { in TestStringBssEntry() local 369 const LinkerPatch patches[] = { in TestStringReference() local 408 const LinkerPatch patches[] = { in TEST_F() local 448 const LinkerPatch patches[] = { in TEST_F() local 668 const LinkerPatch patches[] = { in TEST_F() local 718 const LinkerPatch patches[] = { in TestBakerFieldWide() local 816 const LinkerPatch patches[] = { in TestBakerFieldNarrow() local 1117 const LinkerPatch patches[] = { in TEST_F() local 1194 const LinkerPatch patches[] = { in TEST_F() local 1249 const LinkerPatch patches[] = { in TEST_F() local [all …]
|
/aosp12/art/compiler/driver/ |
H A D | compiled_method_storage_test.cc | 56 ArrayRef<const linker::LinkerPatch> patches[] = { in TEST() local
|
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 196 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>()) { in AddCompiledMethod() 301 const LinkerPatch patches[] = { in TestNopsAdrpLdr() local 326 const LinkerPatch patches[] = { in TestNopsAdrpAdd() local 349 const LinkerPatch patches[] = { in PrepareNopsAdrpInsn2Ldr() local 364 const LinkerPatch patches[] = { in PrepareNopsAdrpInsn2Add() local 580 const LinkerPatch patches[] = { in TEST_F() local 616 const LinkerPatch patches[] = { in TEST_F() local 1011 const LinkerPatch patches[] = { in TEST_F() local 1058 const LinkerPatch patches[] = { in TestBakerField() local 1309 const LinkerPatch patches[] = { in TEST_F() local [all …]
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | HwAudioSource.java | 153 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); in getDeviceId() local
|
H A D | AudioRecordingConfiguration.java | 254 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); in getAudioDevice() local
|
H A D | AudioManager.java | 6309 public static int listAudioPatches(ArrayList<AudioPatch> patches) { in listAudioPatches() 6391 static int updateAudioPortCache(ArrayList<AudioPort> ports, ArrayList<AudioPatch> patches, in updateAudioPortCache()
|
H A D | AudioSystem.java | 1671 public static native int listAudioPatches(ArrayList<AudioPatch> patches, int[] generation); in listAudioPatches()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | DeviceEffectManager.cpp | 77 const std::map<audio_patch_handle_t, PatchPanel::Patch>& patches, in createEffect_l()
|
H A D | PatchPanel.cpp | 91 struct audio_patch *patches) in listAudioPatches()
|
H A D | Effects.cpp | 3196 const std::map <audio_patch_handle_t, PatchPanel::Patch>& patches) { in init()
|
/aosp12/frameworks/av/media/libaudioclient/fuzzer/ |
H A D | audioflinger_fuzzer.cpp | 725 struct audio_patch patches = {}; in invokeAudioPatch() local
|
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/ |
H A D | IAudioPolicyService.aidl | 237 int listAudioPatches(inout Int count, out AudioPatch[] patches); in listAudioPatches()
|
/aosp12/packages/services/Car/service/src/com/android/car/audio/ |
H A D | CarAudioService.java | 830 ArrayList<AudioPatch> patches = new ArrayList<>(); in releaseAudioPatchLocked() local
|
/aosp12/frameworks/av/services/audiopolicy/tests/ |
H A D | audiopolicymanager_tests.cpp | 630 AudioPatchCollection patches = mManager->getAudioPatches(); in TEST_P() local
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | IAudioFlinger.cpp | 687 struct audio_patch* patches) { in listAudioPatches()
|
H A D | AudioSystem.cpp | 1549 struct audio_patch* patches, in listAudioPatches()
|
/aosp12/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyInterfaceImpl.cpp | 1555 std::unique_ptr<audio_patch[]> patches(new audio_patch[num_patches]); in listAudioPatches() local
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_arm64.cc | 4835 ArenaDeque<PcRelativePatchInfo>* patches = nullptr; in NewBssEntryTypePatch() local 4902 ArenaDeque<PcRelativePatchInfo>* patches) { in NewPcRelativePatch()
|
H A D | code_generator_arm_vixl.cc | 9388 ArenaDeque<PcRelativePatchInfo>* patches = nullptr; in NewTypeBssEntryPatch() local 9417 const DexFile* dex_file, uint32_t offset_or_index, ArenaDeque<PcRelativePatchInfo>* patches) { in NewPcRelativePatch()
|
H A D | code_generator_x86_64.cc | 1205 ArenaDeque<PatchInfo<Label>>* patches = nullptr; in NewTypeBssEntryPatch() local
|
/aosp12/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.cpp | 4221 struct audio_patch *patches, in listAudioPatches()
|