/external/ltp/android/tools/ |
disabled_tests.txt | 149 # wrapped with ashmem
|
/external/webrtc/ |
.gitignore | 83 /third_party/ashmem
|
/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
|
/system/core/libbacktrace/include/backtrace/ |
BacktraceMap.h | 37 // /dev/ashmem/... does not set this flag.
|
/system/core/rootdir/ |
ueventd.rc | 20 /dev/ashmem 0666 root root
|
/external/libunwind/src/ |
elfxx.h | 166 // /dev/ashmem/. 168 && strncmp ("ashmem/", map->path + 5, 7) != 0) {
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 30 #include <cutils/ashmem.h> 178 ALOGE("couldn't create ashmem (%s)", strerror(-errno));
|
mapper.cpp | 112 // allocations, solving the problem. Also, this ashmem-based gralloc
|
/art/runtime/ |
mem_map.cc | 32 #include "cutils/ashmem.h" 312 // When not on Android (either host or assuming a linux target) ashmem is faked using 326 // android_os_Debug.cpp read_mapinfo assumes all ashmem regions associated with the VM are 333 // We failed to create the ashmem region. Print a warning, but continue 339 // We succeeded in creating the ashmem region. Use the created ashmem 562 // android_os_Debug.cpp read_mapinfo assumes all ashmem regions associated with the VM are [all...] |
globals.h | 65 // Note: When ART_TARGET_LINUX is defined mem_map.h will not be using Ashmem for memory mappings
|
/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) {
|
/device/google/contexthub/sensorhal/ |
directchannel.cpp | 19 #include <cutils/ashmem.h>
|
/frameworks/av/media/libaaudio/tests/ |
test_marshalling.cpp | 24 #include <cutils/ashmem.h>
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
ISensorManager.hal | 72 * @param mem the shared memory to use, must be ashmem.
|
/frameworks/native/services/sensorservice/ |
SensorList.cpp | 188 result.append("ashmem, ");
|
/hardware/interfaces/audio/effect/2.0/vts/functional/ |
VtsHalAudioEffectV2_0TargetTest.cpp | 473 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); local 474 ASSERT_NE(nullptr, ashmem.get()); 478 ashmem->allocate(1024, [&](bool s, const hidl_memory& memory) {
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayMem.h | 94 /* allocated buffer type determined by gralloc (ashmem, ion, etc) */
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayMem.h | 88 /* allocated buffer type determined by gralloc (ashmem, ion, etc) */
|
/hardware/qcom/display/msm8909/liboverlay/ |
overlayMem.h | 88 /* allocated buffer type determined by gralloc (ashmem, ion, etc) */
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMem.h | 87 /* allocated buffer type determined by gralloc (ashmem, ion, etc) */
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlayMem.h | 88 /* allocated buffer type determined by gralloc (ashmem, ion, etc) */
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
NotificationInfo.java | 69 // Load the icon. Since it is backed by ashmem, we won't copy the entire bitmap
|
/system/core/libcutils/tests/ |
AshmemTest.cpp | 18 #include <cutils/ashmem.h>
|