HomeSort by relevance Sort by last modified time
    Searched refs:ion (Results 1 - 12 of 12) sorted by null

  /external/linux-kselftest/tools/testing/selftests/android/
run.sh 3 (cd ion; ./ion_test.sh)
Makefile 1 SUBDIRS := ion
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ion_test.sh 37 DEVICE=/dev/ion
  /device/google/bonito/
ueventd.hardware.rc 22 /dev/ion 0664 system system
  /device/google/crosshatch/
ueventd.hardware.rc 25 /dev/ion 0664 system system
  /device/google/wahoo/
ueventd.hardware.rc 22 /dev/ion 0664 system system
  /device/linaro/hikey/gralloc/
gralloc_module.cpp 40 #include <ion/ion.h>
158 * 2) a second user process should get a ion fd greater than 0.
162 /* a second user process must obtain a client handle first via ion_open before it can obtain the shared ion buffer*/
167 AERR("Could not open ion device for handle: %p", hnd);
alloc_device.cpp 42 #include <ion/ion.h>
140 AERR("The platform does NOT support protected ION memory.");
705 AERR("ion count query failed with %s", strerror(errno));
719 AERR("Error querying heaps from ion %s", strerror(errno));
  /device/linaro/hikey/gralloc960/
mali_gralloc_ion.cpp 28 #include <ion/ion.h>
117 AERR("ion count query failed with %s", strerror(errno));
131 AERR("Error querying heaps from ion %s", strerror(errno));
167 * step 3: ion free the given ion_hnd
168 * step 4: when we need to free this ion buffer, just close the shared_fd,
226 /* NOTE: if have this heap make sure your ION chunk size is 2M*/
238 * the customized ION implementation
265 AERR("Protected ION memory is not supported on this platform.");
447 AERR("Failed to find an appropriate ion heap")
    [all...]
  /frameworks/av/media/codec2/vndk/
C2AllocatorIon.cpp 23 #include <ion/ion.h>
53 /* ========================================= ION HANDLE ======================================== */
55 * ION handle
57 * There can be only a sole ion client per process, this is captured in the ion fd that is passed
58 * to the constructor, but this should be managed by the ion buffer allocator/mapper.
60 * ion uses ion_user_handle_t for buffers. We don't store this in the native handle as
68 // ion handle owns ionFd(!) and bufferFd
84 int mBuffer; // shared ion buffe
    [all...]
  /external/perfetto/src/trace_processor/
proto_trace_parser.cc 194 ion_total_unknown_id_(context->storage->InternString("mem.ion.unknown")),
672 protos::pbzero::IonHeapGrowFtraceEvent::Decoder ion(blob.data, blob.size);
673 int64_t total_bytes = ion.total_allocated();
674 int64_t change_bytes = static_cast<int64_t>(ion.len()) * (grow ? 1 : -1);
678 if (ion.has_heap_name()) {
680 base::StringView heap_name = ion.heap_name();
681 snprintf(counter_name, sizeof(counter_name), "mem.ion.%.*s",
718 "ION field mismatch");
    [all...]
  /external/python/httplib2/doc/html/_static/
searchtools.js 169 re2 = /^(.+?)(s|t)(ion)$/;

Completed in 2038 milliseconds