Home
last modified time | relevance | path

Searched refs:EXIT_REQUEST (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/audio/
Dstream_in.cpp109 mEfGroup->wait(MessageQueueFlagBits::NOT_FULL | EXIT_REQUEST | STAND_BY_REQUEST, in threadLoop()
111 if (efState & EXIT_REQUEST) { in threadLoop()
Dio_thread.cpp44 notify(EXIT_REQUEST); in requestExit()
Dio_thread.h28 static constexpr uint32_t EXIT_REQUEST = 1 << 21; member
Dstream_out.cpp130 mEfGroup->wait(MessageQueueFlagBits::NOT_EMPTY | STAND_BY_REQUEST | EXIT_REQUEST, in threadLoop()
132 if (efState & EXIT_REQUEST) { in threadLoop()