Searched refs:WakeLockMessageQueue (Results 1 – 4 of 4) sorted by relevance
117 using WakeLockMessageQueue = MessageQueue<uint32_t, kSynchronizedReadWrite>; member127 std::unique_ptr<WakeLockMessageQueue> mWakeLockQueue;
127 std::make_unique<WakeLockMessageQueue>(wakeLockDescriptor, true /* resetPointers */); in initialize()
139 using WakeLockMessageQueue = MessageQueue<uint32_t, kSynchronizedReadWrite>; variable149 std::unique_ptr<WakeLockMessageQueue> mWakeLockQueue;
167 std::make_unique<WakeLockMessageQueue>(wakeLockDescriptor, true /* resetPointers */); in initialize()