Home
last modified time | relevance | path

Searched refs:mLastNanoappId (Results 1 – 2 of 2) sorted by relevance

/system/chre/core/
Ddebug_dump_manager.cc62 if (!mLastNanoappId.has_value() || mLastNanoappId.value() != instanceId) { in appendNanoappLog()
63 mLastNanoappId = instanceId; in appendNanoappLog()
126 mLastNanoappId.reset(); in sendNanoappDebugDumps()
/system/chre/core/include/chre/core/
Ddebug_dump_manager.h57 Optional<uint32_t> mLastNanoappId; variable