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

  /system/netd/server/
NetdHwService.cpp 86 ((netId) > NetworkController::MAX_OEM_ID)) { \
NetworkController.h 82 static const unsigned MAX_OEM_ID;
NetworkController.cpp 59 const unsigned NetworkController::MAX_OEM_ID = 50;
360 (MIN_OEM_ID <= netId && netId <= MAX_OEM_ID))) {
395 for (*pNetId = MIN_OEM_ID; *pNetId <= MAX_OEM_ID; (*pNetId)++) {
401 if (*pNetId > MAX_OEM_ID) {
CommandListener.cpp 61 const unsigned NUM_OEM_IDS = NetworkController::MAX_OEM_ID - NetworkController::MIN_OEM_ID + 1;
76 if (NetworkController::MIN_OEM_ID <= n && n <= NetworkController::MAX_OEM_ID) {
    [all...]

Completed in 1039 milliseconds