/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
H A D | FalsingCollectorImplTest.java | 171 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testPassThroughGesture() local 189 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidGesture() local 204 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testAvoidUnlocked() local 220 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testAvoidDozingNotPulsing() local 236 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testAvoidDozingButPulsing() local
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnetdevice/ |
H A D | libnetdevice.cpp | 42 bool up(std::string ifname) { in up() function 105 bool up; member 149 const auto up = present && isUp(ifname).value_or(false); in waitFor() local 176 const bool up = present && (msg->data.ifi_flags & IFF_UP) != 0; in waitFor() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | NetdWrapper.java | 66 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()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | INetworkManagementEventObserver.aidl | 34 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged() 43 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged()
|
/aosp12/packages/modules/NetworkStack/src/com/android/server/ |
H A D | NetworkObserver.java | 30 default void onInterfaceChanged(String ifName, boolean up) {} in onInterfaceChanged() 52 default void onInterfaceLinkStateChanged(String ifName, boolean up) {} in onInterfaceLinkStateChanged()
|
H A D | NetworkObserverRegistry.java | 156 public void onInterfaceChanged(String ifName, boolean up) { in onInterfaceChanged() 161 public void onInterfaceLinkStateChanged(String ifName, boolean up) { in onInterfaceLinkStateChanged()
|
/aosp12/frameworks/base/core/java/com/android/server/net/ |
H A D | BaseNetworkObserver.java | 37 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() 57 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 10 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() 11 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() 29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() 45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged()
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 113 void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() 121 void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 27 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() 28 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() 29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() 29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() 45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() 45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged()
|
/aosp12/frameworks/libs/net/client-libs/netd/com/android/net/module/util/ |
H A D | BaseNetdUnsolicitedEventListener.java | 54 public void onInterfaceChanged(@NonNull String ifName, boolean up) { } in onInterfaceChanged() 57 public void onInterfaceLinkStateChanged(@NonNull String ifName, boolean up) { } in onInterfaceLinkStateChanged()
|
/aosp12/packages/apps/TV/src/com/android/tv/ |
H A D | ChannelTuner.java | 185 public boolean moveToAdjacentBrowsableChannel(boolean up) { in moveToAdjacentBrowsableChannel() 198 public Channel getAdjacentBrowsableChannel(boolean up) { in getAdjacentBrowsableChannel()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | DayOfMonthCursor.java | 100 public boolean up() { in up() method in DayOfMonthCursor
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | ViewMatrix.java | 212 double[] up = {0, 0, 1}; in main() local 280 double[] up = new double[3]; in look() local 300 double[] up = new double[3]; in lookAt() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListScrollListenerTest.java | 85 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
H A D | GridScrollListenerTest.java | 87 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
H A D | Nat464Xlat.java | 449 private void handleInterfaceLinkStateChanged(String iface, boolean up) { in handleInterfaceLinkStateChanged() 501 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | gethex.c | 48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
|
/aosp12/system/netd/server/ |
H A D | NetlinkHandler.cpp | 247 void NetlinkHandler::notifyInterfaceChanged(const std::string& ifName, bool up) { in notifyInterfaceChanged() 251 void NetlinkHandler::notifyInterfaceLinkChanged(const std::string& ifName, bool up) { in notifyInterfaceLinkChanged()
|