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

  /system/netd/server/
RouteController.h 97 static int enableTethering(const char* inputInterface,
99 static int disableTethering(const char* inputInterface,
128 static int modifyTetheredNetwork(uint16_t action, const char* inputInterface,
RouteController.cpp     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
Game.java 115 InputGameInterface inputInterface = new InputGameInterface();
116 gameRoot.add(inputInterface);
117 BaseObject.sSystemRegistry.inputGameInterface = inputInterface;

Completed in 159 milliseconds