Searched refs:allocated (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/libs/binder/tests/unit_fuzzers/ |
D | MemoryDealerFuzz.cpp | 54 sp<IMemory> allocated = dealer->allocate(allocSize); in LLVMFuzzerTestOneInput() local 56 if (allocated != nullptr && allocated->unsecurePointer() != nullptr) { in LLVMFuzzerTestOneInput() 57 memset(allocated->unsecurePointer(), 1, allocated->size()); in LLVMFuzzerTestOneInput() 60 free_list.erase(allocated->offset()); in LLVMFuzzerTestOneInput()
|
/frameworks/hardware/interfaces/vr/composer/2.0/ |
D | IVrComposerClient.hal | 29 * Specifies how many columns of pixels are allocated in the buffer. The 35 * Specifies how many rows of pixels are allocated in the buffer. 46 * The number of image layers allocated in the buffer.
|
/frameworks/hardware/interfaces/vr/composer/1.0/ |
D | IVrComposerClient.hal | 29 * Specifies how many columns of pixels are allocated in the buffer. The 35 * Specifies how many rows of pixels are allocated in the buffer. 46 * The number of image layers allocated in the buffer.
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/ |
D | PluginInstanceTest.java | 254 private void assertInstances(int allocated, int created) { in assertInstances() argument 259 for (int i = 0; mCounter.getAllocatedInstances() > allocated && i < 10; i++) { in assertInstances() 264 assertEquals(allocated, mCounter.getAllocatedInstances()); in assertInstances()
|
/frameworks/base/config/ |
D | README.md | 10 * preloaded-classes: classes that will be allocated in the boot image, and
|
D | preloaded-classes | 18 # Classes in this file will be allocated into the boot image, and forcibly initialized in
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecController.java | 536 ArrayList<Integer> allocated = new ArrayList<>(); in pollDevices() local 541 allocated, pollingMessageInterval, /**pollStarted**/ false), in pollDevices() 583 final List<Integer> allocated, final long pollingMessageInterval, in runDevicePolling() argument 588 HdmiLogger.debug("[P]:AllocatedAddress=%s", allocated.toString()); in runDevicePolling() 589 callback.onPollingFinished(allocated); in runDevicePolling() 600 allocated.add(candidate); in runDevicePolling() 605 runDevicePolling(sourceAddress, candidates, retryCount, callback, allocated, in runDevicePolling()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_native_client_buffer.txt | 77 memory will be allocated, and the following error will be generated:
|
/frameworks/av/media/utils/include/mediautils/ |
D | SharedMemoryAllocator.h | 202 void allocated(const AllocationType& alloc) { mPoolSize += alloc->size(); } 238 mPolicy.allocated(val);
|
/frameworks/native/libs/gui/tests/ |
D | BLASTBufferQueue_test.cpp | 474 std::vector<std::pair<int, sp<Fence>>> allocated; in TEST_F() local 488 allocated.push_back({slot, fence}); in TEST_F() 490 for (size_t i = 0; i < allocated.size(); i++) { in TEST_F() 491 igbProducer->cancelBuffer(allocated[i].first, allocated[i].second); in TEST_F()
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 105 // but may take into account link parameters (Radio technology, allocated
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 207 * Generic vendor atom that allows dynamically allocated atoms to be uploaded
|
/frameworks/compile/slang/ |
D | README.rst | 192 This binds your object with the allocated memory.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 7662 // Space that has been temporarily allocated in the /data partition 13881 // allocated blocks are fully used. 17891 * the maximum storage limit allocated for different atom objects of that atom, 19506 // The allocated number of frames for the buffer.
|
/frameworks/base/boot/ |
D | preloaded-classes | 18 # Classes in this file will be allocated into the boot image, and forcibly initialized in
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 56284 …USE_MESSAGE = "Invalid use of SingleClientConnManager: connection still allocated.\nMake sure to r…
|