Home
last modified time | relevance | path

Searched defs:up (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java66 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged()
74 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged()
119 public void onInterfaceChanged(String ifName, boolean up) in onInterfaceChanged()
125 public void onInterfaceLinkStateChanged(String ifName, boolean up) in onInterfaceLinkStateChanged()
481 private void notifyInterfaceStatusChanged(String iface, boolean up) { in notifyInterfaceStatusChanged()
491 private void notifyInterfaceLinkStateChanged(String iface, boolean up) { in notifyInterfaceLinkStateChanged()
/packages/modules/NetworkStack/src/com/android/server/
DNetworkObserver.java30 default void onInterfaceChanged(String ifName, boolean up) {} in onInterfaceChanged()
52 default void onInterfaceLinkStateChanged(String ifName, boolean up) {} in onInterfaceLinkStateChanged()
DNetworkObserverRegistry.java156 public void onInterfaceChanged(String ifName, boolean up) { in onInterfaceChanged()
161 public void onInterfaceLinkStateChanged(String ifName, boolean up) { in onInterfaceLinkStateChanged()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DTemperatureTextAnimator.java136 private Animation createTranslateFadeAnimation(boolean in, boolean up) { in createTranslateFadeAnimation()
151 private Animation createRotateFadeAnimation(boolean in, boolean isLeft, boolean up) { in createRotateFadeAnimation()
/packages/apps/TV/src/com/android/tv/
DChannelTuner.java185 public boolean moveToAdjacentBrowsableChannel(boolean up) { in moveToAdjacentBrowsableChannel()
198 public Channel getAdjacentBrowsableChannel(boolean up) { in getAdjacentBrowsableChannel()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNat464Xlat.java449 private void handleInterfaceLinkStateChanged(String iface, boolean up) { in handleInterfaceLinkStateChanged()
501 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
DCarAudioZoneVolumeFragment.java173 public void adjustVolumeByOne(int groupId, boolean up) { in adjustVolumeByOne()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java491 public void onInterfaceChanged(String ifName, boolean up) { in onInterfaceChanged()
496 public void onInterfaceLinkStateChanged(String ifName, boolean up) { in onInterfaceLinkStateChanged()
542 void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged()
560 void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java1757 String ifaceName, boolean up, NetdEventObserver networkObserver) throws Exception { in executeAndValidateInterfaceStateChange()
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp317 int up = vp + frameSize; in decodeYUV444SP() local
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1236 MotionEvent up = MotionEvent.obtain(now, now, MotionEvent.ACTION_UP, in onTouchEvent() local
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java209 map.put(View.FOCUS_UP, "up"); in map.put()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java9517 public void onInterfaceLinkStateChanged(String iface, boolean up) { in onInterfaceLinkStateChanged()