Home
last modified time | relevance | path

Searched defs:rawBuffer (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/ui/tests/
H A DFlattenableHelpers_test.cpp57 auto rawBuffer = reinterpret_cast<void*>(buffer.data()); in testWriteThenRead() local
105 void* rawBuffer = reinterpret_cast<void*>(buffer.data()); in TEST_F() local
123 void* rawBuffer = reinterpret_cast<void*>(buffer.data()); in TEST_F() local
169 auto rawBuffer = reinterpret_cast<void*>(buffer.data()); in TEST_F() local
183 auto rawBuffer = reinterpret_cast<void*>(buffer.data()); in TEST_F() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_mupdf.c47 char *rawBuffer; in _mupdf_get_hdr() local
/aosp12/packages/services/Car/service/jni/evs/
H A DEvsServiceContext.cpp248 AHardwareBuffer* rawBuffer; in onNewFrame() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java668 ByteBuffer rawBuffer, int rowStride, in nativeWriteImage()