Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 199) sorted by relevance

12345678

/system/extras/memory_replay/traces/
DTRACES7 Trace of the native camera app from start-up.
10 Trace of the Google Gmail app from start-up and through reading messages.
13 Trace of the Google Maps app from start-up while looking at various parts
17 Trace of the system app process surfaceflinger from start-up while
21 Trace of the system app process system_server from start-up while
25 Trace of the system app process systemui from start-up while
29 Trace of the Google YouTube app from start-up and while watching various
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DExtensionTests.java52 private UnstableParcelable up; field in ExtensionTests
63 up = new UnstableParcelable(); in setUp()
80 assertThat(vep.ext.setParcelable(up), is(false)); in testVintfParcelableHolderCannotContainUnstableParcelable()
98 assertThat(sep.ext.setParcelable(up), is(true)); in testStableParcelableHolderCanContainUnstableParcelable()
99 assertThat(sep.ext.getParcelable(UnstableParcelable.class), is(up)); in testStableParcelableHolderCanContainUnstableParcelable()
116 assertThat(uep.ext.setParcelable(up), is(true)); in testUnstableParcelableHolderCanContainUnstableParcelable()
117 assertThat(uep.ext.getParcelable(UnstableParcelable.class), is(up)); in testUnstableParcelableHolderCanContainUnstableParcelable()
/system/sepolicy/prebuilts/api/28.0/public/
Dwpantund.te20 # create sockets to set interfaces up and down, add multicast groups, etc.
23 # setting interface state up/down and changing MTU are privileged ioctls
26 # Allow us to bring up a TUN network interface.
Dwificond.te14 # create sockets to set interfaces up and down
16 # setting interface state up/down is a privileged ioctl
/system/sepolicy/prebuilts/api/29.0/public/
Dwpantund.te20 # create sockets to set interfaces up and down, add multicast groups, etc.
23 # setting interface state up/down and changing MTU are privileged ioctls
26 # Allow us to bring up a TUN network interface.
Dhal_health.te20 # Allow to wake up to send periodic events
26 # Allow to use timerfd to wake itself up periodically to send health info.
Dwificond.te14 # create sockets to set interfaces up and down
16 # setting interface state up/down is a privileged ioctl
/system/sepolicy/prebuilts/api/30.0/public/
Dwpantund.te20 # create sockets to set interfaces up and down, add multicast groups, etc.
23 # setting interface state up/down and changing MTU are privileged ioctls
26 # Allow us to bring up a TUN network interface.
Dhal_health.te20 # Allow to wake up to send periodic events
26 # Allow to use timerfd to wake itself up periodically to send health info.
Dwificond.te15 # create sockets to set interfaces up and down
17 # setting interface state up/down is a privileged ioctl
/system/sepolicy/public/
Dwpantund.te20 # create sockets to set interfaces up and down, add multicast groups, etc.
23 # setting interface state up/down and changing MTU are privileged ioctls
26 # Allow us to bring up a TUN network interface.
Dhal_health.te20 # Allow to wake up to send periodic events
26 # Allow to use timerfd to wake itself up periodically to send health info.
Dwificond.te11 # create sockets to set interfaces up and down
13 # setting interface state up/down is a privileged ioctl
/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl113 void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
121 void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetdUnsolicitedEventListener.aidl27 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
28 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetdUnsolicitedEventListener.aidl10 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
11 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/system/sepolicy/prebuilts/api/26.0/public/
Dwificond.te13 # create sockets to set interfaces up and down
15 # setting interface state up/down is a privileged ioctl
/system/sepolicy/prebuilts/api/27.0/public/
Dwificond.te13 # create sockets to set interfaces up and down
15 # setting interface state up/down is a privileged ioctl
/system/bt/tools/bdtool/
Dbdtool.c44 static bool up = false; variable
83 if (!bond && !discover && !discoverable && !up && !get_name && !set_name && in main()
148 if (up) { in main()
328 up = true; in parse_args()
/system/ca-certificates/wfa_certs/
DREADME2 used to validate the certificates of Online Sign-up Servers.
/system/netd/server/
DNetlinkHandler.cpp243 void NetlinkHandler::notifyInterfaceChanged(const std::string& ifName, bool up) { in notifyInterfaceChanged() argument
244 LOG_EVENT_FUNC(BINDER_RETRY, onInterfaceChanged, ifName, up); in notifyInterfaceChanged()
247 void NetlinkHandler::notifyInterfaceLinkChanged(const std::string& ifName, bool up) { in notifyInterfaceLinkChanged() argument
248 LOG_EVENT_FUNC(BINDER_RETRY, onInterfaceLinkStateChanged, ifName, up); in notifyInterfaceLinkChanged()
/system/sepolicy/prebuilts/api/29.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)

12345678