/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/kgsl/kgsl_mem_timestamp_free/ |
format | 19 print fmt: "d_name=%s gpuaddr=0x%08x size=%u type=%s usage=%s id=%u ctx=%u curr_ts=%u free_ts=%u", __get_str(device_name), REC->gpuaddr, REC->size, __print_symbolic(REC->type, { 0, "gpumem" }, { (KGSL_USER_MEM_TYPE_PMEM + 1), "pmem" }, { (KGSL_USER_MEM_TYPE_ASHMEM + 1), "ashmem" }, { (KGSL_USER_MEM_TYPE_ADDR + 1), "usermem" }, { (KGSL_USER_MEM_TYPE_ION + 1), "ion" }), REC->usage, REC->id, REC->drawctxt_id, REC->curr_ts, REC->free_ts
|
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/kgsl/kgsl_mem_timestamp_queue/ |
format | 19 print fmt: "d_name=%s gpuaddr=0x%08x size=%u type=%s usage=%s id=%u ctx=%u curr_ts=%u free_ts=%u", __get_str(device_name), REC->gpuaddr, REC->size, __print_symbolic(REC->type, { 0, "gpumem" }, { (KGSL_USER_MEM_TYPE_PMEM + 1), "pmem" }, { (KGSL_USER_MEM_TYPE_ASHMEM + 1), "ashmem" }, { (KGSL_USER_MEM_TYPE_ADDR + 1), "usermem" }, { (KGSL_USER_MEM_TYPE_ION + 1), "ion" }), REC->usage, REC->id, REC->drawctxt_id, REC->curr_ts, REC->free_ts
|
/hardware/qcom/display/msm8960/libgralloc/ |
gpu.h | 27 #include <cutils/ashmem.h>
|
/system/libhidl/transport/memory/1.0/default/ |
AshmemMapper.cpp | 38 // If ashmem service runs in 32-bit (size_t is uint32_t) and a 64-bit
|
/system/sepolicy/prebuilts/api/26.0/private/ |
audioserver.te | 16 # /system/lib64/hw for always-passthrough Allocator HAL ashmem / mapper .so
|
/system/sepolicy/prebuilts/api/27.0/private/ |
audioserver.te | 16 # /system/lib64/hw for always-passthrough Allocator HAL ashmem / mapper .so
|
/development/scripts/ |
disassemble_test_input.py | [all...] |
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 348 } else if (strncmp(name, "/dev/ashmem", 11) == 0) { 349 if (strncmp(name, "/dev/ashmem/dalvik-", 19) == 0) { 351 if (strstr(name, "/dev/ashmem/dalvik-LinearAlloc") == name) { 353 } else if ((strstr(name, "/dev/ashmem/dalvik-alloc space") == name) || 354 (strstr(name, "/dev/ashmem/dalvik-main space") == name)) { 358 } else if (strstr(name, "/dev/ashmem/dalvik-large object space") == name || 359 strstr(name, "/dev/ashmem/dalvik-free list large object space") 363 } else if (strstr(name, "/dev/ashmem/dalvik-non moving space") == name) { 366 } else if (strstr(name, "/dev/ashmem/dalvik-zygote space") == name) { 369 } else if (strstr(name, "/dev/ashmem/dalvik-indirect ref") == name) [all...] |
android_os_SharedMemory.cpp | 21 #include <cutils/ashmem.h>
|
/device/linaro/hikey/sensorhal/ |
sensorlist_argonkey.cpp | 65 // support ashmem and gralloc direct channel 71 // support ashmem and gralloc direct channel 77 // support ashmem and gralloc direct channel
|
sensorlist_neonkey.cpp | 66 // support ashmem and gralloc direct channel 72 // support ashmem and gralloc direct channel 78 // support ashmem and gralloc direct channel
|
/frameworks/base/core/java/android/hardware/ |
SensorDirectChannel.java | 50 * Shared memory type ashmem, wrapped in MemoryFile object. 211 static long[] encodeData(MemoryFile ashmem) { 214 fd = ashmem.getFileDescriptor().getInt$();
|
/device/generic/goldfish-opengl/system/gralloc/ |
gralloc.cpp | 19 #include <cutils/ashmem.h> 115 MemRegionSet ashmemRegions; // to track allocations of each ashmem region 267 ALOGD("ashmem region dump [\n%s]", res.str().c_str()); 311 ALOGE("%s: failed to map ashmem region!", __FUNCTION__); 317 D("%s: %p mapped ashmem base %p size %d\n", __FUNCTION__, 669 // Allocate space in ashmem if needed 676 ALOGD("%s: Creating ashmem region of size %d\n", __FUNCTION__, ashmem_size); 679 ALOGE("gralloc_alloc failed to create ashmem region: %s\n", 693 // map ashmem region if exist 761 D("%s: alloc succeded, new ashmem base and size: %p %d handle: %p" [all...] |
/external/libmojo/mojo/edk/embedder/ |
BUILD.gn | 119 deps += [ "//third_party/ashmem" ]
|
/external/perfetto/src/tracing/ipc/ |
posix_shared_memory.cc | 51 // TODO: if this fails on Android we should fall back on ashmem.
|
/frameworks/base/native/android/ |
sharedmem.cpp | 21 #include <cutils/ashmem.h>
|
/system/core/libunwindstack/include/unwindstack/ |
Maps.h | 31 // /dev/ashmem/... does not set this flag.
|
/system/libhidl/libhidlcache/ |
HidlMemoryCache.h | 41 // not limited to, the Ashmem type HidlMemory.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
audioserver.te | 16 # /system/lib64/hw for always-passthrough Allocator HAL ashmem / mapper .so
|
/system/sepolicy/private/ |
audioserver.te | 16 # /system/lib64/hw for always-passthrough Allocator HAL ashmem / mapper .so
|
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
gralloc.cpp | 29 #include <cutils/ashmem.h> 78 ALOGE("couldn't create ashmem (%s)", strerror(-errno));
|
/external/fio/os/ |
os-android.h | 81 #include <linux/ashmem.h> 83 #define ASHMEM_DEVICE "/dev/ashmem"
|
/external/libunwind/src/ |
os-linux.c | 72 /dev/ashmem/... maps are special and don't have any restrictions, 75 && strncmp ("ashmem/", cur_map->path + 5, 7) != 0)
|
/frameworks/native/libs/binder/ |
MemoryHeapBase.cpp | 29 #include <cutils/ashmem.h> 50 ALOGE_IF(fd<0, "error creating ashmem region: %s", strerror(errno));
|
/frameworks/native/services/sensorservice/ |
SensorDirectConnection.cpp | 193 // there is no known method to test if two ashmem fds are equivalent besides 195 // same, pointing to "/dev/ashmem").
|