Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/base/telephony/java/com/android/internal/telephony/
DDctConstants.java58 public static final int BASE = Protocol.BASE_DATA_CONNECTION_TRACKER; field in DctConstants
59 public static final int EVENT_DATA_SETUP_COMPLETE = BASE + 0;
60 public static final int EVENT_RADIO_AVAILABLE = BASE + 1;
61 public static final int EVENT_RECORDS_LOADED = BASE + 2;
62 public static final int EVENT_TRY_SETUP_DATA = BASE + 3;
63 public static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = BASE + 6;
64 public static final int EVENT_VOICE_CALL_STARTED = BASE + 7;
65 public static final int EVENT_VOICE_CALL_ENDED = BASE + 8;
66 public static final int EVENT_DATA_CONNECTION_DETACHED = BASE + 9;
67 public static final int EVENT_ROAMING_ON = BASE + 11;
[all …]
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java356 private static final int BASE = Protocol.BASE_WIFI_P2P_MANAGER; field in WifiP2pManager
359 public static final int DISCOVER_PEERS = BASE + 1;
361 public static final int DISCOVER_PEERS_FAILED = BASE + 2;
363 public static final int DISCOVER_PEERS_SUCCEEDED = BASE + 3;
366 public static final int STOP_DISCOVERY = BASE + 4;
368 public static final int STOP_DISCOVERY_FAILED = BASE + 5;
370 public static final int STOP_DISCOVERY_SUCCEEDED = BASE + 6;
373 public static final int CONNECT = BASE + 7;
375 public static final int CONNECT_FAILED = BASE + 8;
377 public static final int CONNECT_SUCCEEDED = BASE + 9;
[all …]
/frameworks/native/libs/math/include/math/
DTMatHelpers.h368 template <template<typename T> class BASE, typename T>
372 BASE<T>& operator *= (T v) {
373 BASE<T>& lhs(static_cast< BASE<T>& >(*this));
374 for (size_t col = 0; col < BASE<T>::NUM_COLS; ++col) {
382 const BASE<T>& operator *= (const BASE<U>& rhs) {
383 BASE<T>& lhs(static_cast< BASE<T>& >(*this));
384 lhs = matrix::multiply<BASE<T> >(lhs, rhs);
389 BASE<T>& operator /= (T v) {
390 BASE<T>& lhs(static_cast< BASE<T>& >(*this));
391 for (size_t col = 0; col < BASE<T>::NUM_COLS; ++col) {
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java50 private static final int BASE = Protocol.BASE_WIFI_MONITOR; field in 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 + 28;
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java49 private static final int BASE = Protocol.BASE_WIFI_MONITOR; field in WifiMonitor
52 public static final int SUP_CONNECTION_EVENT = BASE + 1;
54 public static final int SUP_DISCONNECTION_EVENT = BASE + 2;
56 public static final int NETWORK_CONNECTION_EVENT = BASE + 3;
58 public static final int NETWORK_DISCONNECTION_EVENT = BASE + 4;
60 public static final int SCAN_RESULTS_EVENT = BASE + 5;
62 public static final int SUPPLICANT_STATE_CHANGE_EVENT = BASE + 6;
64 public static final int AUTHENTICATION_FAILURE_EVENT = BASE + 7;
66 public static final int WPS_SUCCESS_EVENT = BASE + 8;
68 public static final int WPS_FAIL_EVENT = BASE + 9;
[all …]
DWifiController.java74 private static final int BASE = Protocol.BASE_WIFI_CONTROLLER; field in WifiController
76 static final int CMD_EMERGENCY_MODE_CHANGED = BASE + 1;
77 static final int CMD_SCAN_ALWAYS_MODE_CHANGED = BASE + 7;
78 static final int CMD_WIFI_TOGGLED = BASE + 8;
79 static final int CMD_AIRPLANE_TOGGLED = BASE + 9;
80 static final int CMD_SET_AP = BASE + 10;
81 static final int CMD_DEFERRED_TOGGLE = BASE + 11;
82 static final int CMD_AP_START_FAILURE = BASE + 13;
83 static final int CMD_EMERGENCY_CALL_STATE_CHANGED = BASE + 14;
84 static final int CMD_AP_STOPPED = BASE + 15;
[all …]
DActiveModeWarden.java64 static final int BASE = Protocol.BASE_WIFI; field in ActiveModeWarden
68 static final int CMD_START_AP = BASE + 21;
70 static final int CMD_START_AP_FAILURE = BASE + 22;
72 static final int CMD_STOP_AP = BASE + 23;
74 static final int CMD_AP_STOPPED = BASE + 24;
77 static final int CMD_START_SCAN_ONLY_MODE = BASE + 200;
79 static final int CMD_START_SCAN_ONLY_MODE_FAILURE = BASE + 201;
81 static final int CMD_STOP_SCAN_ONLY_MODE = BASE + 202;
83 static final int CMD_SCAN_ONLY_MODE_STOPPED = BASE + 203;
85 static final int CMD_SCAN_ONLY_MODE_FAILED = BASE + 204;
[all …]
DClientModeImpl.java426 static final int BASE = Protocol.BASE_WIFI; field in ClientModeImpl
428 static final int CMD_BLUETOOTH_ADAPTER_STATE_CHANGE = BASE + 31;
432 static final int CMD_ADD_OR_UPDATE_NETWORK = BASE + 52;
434 static final int CMD_REMOVE_NETWORK = BASE + 53;
436 static final int CMD_ENABLE_NETWORK = BASE + 54;
438 static final int CMD_GET_CONFIGURED_NETWORKS = BASE + 59;
440 static final int CMD_GET_SUPPORTED_FEATURES = BASE + 61;
442 static final int CMD_GET_PRIVILEGED_CONFIGURED_NETWORKS = BASE + 62;
444 static final int CMD_GET_LINK_LAYER_STATS = BASE + 63;
447 static final int CMD_SET_OPERATIONAL_MODE = BASE + 72;
[all …]
/frameworks/base/core/java/android/net/
DNetworkAgent.java62 private static final int BASE = Protocol.BASE_NETWORK_AGENT; field in NetworkAgent
69 public static final int CMD_SUSPECT_BAD = BASE;
77 public static final int EVENT_NETWORK_INFO_CHANGED = BASE + 1;
84 public static final int EVENT_NETWORK_CAPABILITIES_CHANGED = BASE + 2;
91 public static final int EVENT_NETWORK_PROPERTIES_CHANGED = BASE + 3;
103 public static final int EVENT_NETWORK_SCORE_CHANGED = BASE + 4;
115 public static final int CMD_REPORT_NETWORK_STATUS = BASE + 7;
129 public static final int EVENT_SET_EXPLICITLY_SELECTED = BASE + 8;
139 public static final int CMD_SAVE_ACCEPT_UNVALIDATED = BASE + 9;
145 public static final int CMD_REQUEST_BANDWIDTH_UPDATE = BASE + 10;
[all …]
DNetworkFactory.java72 private static final int BASE = Protocol.BASE_NETWORK_FACTORY; field in NetworkFactory
97 public static final int CMD_REQUEST_NETWORK = BASE;
103 public static final int CMD_CANCEL_REQUEST = BASE + 1;
109 private static final int CMD_SET_SCORE = BASE + 2;
116 private static final int CMD_SET_FILTER = BASE + 3;
123 public static final int EVENT_UNFULFILLABLE_REQUEST = BASE + 4;
/frameworks/base/core/java/android/net/nsd/
DNsdManager.java161 private static final int BASE = Protocol.BASE_NSD_MANAGER; field in NsdManager
164 public static final int DISCOVER_SERVICES = BASE + 1;
166 public static final int DISCOVER_SERVICES_STARTED = BASE + 2;
168 public static final int DISCOVER_SERVICES_FAILED = BASE + 3;
170 public static final int SERVICE_FOUND = BASE + 4;
172 public static final int SERVICE_LOST = BASE + 5;
175 public static final int STOP_DISCOVERY = BASE + 6;
177 public static final int STOP_DISCOVERY_FAILED = BASE + 7;
179 public static final int STOP_DISCOVERY_SUCCEEDED = BASE + 8;
182 public static final int REGISTER_SERVICE = BASE + 9;
[all …]
/frameworks/base/media/mca/filterfw/native/core/
Dvalue.cpp53 template<typename BASE, int TYPEID>
54 Value MakePtrValue(const BASE* values, int count) { in MakePtrValue()
57 result.value = malloc(sizeof(BASE) * count); in MakePtrValue()
58 memcpy(result.value, values, sizeof(BASE) * count); in MakePtrValue()
77 template<typename BASE, int TYPEID>
78 int SetPtrValue(Value* value, const BASE* new_values, int count) { in SetPtrValue()
81 value->value = malloc(sizeof(BASE) * count); in SetPtrValue()
85 memcpy(value->value, new_values, sizeof(BASE) * count); in SetPtrValue()
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java95 private static final int BASE = Protocol.BASE_SYSTEM_ASYNC_CHANNEL; field in AsyncChannel
111 public static final int CMD_CHANNEL_HALF_CONNECTED = BASE + 0;
121 public static final int CMD_CHANNEL_FULL_CONNECTION = BASE + 1;
131 public static final int CMD_CHANNEL_FULLY_CONNECTED = BASE + 2;
142 public static final int CMD_CHANNEL_DISCONNECT = BASE + 3;
155 public static final int CMD_CHANNEL_DISCONNECTED = BASE + 4;
157 private static final int CMD_TO_STRING_COUNT = CMD_CHANNEL_DISCONNECTED - BASE + 1;
160 sCmdToString[CMD_CHANNEL_HALF_CONNECTED - BASE] = "CMD_CHANNEL_HALF_CONNECTED";
161 sCmdToString[CMD_CHANNEL_FULL_CONNECTION - BASE] = "CMD_CHANNEL_FULL_CONNECTION";
162 sCmdToString[CMD_CHANNEL_FULLY_CONNECTED - BASE] = "CMD_CHANNEL_FULLY_CONNECTED";
[all …]
/frameworks/base/wifi/java/android/net/wifi/
DWifiScanner.java1187 private static final int BASE = Protocol.BASE_WIFI_SCANNER; field in WifiScanner
1190 public static final int CMD_START_BACKGROUND_SCAN = BASE + 2;
1192 public static final int CMD_STOP_BACKGROUND_SCAN = BASE + 3;
1194 public static final int CMD_GET_SCAN_RESULTS = BASE + 4;
1196 public static final int CMD_SCAN_RESULT = BASE + 5;
1198 public static final int CMD_OP_SUCCEEDED = BASE + 17;
1200 public static final int CMD_OP_FAILED = BASE + 18;
1202 public static final int CMD_FULL_SCAN_RESULT = BASE + 20;
1204 public static final int CMD_START_SINGLE_SCAN = BASE + 21;
1206 public static final int CMD_STOP_SINGLE_SCAN = BASE + 22;
[all …]
DWifiManager.java2883 private static final int BASE = Protocol.BASE_WIFI_MANAGER;
2887 public static final int CONNECT_NETWORK = BASE + 1;
2889 public static final int CONNECT_NETWORK_FAILED = BASE + 2;
2891 public static final int CONNECT_NETWORK_SUCCEEDED = BASE + 3;
2894 public static final int FORGET_NETWORK = BASE + 4;
2896 public static final int FORGET_NETWORK_FAILED = BASE + 5;
2898 public static final int FORGET_NETWORK_SUCCEEDED = BASE + 6;
2901 public static final int SAVE_NETWORK = BASE + 7;
2903 public static final int SAVE_NETWORK_FAILED = BASE + 8;
2905 public static final int SAVE_NETWORK_SUCCEEDED = BASE + 9;
[all …]
DRttManager.java1184 public static final int BASE = Protocol.BASE_WIFI_RTT_MANAGER; field in RttManager
1186 public static final int CMD_OP_START_RANGING = BASE + 0;
1187 public static final int CMD_OP_STOP_RANGING = BASE + 1;
1188 public static final int CMD_OP_FAILED = BASE + 2;
1189 public static final int CMD_OP_SUCCEEDED = BASE + 3;
1190 public static final int CMD_OP_ABORTED = BASE + 4;
1191 public static final int CMD_OP_ENABLE_RESPONDER = BASE + 5;
1192 public static final int CMD_OP_DISABLE_RESPONDER = BASE + 6;
1194 CMD_OP_ENALBE_RESPONDER_SUCCEEDED = BASE + 7;
1196 CMD_OP_ENALBE_RESPONDER_FAILED = BASE + 8;
[all …]
/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp62 : BASE{std::move(channel)} {} in SimpleClient()
65 : BASE{std::move(channel_factory), timeout_ms} { in SimpleClient()
69 using BASE::SendImpulse;
70 using BASE::InvokeRemoteMethod;
71 using BASE::InvokeRemoteMethodInPlace;
72 using BASE::Close;
73 using BASE::IsConnected;
74 using BASE::EnableAutoReconnect;
75 using BASE::DisableAutoReconnect;
76 using BASE::event_fd;
[all …]
/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
Dservice_utility.h42 friend BASE;
46 : BASE(ClientChannelFactory::Create(endpoint_path), 0) {
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Ddisplay_client.h55 friend BASE;
87 friend BASE;
Ddisplay_manager_client.h37 friend BASE;
/frameworks/native/libs/vr/libbufferhub/
Dproducer_buffer.cpp12 : BASE(BufferHubRPC::kClientPath) { in ProducerBuffer()
39 : BASE(BufferHubRPC::kClientPath) { in ProducerBuffer()
67 : BASE(std::move(channel)) { in ProducerBuffer()
/frameworks/native/libs/vr/libdisplay/
Ddisplay_client.cpp25 : BASE{pdx::default_transport::ClientChannel::Create( in Surface()
42 : BASE{pdx::default_transport::ClientChannelFactory::Create( in Surface()
157 : BASE(pdx::default_transport::ClientChannelFactory::Create( in DisplayClient()
Ddisplay_manager_client.cpp17 : BASE(pdx::default_transport::ClientChannelFactory::Create( in DisplayManagerClient()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dconsumer_buffer.h60 friend BASE;
/frameworks/native/libs/vr/libperformance/include/private/dvr/
Dperformance_client.h29 friend BASE;

123