/aosp12/art/compiler/linker/ |
H A D | linker_patch_test.cc | 27 LinkerPatch patches[] = { in TEST() local 152 constexpr size_t last_index = arraysize(patches) - 1u; in TEST() 154 for (size_t i = 0; i != arraysize(patches); ++i) { in TEST() 155 for (size_t j = 0; j != arraysize(patches); ++j) { in TEST() 157 EXPECT_EQ(expected, patches[i] == patches[j]) << i << " " << j; in TEST() 161 for (size_t i = 0; i != arraysize(patches); ++i) { in TEST() 162 for (size_t j = 0; j != arraysize(patches); ++j) { in TEST() 164 EXPECT_EQ(expected, patches[i] < patches[j]) << i << " " << j; in TEST()
|
/aosp12/art/dex2oat/linker/x86/ |
H A D | relative_patcher_x86_test.cc | 46 LinkerPatch patches[] = { in TEST_F() local 49 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 92 LinkerPatch patches[] = { in TEST_F() local 95 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 123 LinkerPatch patches[] = { in TEST_F() local 126 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 155 LinkerPatch patches[] = { in TEST_F() local 158 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
|
/aosp12/art/dex2oat/linker/x86_64/ |
H A D | relative_patcher_x86_64_test.cc | 66 LinkerPatch patches[] = { in TEST_F() local 69 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 112 LinkerPatch patches[] = { in TEST_F() local 115 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 136 LinkerPatch patches[] = { in TEST_F() local 139 AddCompiledMethod(MethodRef(1u), kDexCacheLoadCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 159 LinkerPatch patches[] = { in TEST_F() local 163 AddCompiledMethod(MethodRef(1u), kStringReferenceCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | AudioPatch.cpp | 89 struct audio_patch *patches) const in listAudioPatches() 91 if (num_patches == NULL || (*num_patches != 0 && patches == NULL)) { in listAudioPatches() 95 *num_patches, patches, size()); in listAudioPatches() 96 if (patches == NULL) { in listAudioPatches() 124 patches[patchesWritten] = patch->mPatch; in listAudioPatches() 125 patches[patchesWritten++].id = patch->getHandle(); in listAudioPatches()
|
/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 1117 const LinkerPatch patches[] = { in TEST_F() local 1194 const LinkerPatch patches[] = { in TEST_F() local 1249 const LinkerPatch patches[] = { in TEST_F() local 1294 std::vector<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 154 if (AudioManager.listAudioPatches(patches) != AudioManager.SUCCESS) { in getDeviceId() 158 for (int i = 0; i < patches.size(); i++) { in getDeviceId() 159 AudioPatch patch = patches.get(i); in getDeviceId()
|
H A D | AudioPortEventHandler.java | 99 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); in init() 101 int status = AudioManager.updateAudioPortCache(ports, patches, null); in init() 126 AudioPatch[] patchList = patches.toArray(new AudioPatch[0]); in init()
|
H A D | AudioRecordingConfiguration.java | 254 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); in getAudioDevice() local 255 if (AudioManager.listAudioPatches(patches) != AudioManager.SUCCESS) { in getAudioDevice() 259 for (int i = 0 ; i < patches.size() ; i++) { in getAudioDevice() 260 final AudioPatch patch = patches.get(i); in getAudioDevice()
|
/aosp12/art/compiler/ |
H A D | compiled_method.cc | 102 const ArrayRef<const linker::LinkerPatch>& patches) in CompiledMethod() argument 106 patches_(storage->DeduplicateLinkerPatches(patches)) { in CompiledMethod() 115 const ArrayRef<const linker::LinkerPatch>& patches) { in SwapAllocCompiledMethod() argument 123 cfi_info, patches); in SwapAllocCompiledMethod()
|
H A D | compiled_method.h | 116 const ArrayRef<const linker::LinkerPatch>& patches); 126 const ArrayRef<const linker::LinkerPatch>& patches);
|
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 200 for (const LinkerPatch& patch : patches) { 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/system/chre/doc/ |
H A D | contributing.md | 8 Anyone can upload patches to the Android Open Source Project (AOSP) and have 10 instructions](https://source.android.com/setup/contribute/submit-patches).
|
/aosp12/hardware/broadcom/wlan/ |
H A D | .gitignore | 39 patches-* 42 patches
|
/aosp12/art/compiler/driver/ |
H A D | compiled_method_storage_test.cc | 56 ArrayRef<const linker::LinkerPatch> patches[] = { in TEST() local 66 for (auto&& p : patches) { in TEST()
|
/aosp12/build/blueprint/ |
H A D | README.md | 8 project. As the project is being archived, patches -- including security 9 patches -- will not be applied after May 3. The source tree will remain
|
/aosp12/frameworks/ex/camera2/extensions/ |
H A D | README.android | 6 Local patches
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | AudioPatch.h | 61 status_t listAudioPatches(unsigned int *num_patches, struct audio_patch *patches) const;
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | PatchPanel.h | 67 struct audio_patch *patches); 72 std::vector<SoftwarePatch> *patches) const;
|
H A D | DeviceEffectManager.cpp | 77 const std::map<audio_patch_handle_t, PatchPanel::Patch>& patches, in createEffect_l() argument 109 effect->init(patches); in createEffect_l()
|
H A D | PatchPanel.cpp | 91 struct audio_patch *patches) in listAudioPatches() argument 94 return mPatchPanel.listAudioPatches(num_patches, patches); in listAudioPatches() 785 struct audio_patch *patches __unused) in listAudioPatches() 793 std::vector<AudioFlinger::PatchPanel::SoftwarePatch> *patches) const in getDownstreamSoftwarePatches() 801 patches->emplace_back(*this, patchHandle, in getDownstreamSoftwarePatches()
|
/aosp12/art/dex2oat/linker/ |
H A D | relative_patcher_test.h | 104 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>()) { 112 patches));
|
/aosp12/hardware/interfaces/audio/6.0/ |
H A D | IDevice.hal | 152 * Returns whether HAL supports audio patches. Patch represents a connection 154 * patches natively (in hardware) then audio system will need to establish 157 * @return supports true if audio patches are supported.
|
/aosp12/build/make/tools/releasetools/ |
H A D | blockimgdiff.py | 768 patches = self.ComputePatchesForInputList(diff_queue, False) 772 for index, patch_info, _ in patches: 1140 patches = [None] * diff_total 1201 patches[patch_index] = (xf_index, patch_info, compressed_size) 1216 return patches
|
/aosp12/hardware/interfaces/audio/2.0/ |
H A D | IDevice.hal | 150 * Returns whether HAL supports audio patches. 152 * @return supports true if audio patches are supported.
|
/aosp12/hardware/interfaces/audio/7.0/ |
H A D | IDevice.hal | 164 * Returns whether HAL supports audio patches. Patch represents a connection 166 * patches natively (in hardware) then audio system will need to establish 169 * @return supports true if audio patches are supported.
|