Searched defs:BASE (Results 1 - 25 of 25) sorted by relevance

/frameworks/native/include/ui/
H A DANativeObjectBase.h68 typedef ANativeObjectBase<NATIVE_TYPE, TYPE, REF> BASE; typedef in class:android::ANativeObjectBase
/frameworks/base/core/java/android/net/
H A DNetworkFactory.java53 private static final int BASE = Protocol.BASE_NETWORK_FACTORY; field in class:NetworkFactory
76 public static final int CMD_REQUEST_NETWORK = BASE;
82 public static final int CMD_CANCEL_REQUEST = BASE + 1;
88 private static final int CMD_SET_SCORE = BASE + 2;
95 private static final int CMD_SET_FILTER = BASE + 3;
H A DNetworkAgent.java60 private static final int BASE = Protocol.BASE_NETWORK_AGENT; field in class:NetworkAgent
67 public static final int CMD_SUSPECT_BAD = BASE;
75 public static final int EVENT_NETWORK_INFO_CHANGED = BASE + 1;
82 public static final int EVENT_NETWORK_CAPABILITIES_CHANGED = BASE + 2;
89 public static final int EVENT_NETWORK_PROPERTIES_CHANGED = BASE + 3;
101 public static final int EVENT_NETWORK_SCORE_CHANGED = BASE + 4;
108 public static final int EVENT_UID_RANGES_ADDED = BASE + 5;
115 public static final int EVENT_UID_RANGES_REMOVED = BASE + 6;
127 public static final int CMD_REPORT_NETWORK_STATUS = BASE + 7;
141 public static final int EVENT_SET_EXPLICITLY_SELECTED = BASE
[all...]
H A DConnectivityManager.java2672 private static final int BASE = Protocol.BASE_CONNECTIVITY_MANAGER; field in class:ConnectivityManager
2674 public static final int CALLBACK_PRECHECK = BASE + 1;
2676 public static final int CALLBACK_AVAILABLE = BASE + 2;
2678 public static final int CALLBACK_LOSING = BASE + 3;
2680 public static final int CALLBACK_LOST = BASE + 4;
2682 public static final int CALLBACK_UNAVAIL = BASE + 5;
2684 public static final int CALLBACK_CAP_CHANGED = BASE + 6;
2686 public static final int CALLBACK_IP_CHANGED = BASE + 7;
2688 public static final int CALLBACK_RELEASED = BASE + 8;
2691 public static final int CALLBACK_EXIT = BASE
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachinePrime.java56 static final int BASE = Protocol.BASE_WIFI; field in class:WifiStateMachinePrime
59 static final int CMD_START_AP = BASE + 21;
61 static final int CMD_START_AP_FAILURE = BASE + 22;
63 static final int CMD_STOP_AP = BASE + 23;
65 static final int CMD_AP_STOPPED = BASE + 24;
H A DRttService.java290 private static final int BASE = Protocol.BASE_WIFI_RTT_SERVICE; field in class:RttService.RttServiceImpl
292 private static final int CMD_DRIVER_LOADED = BASE + 0;
293 private static final int CMD_DRIVER_UNLOADED = BASE + 1;
294 private static final int CMD_ISSUE_NEXT_REQUEST = BASE + 2;
295 private static final int CMD_RTT_RESPONSE = BASE + 3;
296 private static final int CMD_CLIENT_INTERFACE_READY = BASE + 4;
297 private static final int CMD_CLIENT_INTERFACE_DOWN = BASE + 5;
H A DWifiController.java109 private static final int BASE = Protocol.BASE_WIFI_CONTROLLER; field in class:WifiController
111 static final int CMD_EMERGENCY_MODE_CHANGED = BASE + 1;
112 static final int CMD_SCREEN_ON = BASE + 2;
113 static final int CMD_SCREEN_OFF = BASE + 3;
114 static final int CMD_BATTERY_CHANGED = BASE + 4;
115 static final int CMD_DEVICE_IDLE = BASE + 5;
116 static final int CMD_LOCKS_CHANGED = BASE + 6;
117 static final int CMD_SCAN_ALWAYS_MODE_CHANGED = BASE + 7;
118 static final int CMD_WIFI_TOGGLED = BASE + 8;
119 static final int CMD_AIRPLANE_TOGGLED = BASE
[all...]
H A DWifiMonitor.java51 private static final int BASE = Protocol.BASE_WIFI_MONITOR; field in class:WifiMonitor
54 public static final int SUP_CONNECTION_EVENT = BASE + 1;
56 public static final int SUP_DISCONNECTION_EVENT = BASE + 2;
58 public static final int NETWORK_CONNECTION_EVENT = BASE + 3;
60 public static final int NETWORK_DISCONNECTION_EVENT = BASE + 4;
62 public static final int SCAN_RESULTS_EVENT = BASE + 5;
64 public static final int SUPPLICANT_STATE_CHANGE_EVENT = BASE + 6;
66 public static final int AUTHENTICATION_FAILURE_EVENT = BASE + 7;
68 public static final int WPS_SUCCESS_EVENT = BASE + 8;
70 public static final int WPS_FAIL_EVENT = BASE
[all...]
H A DWifiStateMachine.java463 static final int BASE = Protocol.BASE_WIFI; field in class:WifiStateMachine
465 static final int CMD_START_SUPPLICANT = BASE + 11;
467 static final int CMD_STOP_SUPPLICANT = BASE + 12;
469 static final int CMD_STATIC_IP_SUCCESS = BASE + 15;
471 static final int CMD_STATIC_IP_FAILURE = BASE + 16;
473 static final int CMD_DRIVER_START_TIMED_OUT = BASE + 19;
476 static final int CMD_START_AP = BASE + 21;
478 static final int CMD_START_AP_FAILURE = BASE + 22;
480 static final int CMD_STOP_AP = BASE + 23;
482 static final int CMD_AP_STOPPED = BASE
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java93 private static final int BASE = Protocol.BASE_SYSTEM_ASYNC_CHANNEL; field in class:AsyncChannel
108 public static final int CMD_CHANNEL_HALF_CONNECTED = BASE + 0;
117 public static final int CMD_CHANNEL_FULL_CONNECTION = BASE + 1;
127 public static final int CMD_CHANNEL_FULLY_CONNECTED = BASE + 2;
138 public static final int CMD_CHANNEL_DISCONNECT = BASE + 3;
151 public static final int CMD_CHANNEL_DISCONNECTED = BASE + 4;
153 private static final int CMD_TO_STRING_COUNT = CMD_CHANNEL_DISCONNECTED - BASE + 1;
156 sCmdToString[CMD_CHANNEL_HALF_CONNECTED - BASE] = "CMD_CHANNEL_HALF_CONNECTED";
157 sCmdToString[CMD_CHANNEL_FULL_CONNECTION - BASE] = "CMD_CHANNEL_FULL_CONNECTION";
158 sCmdToString[CMD_CHANNEL_FULLY_CONNECTED - BASE]
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h654 typedef ServiceBase<TYPE> BASE; typedef in class:android::pdx::ServiceBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java39 public static final int BASE = Protocol.BASE_DATA_CONNECTION_AC; field in class:DcAsyncChannel
41 public static final int REQ_IS_INACTIVE = BASE + 0;
42 public static final int RSP_IS_INACTIVE = BASE + 1;
44 public static final int REQ_GET_CID = BASE + 2;
45 public static final int RSP_GET_CID = BASE + 3;
47 public static final int REQ_GET_APNSETTING = BASE + 4;
48 public static final int RSP_GET_APNSETTING = BASE + 5;
50 public static final int REQ_GET_LINK_PROPERTIES = BASE + 6;
51 public static final int RSP_GET_LINK_PROPERTIES = BASE + 7;
53 public static final int REQ_SET_LINK_PROPERTIES_HTTP_PROXY = BASE
[all...]
H A DDataConnection.java179 static final int BASE = Protocol.BASE_DATA_CONNECTION; field in class:DataConnection
180 static final int EVENT_CONNECT = BASE + 0;
181 static final int EVENT_SETUP_DATA_CONNECTION_DONE = BASE + 1;
182 static final int EVENT_GET_LAST_FAIL_DONE = BASE + 2;
183 static final int EVENT_DEACTIVATE_DONE = BASE + 3;
184 static final int EVENT_DISCONNECT = BASE + 4;
185 static final int EVENT_RIL_CONNECTED = BASE + 5;
186 static final int EVENT_DISCONNECT_ALL = BASE + 6;
187 static final int EVENT_DATA_STATE_CHANGED = BASE + 7;
188 static final int EVENT_TEAR_DOWN_NOW = BASE
[all...]
/frameworks/base/core/java/android/net/nsd/
H A DNsdManager.java157 private static final int BASE = Protocol.BASE_NSD_MANAGER; field in class:NsdManager
160 public static final int DISCOVER_SERVICES = BASE + 1;
162 public static final int DISCOVER_SERVICES_STARTED = BASE + 2;
164 public static final int DISCOVER_SERVICES_FAILED = BASE + 3;
166 public static final int SERVICE_FOUND = BASE + 4;
168 public static final int SERVICE_LOST = BASE + 5;
171 public static final int STOP_DISCOVERY = BASE + 6;
173 public static final int STOP_DISCOVERY_FAILED = BASE + 7;
175 public static final int STOP_DISCOVERY_SUCCEEDED = BASE + 8;
178 public static final int REGISTER_SERVICE = BASE
[all...]
/frameworks/base/core/java/android/os/
H A DBuild.java282 public static final int BASE = 1; field in class:Build.VERSION_CODES
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDctConstants.java61 public static final int BASE = Protocol.BASE_DATA_CONNECTION_TRACKER; field in class:DctConstants
62 public static final int EVENT_DATA_SETUP_COMPLETE = BASE + 0;
63 public static final int EVENT_RADIO_AVAILABLE = BASE + 1;
64 public static final int EVENT_RECORDS_LOADED = BASE + 2;
65 public static final int EVENT_TRY_SETUP_DATA = BASE + 3;
66 public static final int EVENT_DATA_STATE_CHANGED = BASE + 4;
67 public static final int EVENT_POLL_PDP = BASE + 5;
68 public static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = BASE + 6;
69 public static final int EVENT_VOICE_CALL_STARTED = BASE + 7;
70 public static final int EVENT_VOICE_CALL_ENDED = BASE
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pMonitor.java50 private static final int BASE = Protocol.BASE_WIFI_MONITOR; field in class:WifiP2pMonitor
53 public static final int SUP_CONNECTION_EVENT = BASE + 1;
55 public static final int SUP_DISCONNECTION_EVENT = BASE + 2;
58 public static final int P2P_DEVICE_FOUND_EVENT = BASE + 21;
59 public static final int P2P_DEVICE_LOST_EVENT = BASE + 22;
60 public static final int P2P_GO_NEGOTIATION_REQUEST_EVENT = BASE + 23;
61 public static final int P2P_GO_NEGOTIATION_SUCCESS_EVENT = BASE + 25;
62 public static final int P2P_GO_NEGOTIATION_FAILURE_EVENT = BASE + 26;
63 public static final int P2P_GROUP_FORMATION_SUCCESS_EVENT = BASE + 27;
64 public static final int P2P_GROUP_FORMATION_FAILURE_EVENT = BASE
[all...]
H A DWifiP2pServiceImpl.java140 private static final int BASE = Protocol.BASE_WIFI_P2P_SERVICE; field in class:WifiP2pServiceImpl
143 public static final int GROUP_CREATING_TIMED_OUT = BASE + 1;
146 private static final int PEER_CONNECTION_USER_ACCEPT = BASE + 2;
148 private static final int PEER_CONNECTION_USER_REJECT = BASE + 3;
150 private static final int DROP_WIFI_USER_ACCEPT = BASE + 4;
152 private static final int DROP_WIFI_USER_REJECT = BASE + 5;
154 public static final int DISABLE_P2P_TIMED_OUT = BASE + 6;
158 public static final int P2P_CONNECTION_CHANGED = BASE + 11;
168 public static final int DISCONNECT_WIFI_REQUEST = BASE + 12;
169 public static final int DISCONNECT_WIFI_RESPONSE = BASE
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java149 private static final int BASE = Protocol.BASE_NETWORK_MONITOR; field in class:NetworkMonitor
155 public static final int CMD_NETWORK_CONNECTED = BASE + 1;
163 public static final int EVENT_NETWORK_TESTED = BASE + 2;
169 private static final int CMD_REEVALUATE = BASE + 6;
174 public static final int CMD_NETWORK_DISCONNECTED = BASE + 7;
180 public static final int CMD_FORCE_REEVALUATION = BASE + 8;
189 private static final int CMD_CAPTIVE_PORTAL_APP_FINISHED = BASE + 9;
197 public static final int EVENT_PROVISIONING_NOTIFICATION = BASE + 10;
206 public static final int CMD_LAUNCH_CAPTIVE_PORTAL_APP = BASE + 11;
213 private static final int CMD_CAPTIVE_PORTAL_RECHECK = BASE
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1577 private static final int BASE = 100; field in class:FloatingToolbar.FloatingToolbarPopup.LogAccelerateInterpolator
1578 private static final float LOGS_SCALE = 1f / computeLog(1, BASE);
1586 return 1 - computeLog(1 - t, BASE) * LOGS_SCALE;
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java1177 public static final int BASE = Protocol.BASE_WIFI_RTT_MANAGER; field in class:RttManager
1179 public static final int CMD_OP_START_RANGING = BASE + 0;
1180 public static final int CMD_OP_STOP_RANGING = BASE + 1;
1181 public static final int CMD_OP_FAILED = BASE + 2;
1182 public static final int CMD_OP_SUCCEEDED = BASE + 3;
1183 public static final int CMD_OP_ABORTED = BASE + 4;
1184 public static final int CMD_OP_ENABLE_RESPONDER = BASE + 5;
1185 public static final int CMD_OP_DISABLE_RESPONDER = BASE + 6;
1187 CMD_OP_ENALBE_RESPONDER_SUCCEEDED = BASE + 7;
1189 CMD_OP_ENALBE_RESPONDER_FAILED = BASE
[all...]
H A DWifiScanner.java1105 private static final int BASE = Protocol.BASE_WIFI_SCANNER; field in class:WifiScanner
1108 public static final int CMD_SCAN = BASE + 0;
1110 public static final int CMD_START_BACKGROUND_SCAN = BASE + 2;
1112 public static final int CMD_STOP_BACKGROUND_SCAN = BASE + 3;
1114 public static final int CMD_GET_SCAN_RESULTS = BASE + 4;
1116 public static final int CMD_SCAN_RESULT = BASE + 5;
1118 public static final int CMD_AP_FOUND = BASE + 9;
1120 public static final int CMD_AP_LOST = BASE + 10;
1122 public static final int CMD_WIFI_CHANGE_DETECTED = BASE + 15;
1124 public static final int CMD_WIFI_CHANGES_STABILIZED = BASE
[all...]
H A DWifiManager.java2168 private static final int BASE = Protocol.BASE_WIFI_MANAGER; field in class:WifiManager
2172 public static final int CONNECT_NETWORK = BASE + 1;
2174 public static final int CONNECT_NETWORK_FAILED = BASE + 2;
2176 public static final int CONNECT_NETWORK_SUCCEEDED = BASE + 3;
2179 public static final int FORGET_NETWORK = BASE + 4;
2181 public static final int FORGET_NETWORK_FAILED = BASE + 5;
2183 public static final int FORGET_NETWORK_SUCCEEDED = BASE + 6;
2186 public static final int SAVE_NETWORK = BASE + 7;
2188 public static final int SAVE_NETWORK_FAILED = BASE + 8;
2190 public static final int SAVE_NETWORK_SUCCEEDED = BASE
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java294 private static final int BASE = Protocol.BASE_WIFI_P2P_MANAGER; field in class:WifiP2pManager
297 public static final int DISCOVER_PEERS = BASE + 1;
299 public static final int DISCOVER_PEERS_FAILED = BASE + 2;
301 public static final int DISCOVER_PEERS_SUCCEEDED = BASE + 3;
304 public static final int STOP_DISCOVERY = BASE + 4;
306 public static final int STOP_DISCOVERY_FAILED = BASE + 5;
308 public static final int STOP_DISCOVERY_SUCCEEDED = BASE + 6;
311 public static final int CONNECT = BASE + 7;
313 public static final int CONNECT_FAILED = BASE + 8;
315 public static final int CONNECT_SUCCEEDED = BASE
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java239 private static final int BASE = Protocol.BASE_WIFI_SCANNER_SERVICE; field in class:WifiScanningServiceImpl
241 private static final int CMD_SCAN_RESULTS_AVAILABLE = BASE + 0;
242 private static final int CMD_FULL_SCAN_RESULTS = BASE + 1;
243 private static final int CMD_HOTLIST_AP_FOUND = BASE + 2;
244 private static final int CMD_HOTLIST_AP_LOST = BASE + 3;
245 private static final int CMD_WIFI_CHANGE_DETECTED = BASE + 4;
246 private static final int CMD_WIFI_CHANGE_TIMEOUT = BASE + 5;
247 private static final int CMD_DRIVER_LOADED = BASE + 6;
248 private static final int CMD_DRIVER_UNLOADED = BASE + 7;
249 private static final int CMD_SCAN_PAUSED = BASE
[all...]

Completed in 926 milliseconds