Home
last modified time | relevance | path

Searched refs:efState (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/audio/
Dstream_in.cpp106 uint32_t efState = 0; in threadLoop() local
108 &efState); in threadLoop()
109 if (efState & EXIT_REQUEST) { in threadLoop()
113 if (efState & STAND_BY_REQUEST) { in threadLoop()
118 if (efState & (MessageQueueFlagBits::NOT_FULL | 0)) { in threadLoop()
Dstream_out.cpp109 uint32_t efState = 0; in threadLoop() local
111 &efState); in threadLoop()
112 if (efState & EXIT_REQUEST) { in threadLoop()
116 if (efState & STAND_BY_REQUEST) { in threadLoop()
120 if (efState & (MessageQueueFlagBits::NOT_EMPTY | 0)) { in threadLoop()
/device/google/atv/audio_proxy/
DStreamOutImpl.cpp129 uint32_t efState = 0; in threadLoop() local
131 &efState); in threadLoop()
132 if (!(efState & static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY))) { in threadLoop()