Home
last modified time | relevance | path

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

12345

/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/src/android/aidl/tests/
DExtensionTests.java58 private UnstableParcelable up; field in ExtensionTests
76 up = new UnstableParcelable(); in setUp()
116 assertThrows(BadParcelableException.class, () -> { vep.ext.setParcelable(up); }); in testVintfParcelableHolderCannotContainUnstableParcelable()
134 sep.ext.setParcelable(up); in testStableParcelableHolderCanContainUnstableParcelable()
135 assertThat(sep.ext.getParcelable(UnstableParcelable.class), is(up)); in testStableParcelableHolderCanContainUnstableParcelable()
152 uep.ext.setParcelable(up); in testUnstableParcelableHolderCanContainUnstableParcelable()
153 assertThat(uep.ext.getParcelable(UnstableParcelable.class), is(up)); in testUnstableParcelableHolderCanContainUnstableParcelable()
/system/sepolicy/private/
Dhal_health.te21 # Allow to wake up to send periodic events
27 # Allow to use timerfd to wake itself up periodically to send health info.
Dwificond.te20 # create sockets to set interfaces up and down
22 # setting interface state up/down is a privileged ioctl
Dartd.te81 # scanning /data/misc/profiles/cur, for cleaning up obsolete managed files.
104 # Allow scanning /, for cleaning up obsolete managed files.
107 # Allow scanning /data, for cleaning up obsolete managed files.
110 # Allow scanning /mnt, for cleaning up obsolete managed files.
113 # Allow scanning /mnt/expand, for cleaning up obsolete managed files.
117 # up obsolete managed files.
121 # /mnt/expand/<volume-uuid>, for cleaning up obsolete managed files.
Dcanhalconfigurator.te5 # This allows the configurator to look up the CAN HAL controller via
Dhwservice.te7 # hwservicemanager handles registering or looking up named services.
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
Dmisctrl.te14 # but because we've already booted up we can use the ro.boot properties instead,
Dsystem_server_startup.te10 # Allow to pick up integrity-checked artifacts from the ART APEX dalvik cache.
Dbpfdomain.te17 # and thus any created symlinks end up as 'fs_bpf:lnk_type',
Dmtectrl.te18 # but because we've already booted up we can use the ro.boot properties instead,
Dkcmdlinectrl.te19 # but because we've already booted up we can use the ro.boot properties instead,
/system/chre/apps/test/common/proto/
Dchre_audio_concurrency_test.proto33 // Sets up the test by enabling CHRE audio and verifying data reception.
40 // Sets up the test by enabling CHRE audio and verifying data reception.
/system/netd/server/
DNetlinkHandler.cpp238 void NetlinkHandler::notifyInterfaceChanged(const std::string& ifName, bool up) { in notifyInterfaceChanged() argument
239 NOTIFY_AND_LOG(BINDER_RETRY, onInterfaceChanged, ifName, up); in notifyInterfaceChanged()
242 void NetlinkHandler::notifyInterfaceLinkChanged(const std::string& ifName, bool up) { in notifyInterfaceLinkChanged() argument
243 NOTIFY_AND_LOG(BINDER_RETRY, onInterfaceLinkStateChanged, ifName, up); in notifyInterfaceLinkChanged()
/system/ca-certificates/wfa_certs/
DREADME2 used to validate the certificates of Online Sign-up Servers.
/system/core/rootdir/
Dinit.environ.rc.in1 # set up the global environment
/system/core/libnetutils/
Dpacket.c64 uint16_t *up = (uint16_t *)buffer; in checksum() local
69 sum += *up++; in checksum()
73 sum += (uint16_t) *(uint8_t *)up; in checksum()
/system/memory/libmemunreachable/
DREADME.md45 the process run so slowly that the app does not come up. Or the app
113 …is always written, followed by details of up to `limit` leaks. If `log_contents` is `true`, detai…
122 Updates an `UnreachableMemoryInfo` object with information on leaks, including details on up to `li…
125 …is always written, followed by details of up to `limit` leaks. If `log_contents` is `true`, detai…
/system/extras/simpleperf/
Dsimpleperf.rc3 # needs more than 200ms to clean up.
/system/sepolicy/vendor/
Dhal_sensors_default.te18 # allow sensor hal to use lock for keeping system awake for wake up
Dhal_can_socketcan.te20 # Communicating with SocketCAN interfaces and bringing them up/down
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/
Dflatbuffers_types.fbs65 * Instruction on how to filter scan results before waking up the applications
88 * may be combined together into a single ScanRecord by adding up values to
/system/sepolicy/private/compat/34.0/
D34.0.compat.cil11 ;; (Doing this in 34.0.cil ended up being too messy.)
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
DREADME7 * Fast Pair. Scan pheripherials in the background and helps Fast Pair to pop up

12345