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

  /system/nfc/src/gki/common/
gki_common.h 227 [NUM_TASK_MBOX]; /* array of pointers to the first
230 [NUM_TASK_MBOX]; /* array of pointers to the last
gki.h 47 #define NUM_TASK_MBOX 4
gki_buffer.cc 126 for (mb = 0; mb < NUM_TASK_MBOX; mb++) {
509 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX) ||
567 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX)) return (NULL);
1052 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX) ||
    [all...]

Completed in 51 milliseconds