Home
last modified time | relevance | path

Searched refs:memId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DDumpUtils.java259 public static void printProcStateTagProto(ProtoOutputStream proto, long screenId, long memId, in printProcStateTagProto() argument
263 state = printProto(proto, memId, ADJ_MEM_PROTO_ENUMS, state, STATE_COUNT); in printProcStateTagProto()
272 public static void printProcStateAdjTagProto(ProtoOutputStream proto, long screenId, long memId, in printProcStateAdjTagProto() argument
276 printProto(proto, memId, ADJ_MEM_PROTO_ENUMS, state, STATE_COUNT); in printProcStateAdjTagProto()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp105 hardware::Return<void> CameraHardwareInterface::unregisterMemory(uint32_t memId) { in unregisterMemory() argument
109 if (mHidlMemPoolMap.count(memId) == 0) { in unregisterMemory()
110 ALOGE("%s: memory pool ID %d not found", __FUNCTION__, memId); in unregisterMemory()
113 mem = mHidlMemPoolMap.at(memId); in unregisterMemory()
114 mHidlMemPoolMap.erase(memId); in unregisterMemory()
DCameraHardwareInterface.h382 hardware::Return<void> unregisterMemory(uint32_t memId) override;