Home
last modified time | relevance | path

Searched refs:rawEfGroup (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/audio/
Dstream_in.cpp69 EventFlag* rawEfGroup = nullptr; in ReadThread() local
70 status = EventFlag::createEventFlag(mDataMQ.getEventFlagWord(), &rawEfGroup); in ReadThread()
71 if (status != OK || !rawEfGroup) { in ReadThread()
75 mEfGroup.reset(rawEfGroup); in ReadThread()
Dstream_out.cpp72 EventFlag* rawEfGroup = nullptr; in WriteThread() local
73 status = EventFlag::createEventFlag(mDataMQ.getEventFlagWord(), &rawEfGroup); in WriteThread()
74 if (status != OK || !rawEfGroup) { in WriteThread()
78 mEfGroup.reset(rawEfGroup); in WriteThread()