Searched refs:INVALID_ID (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/input/
H A DPointerController.cpp282 if (spot->id != Spot::INVALID_ID
442 if (spot->id == Spot::INVALID_ID) {
545 if (spot->id == Spot::INVALID_ID) {
564 if (spot->id != Spot::INVALID_ID) {
565 spot->id = Spot::INVALID_ID;
H A DPointerController.h187 static const uint32_t INVALID_ID = 0xffffffff; member in struct:android::PointerController::Spot
/frameworks/base/services/java/com/android/server/
H A DNsdService.java83 private int INVALID_ID = 0; field in class:NsdService
462 if (++mUniqueId == INVALID_ID) return ++mUniqueId;

Completed in 505 milliseconds