/system/core/libunwindstack/ |
Maps.cpp | 154 // Mark a device map in /dev/ and not in /dev/ashmem/ specially. 155 if (name.substr(0, 5) == "/dev/" && name.substr(5, 7) != "ashmem/") {
|
/system/libhidl/libhidlcache/ |
libhidlcache_test.cpp | 50 ashmemAllocator = IAllocator::getService("ashmem"); 118 ashmemAllocator = IAllocator::getService("ashmem");
|
/frameworks/av/services/soundtrigger/ |
SoundTriggerHalHidl.cpp | 73 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); local 74 if (ashmem == 0) { 75 ALOGE("Failed to retrieve ashmem allocator service"); 79 Return<void> r = ashmem->allocate(v->size(), [&](bool s, const hidl_memory& m) { 92 ALOGE("Failed to map allocated ashmem"); 95 ALOGE("Failed to allocate %llu bytes from ashmem", (unsigned long long)v->size());
|
/device/google/marlin/sensorhal/ |
sensorlist.cpp | 61 // support ashmem and gralloc direct channel 67 // support ashmem and gralloc direct channel 73 // support ashmem and gralloc direct channel
|
/frameworks/ml/nn/runtime/test/ |
TestMemoryInternal.cpp | 46 // comparing the count of /dev/ashmem mappings in SetUp and TearDown. This could 49 // reinvestigated. The filename /dev/ashmem is a documented part of the Android 85 if (line.find("/dev/ashmem") != std::string::npos) {
|
/hardware/qcom/display/msm8960/libgralloc/ |
mapper.cpp | 29 #include <linux/ashmem.h> 33 #include <cutils/ashmem.h> 191 ALOGE("terminateBuffer: unmapping a non pmem/ashmem buffer flags = 0x%x",
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
MemoryTest.driver.cpp | 129 sp<::android::hidl::allocator::V1_0::IAllocator> ashmemAllocator = ::android::hidl::allocator::V1_0::IAllocator::getService("ashmem"); 156 sp<::android::hidl::allocator::V1_0::IAllocator> ashmemAllocator = ::android::hidl::allocator::V1_0::IAllocator::getService("ashmem"); 193 sp<::android::hidl::allocator::V1_0::IAllocator> ashmemAllocator = ::android::hidl::allocator::V1_0::IAllocator::getService("ashmem");
|
/cts/hostsidetests/security/securityPatch/CVE-2016-2504/ |
poc.c | 57 /* add a block of pmem, fb, ashmem or user allocated address
|
/cts/tests/tests/content/src/android/content/cts/ |
CursorWindowContentProvider.java | 33 * pointing to another ashmem region having window slots with references outside of allowed ranges.
|
/device/linaro/hikey/gralloc960/ |
gralloc_buffer_priv.cpp | 19 #include <cutils/ashmem.h>
|
/frameworks/base/services/core/java/com/android/server/ |
GraphicsStatsService.java | 54 * does this by allowing rendering processes to request an ashmem buffer 66 * 3) Upon receiving the callback, the process will stop using the previous ashmem buffer and 68 * 4) When that request is received we now know that the ashmem region is no longer in use so 69 * it gets queued up for saving to disk and a new ashmem region is created and returned
|
/frameworks/native/libs/binder/include/binder/ |
MemoryHeapBase.h | 53 * maps memory from ashmem, with the given name for debugging
|
/hardware/interfaces/soundtrigger/2.1/vts/functional/ |
VtsHalSoundtriggerV2_1TargetTest.cpp | 362 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); local 363 ASSERT_NE(nullptr, ashmem.get()); 366 Return<void> allocReturn = ashmem->allocate(size, [&](bool success, const hidl_memory& m) {
|
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-sp/ |
libcompiler_rt.so | |
libcutils.so | |
/system/core/rootdir/ |
ueventd.rc | 52 /dev/ashmem 0666 root root
|
/device/generic/goldfish/gralloc/ |
gralloc.cpp | 29 #include <cutils/ashmem.h> 177 ALOGE("couldn't create ashmem (%s)", strerror(-errno));
|
/external/libunwind/src/ |
elfxx.h | 166 // /dev/ashmem/. 168 && strncmp ("ashmem/", map->path + 5, 7) != 0) {
|
/frameworks/base/core/java/android/os/ |
MemoryFile.java | 48 private boolean mAllowPurging = false; // true if our ashmem region is unpinned 51 * Allocates a new ashmem region. The region is initially not purgable.
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 29 #include <cutils/ashmem.h> 177 ALOGE("couldn't create ashmem (%s)", strerror(-errno));
|
/external/libchrome/base/memory/ |
shared_memory_posix.cc | 32 #include "third_party/ashmem/ashmem.h" 274 // ashmem-determined size.
|
/frameworks/base/libs/androidfw/ |
CursorWindow.cpp | 24 #include <cutils/ashmem.h> 101 // the size of the ashmem descriptor can be modified between ashmem_get_size_region
|
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
VtsHalSensorManagerV1_0TargetTest.cpp | 98 ashmem_ = IAllocator::getService("ashmem"); 142 TEST_F(SensorManagerTest, Ashmem) {
|
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-sp/ |
libcutils.so | |
/art/libartbase/base/ |
globals.h | 75 // Note: When ART_TARGET_LINUX is defined mem_map.h will not be using Ashmem for memory mappings
|