Searched refs:rawEfGroup (Results 1 – 2 of 2) sorted by relevance
67 EventFlag* rawEfGroup = nullptr; in ReadThread() local68 status = EventFlag::createEventFlag(mDataMQ.getEventFlagWord(), &rawEfGroup); in ReadThread()69 if (status != OK || !rawEfGroup) { in ReadThread()73 mEfGroup.reset(rawEfGroup); in ReadThread()
69 EventFlag* rawEfGroup = nullptr; in WriteThread() local70 status = EventFlag::createEventFlag(mDataMQ.getEventFlagWord(), &rawEfGroup); in WriteThread()71 if (status != OK || !rawEfGroup) { in WriteThread()75 mEfGroup.reset(rawEfGroup); in WriteThread()