Home
last modified time | relevance | path

Searched defs:mapSize (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DPinnerService.java781 int mapSize = 0; in pinFileRanges() local
853 private static void safeMunmap(long address, long mapSize) { in safeMunmap()
930 final int mapSize; field in PinnerService.PinnedFile
934 PinnedFile(long address, int mapSize, String fileName, int bytesPinned) { in PinnedFile()
/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp45 size_t mapSize; member
/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp236 size_t mapSize = size + alignmentBytes; in map() local
311 virtual c2_status_t mapInternal(size_t mapSize, size_t mapOffset, size_t alignmentBytes, in mapInternal()
381 virtual c2_status_t mapInternal(size_t mapSize, size_t mapOffset, size_t alignmentBytes, in mapInternal()
/frameworks/base/media/java/android/media/
DMediaMuxer.java628 int mapSize = formatMap.size(); in addTrack() local
/frameworks/av/media/libstagefright/webm/
DWebmElement.cpp121 off64_t mapSize = curOff - alignedOff; in write() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java616 int mapSize = this.builder.getRepeatedFieldCount(fieldDescriptor); in getField() local
/frameworks/native/services/inputflinger/
DInputReader.cpp127 const int32_t map[][4], size_t mapSize) { in rotateValueUsingRotationMap()
158 const int32_t map[][2], size_t mapSize) { in rotateStemKey()