Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/
DChannelGroup.h66 std::mutex mGroupMutex; variable
67 std::array<std::shared_ptr<SessionChannel>, kMaxChannels> mChannels GUARDED_BY(mGroupMutex){}; in GUARDED_BY() argument