HomeSort by relevance Sort by last modified time
    Searched refs:evFlag (Results 1 - 2 of 2) sorted by null

  /system/libfmq/
EventFlag.cpp 39 EventFlag* evFlag = new (std::nothrow) EventFlag(fd, offset, &status);
40 if (evFlag != nullptr) {
42 *flag = evFlag;
44 delete evFlag;
60 EventFlag* evFlag = new (std::nothrow) EventFlag(fwAddr, &status);
61 if (evFlag != nullptr) {
63 *flag = evFlag;
65 delete evFlag;
244 status_t EventFlag::deleteEventFlag(EventFlag** evFlag) {
245 if (evFlag == nullptr || *evFlag == nullptr)
    [all...]
  /system/libfmq/include/fmq/
MessageQueue.h 124 * If 'evFlag' is nullptr, it is checked whether there is an EventFlag object
127 * The application code must ensure that 'evFlag' used by the
132 * - If 'evFlag' is nullptr and the FMQ does not own an EventFlag object.
151 * @param evFlag The EventFlag object to be used for blocking. If nullptr,
159 android::hardware::EventFlag* evFlag = nullptr);
177 * If 'evFlag' is nullptr, it is checked whether there is an EventFlag object
180 * The application code must ensure that 'evFlag' used by the
185 * -If 'evFlag' is nullptr and the FMQ does not own an EventFlag object.
201 * @param evFlag The EventFlag object to be used for blocking.
207 android::hardware::EventFlag* evFlag = nullptr)
    [all...]

Completed in 91 milliseconds