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

  /system/netd/server/
NetworkController.h 49 static const unsigned MIN_OEM_ID;
NetworkController.cpp 63 const unsigned NetworkController::MIN_OEM_ID = 1;
326 (MIN_OEM_ID <= netId && netId <= MAX_OEM_ID))) {
CommandListener.cpp 59 const unsigned NUM_OEM_IDS = NetworkController::MAX_OEM_ID - NetworkController::MIN_OEM_ID + 1;
69 return NetworkController::MIN_OEM_ID + n;
    [all...]

Completed in 2098 milliseconds