Searched refs:rawEfGroup (Results 1 – 2 of 2) sorted by relevance
72 EventFlag* rawEfGroup = nullptr; in ReadThread() local73 status = EventFlag::createEventFlag(mDataMQ.getEventFlagWord(), &rawEfGroup); in ReadThread()74 if (status != OK || !rawEfGroup) { in ReadThread()78 mEfGroup.reset(rawEfGroup); in ReadThread()
75 EventFlag* rawEfGroup = nullptr; in WriteThread() local76 status = EventFlag::createEventFlag(mDataMQ.getEventFlagWord(), &rawEfGroup); in WriteThread()77 if (status != OK || !rawEfGroup) { in WriteThread()81 mEfGroup.reset(rawEfGroup); in WriteThread()