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

  /system/bt/utils/src/
bt_utils.c 56 #define INVALID_TASK_ID (-1)
65 g_TaskIDs[i] = INVALID_TASK_ID;
175 if (tid != INVALID_TASK_ID)
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 138 static final int INVALID_TASK_ID = -1;
238 int mPrevAffiliateTaskId = INVALID_TASK_ID; // previous id for persistence.
240 int mNextAffiliateTaskId = INVALID_TASK_ID; // next id for persistence.
517 mPrevAffiliateTaskId = prevAffiliate == null ? INVALID_TASK_ID : prevAffiliate.taskId;
522 mNextAffiliateTaskId = nextAffiliate == null ? INVALID_TASK_ID : nextAffiliate.taskId;
    [all...]

Completed in 476 milliseconds