HomeSort by relevance Sort by last modified time
    Searched refs:memInfo (Results 1 - 14 of 14) 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);
  /hardware/qcom/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);
  /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);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
PerfTraceEvent.java 262 MemoryInfo memInfo = null;
264 memInfo = new MemoryInfo();
265 Debug.getMemoryInfo(memInfo);
267 savePerfString(name, id, type, timestampUs, memInfo);
  /hardware/qcom/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);
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 447 ActivityManager.MemoryInfo memInfo = new ActivityManager.MemoryInfo();
448 mAm.getMemoryInfo(memInfo);
449 SECONDARY_SERVER_MEM = memInfo.secondaryServerThreshold;
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 322 milliseconds