Searched refs:WakeLockMessageQueue (Results 1 – 3 of 3) sorted by relevance
53 using WakeLockMessageQueue = MessageQueue<uint32_t, kSynchronizedReadWrite>; member142 mWakeLockQueue = std::make_unique<WakeLockMessageQueue>(wakeLockDescriptor, in initializeBase()299 std::unique_ptr<WakeLockMessageQueue> mWakeLockQueue;
147 using WakeLockMessageQueue = MessageQueue<uint32_t, kSynchronizedReadWrite>; variable157 std::unique_ptr<WakeLockMessageQueue> mWakeLockQueue;
226 std::make_unique<WakeLockMessageQueue>(wakeLockDescriptor, true /* resetPointers */); in initializeCommon()