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

  /frameworks/base/core/java/android/os/
PerformanceCollector.java 492 Debug.MemoryInfo memInfo = new Debug.MemoryInfo();
493 Debug.getMemoryInfo(memInfo);
519 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_PSS, memInfo.nativePss);
520 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_PRIVATE_DIRTY, memInfo.nativePrivateDirty);
521 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_SHARED_DIRTY, memInfo.nativeSharedDirty);
526 mPerfSnapshot.putLong(METRIC_KEY_JAVA_PSS, memInfo.dalvikPss);
527 mPerfSnapshot.putLong(METRIC_KEY_JAVA_PRIVATE_DIRTY, memInfo.dalvikPrivateDirty);
528 mPerfSnapshot.putLong(METRIC_KEY_JAVA_SHARED_DIRTY, memInfo.dalvikSharedDirty);
530 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PSS, memInfo.otherPss);
531 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PRIVATE_DIRTY, memInfo.otherPrivateDirty)
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp 307 * @memInfo : [output] reference to struct to store additional memory allocation info
315 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, int heap_id, int size)
351 memInfo.main_ion_fd = main_ion_fd;
352 memInfo.fd = ion_info_fd.fd;
353 memInfo.handle = ion_info_fd.handle;
354 memInfo.size = alloc.len;
373 * @memInfo : reference to struct that stores additional memory allocation info
377 void QCamera3HeapMemory::deallocOneBuffer(QCamera3MemInfo &memInfo)
381 if (memInfo.fd > 0) {
382 close(memInfo.fd)
    [all...]
QCamera3Mem.h 99 int allocOneBuffer(struct QCamera3MemInfo &memInfo, int heap_id, int size);
100 void deallocOneBuffer(struct QCamera3MemInfo &memInfo);
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Mem.cpp 312 * @memInfo : [output] reference to struct to store additional memory allocation info
320 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, int heap_id, int size)
356 memInfo.main_ion_fd = main_ion_fd;
357 memInfo.fd = ion_info_fd.fd;
358 memInfo.handle = ion_info_fd.handle;
359 memInfo.size = alloc.len;
378 * @memInfo : reference to struct that stores additional memory allocation info
382 void QCamera3HeapMemory::deallocOneBuffer(QCamera3MemInfo &memInfo)
386 if (memInfo.fd > 0) {
387 close(memInfo.fd)
    [all...]
QCamera3Mem.h 99 int allocOneBuffer(struct QCamera3MemInfo &memInfo, int heap_id, int size);
100 void deallocOneBuffer(struct QCamera3MemInfo &memInfo);
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Mem.cpp 313 * @memInfo : [output] reference to struct to store additional memory allocation info
321 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, int heap_id, int size)
357 memInfo.main_ion_fd = main_ion_fd;
358 memInfo.fd = ion_info_fd.fd;
359 memInfo.handle = ion_info_fd.handle;
360 memInfo.size = alloc.len;
379 * @memInfo : reference to struct that stores additional memory allocation info
383 void QCamera3HeapMemory::deallocOneBuffer(QCamera3MemInfo &memInfo)
387 if (memInfo.fd > 0) {
388 close(memInfo.fd)
    [all...]
QCamera3Mem.h 100 int allocOneBuffer(struct QCamera3MemInfo &memInfo, int heap_id, int size);
101 void deallocOneBuffer(struct QCamera3MemInfo &memInfo);
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.h 90 static int allocOneBuffer(struct QCameraMemInfo &memInfo,
95 static void deallocOneBuffer(struct QCameraMemInfo &memInfo);
112 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
118 void releaseBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
124 int findBufferLocked(struct QCameraMemory::QCameraMemInfo &memInfo,
QCameraMem.cpp 314 * @memInfo : [output] reference to struct to store additional memory allocation info
323 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo,
372 memInfo.main_ion_fd = main_ion_fd;
373 memInfo.fd = ion_info_fd.fd;
374 memInfo.handle = ion_info_fd.handle;
375 memInfo.size = alloc.len;
376 memInfo.cached = cached;
377 memInfo.heap_id = heap_id;
380 __func__, (unsigned long)memInfo.handle, alloc.len);
399 * @memInfo : reference to struct that stores additional memory allocation inf
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.cpp 287 * @memInfo : [output] reference to struct to store additional memory allocation info
295 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size)
332 memInfo.main_ion_fd = main_ion_fd;
333 memInfo.fd = ion_info_fd.fd;
334 memInfo.handle = ion_info_fd.handle;
335 memInfo.size = alloc.len;
354 * @memInfo : reference to struct that stores additional memory allocation info
358 void QCameraMemory::deallocOneBuffer(QCameraMemInfo &memInfo)
362 if (memInfo.fd > 0) {
363 close(memInfo.fd)
    [all...]
QCameraMem.h 79 int allocOneBuffer(struct QCameraMemInfo &memInfo, int heap_id, int size);
80 void deallocOneBuffer(struct QCameraMemInfo &memInfo);
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraMem.cpp 287 * @memInfo : [output] reference to struct to store additional memory allocation info
295 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size)
332 memInfo.main_ion_fd = main_ion_fd;
333 memInfo.fd = ion_info_fd.fd;
334 memInfo.handle = ion_info_fd.handle;
335 memInfo.size = alloc.len;
354 * @memInfo : reference to struct that stores additional memory allocation info
358 void QCameraMemory::deallocOneBuffer(QCameraMemInfo &memInfo)
362 if (memInfo.fd > 0) {
363 close(memInfo.fd)
    [all...]
QCameraMem.h 79 int allocOneBuffer(struct QCameraMemInfo &memInfo, int heap_id, int size);
80 void deallocOneBuffer(struct QCameraMemInfo &memInfo);
  /external/chromium_org/base/android/java/src/org/chromium/base/
PerfTraceEvent.java 271 MemoryInfo memInfo = null;
273 memInfo = new MemoryInfo();
274 Debug.getMemoryInfo(memInfo);
276 savePerfString(name, id, type, timestampUs, memInfo);
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsUi.java 558 ActivityManager.MemoryInfo memInfo = new ActivityManager.MemoryInfo();
560 memInfo);
561 if (memInfo.hiddenAppThreshold >= realFreeRam) {
565 realUsedRam += memInfo.hiddenAppThreshold;
566 realFreeRam -= memInfo.hiddenAppThreshold;
    [all...]
RunningProcessesView.java 463 ActivityManager.MemoryInfo memInfo = new ActivityManager.MemoryInfo();
464 mAm.getMemoryInfo(memInfo);
465 SECONDARY_SERVER_MEM = memInfo.secondaryServerThreshold;
  /external/fio/os/windows/
posix.c 565 MEMORY_BASIC_INFORMATION memInfo;
572 if (VirtualQuery(mapAddr, &memInfo, sizeof(memInfo)) == 0) {
577 mapAddr = VirtualAlloc(mapAddr, memInfo.RegionSize, MEM_COMMIT, PAGE_READWRITE);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 227 milliseconds