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

  /system/libfmq/
EventFlag.cpp 42 EventFlag* evFlag = new (std::nothrow) EventFlag(fd, offset, &status);
43 if (evFlag != nullptr) {
45 *flag = evFlag;
47 delete evFlag;
63 EventFlag* evFlag = new (std::nothrow) EventFlag(fwAddr, &status);
64 if (evFlag != nullptr) {
66 *flag = evFlag;
68 delete evFlag;
247 status_t EventFlag::deleteEventFlag(EventFlag** evFlag) {
248 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.
153 * @param evFlag The EventFlag object to be used for blocking. If nullptr,
161 android::hardware::EventFlag* evFlag = nullptr);
179 * If 'evFlag' is nullptr, it is checked whether there is an EventFlag object
182 * The application code must ensure that 'evFlag' used by the
187 * -If 'evFlag' is nullptr and the FMQ does not own an EventFlag object.
206 * @param evFlag The EventFlag object to be used for blocking.
212 android::hardware::EventFlag* evFlag = nullptr)
    [all...]

Completed in 1389 milliseconds