Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 61) sorted by relevance

123

/system/core/init/
Dservice.cpp916 void Service::StopOrReset(int how) { in StopOrReset() argument
921 if ((how != SVC_DISABLED) && (how != SVC_RESET) && (how != SVC_RESTART)) { in StopOrReset()
923 LOG(ERROR) << "service '" << name_ << "' requested unknown flag " << how in StopOrReset()
925 how = SVC_DISABLED; in StopOrReset()
929 if (how == SVC_RESET) { in StopOrReset()
932 flags_ |= how; in StopOrReset()
936 if (how == SVC_RESTART) { in StopOrReset()
Dservice.h166 void StopOrReset(int how);
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md8 several hardware counters, counting events like how many cpu cycles have happened, how many
9 instructions have executed, or how many cache misses have happened.
17 The stat command gives a summary of how many events have happened in the profiled processes in a
18 time period. Here’s how it works:
23 The record command records samples of the profiled processes in a time period. Here’s how it works:
93 we can select which events to use, which processes/threads to monitor, how long to monitor and the
231 ### Decide how long to stat
233 When monitoring existing threads, we can use --duration to decide how long to monitor. When
249 If you want to write a script to control how long to monitor, you can send one of SIGINT, SIGTERM,
305 option is used, stat cmd outputs an event count for each core. It can be used to see how events
[all …]
Dandroid_application_profiling.md3 This section shows how to profile an Android application.
158 are a lot of unknown symbols in the report, check [here](README.md#how-to-solve-missing-symbols-in-…
296 set how long we want the permission to last.
Ddebug_dwarf_unwinding.md7 elf files to know how to unwind the stack.
/system/chre/doc/
Dnanoapp_clients.md16 how to design a protocol for use with a nanoapp.
48 `createClient()` API supports two modes of operation, which define how events
65 See `host/common/test/chre_test_client.cc` for an example of how to use this
Dnanoapp_overview.md101 identical. The key difference is where they are stored and how they are
102 initially loaded into CHRE, and potentially how metadata is handled. In most
133 purposes, as well as to demonstrate how to use the CHRE APIs.
/system/extras/simpleperf/demo/JavaApi/
Dgradle.properties5 # For more details on how to configure your build environment visit
/system/extras/simpleperf/demo/CppApi/
Dgradle.properties5 # For more details on how to configure your build environment visit
/system/extras/simpleperf/demo/SimpleperfExampleCpp/
Dgradle.properties5 # For more details on how to configure your build environment visit
/system/extras/libjsonpb/parse/
DAndroid.bp27 // how to ignore unknown fields yet. Use it only for testing purposes.
/system/teeui/test/example_config/
DREADME94 more info on how to run atest can be found here: https://source.android.com/compatibility/tests/dev…
98 The following command is how to run the test
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/
Dgradle.properties5 # For more details on how to configure your build environment visit
/system/extras/simpleperf/demo/SimpleperfExampleJava/
Dgradle.properties5 # For more details on how to configure your build environment visit
/system/tools/hidl/
DREADME.md42 of how to generate HIDL makefiles (using the -Landroidbp option).
/system/chre/apps/power_test/common/idl/
Dchre_power_test.fbs111 /// The buffer duration is also used as the interval for how often
168 /// See chreWifiNanSubscribeConfig for how to fill in this message.
/system/extras/memory_replay/traces/
DTRACES1 This file describes how the traces were created.
/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
/system/netd/tests/benchmarks/
DREADME.md49 label, it might be more useful to log every decile to get a better picture of how spiky
/system/tools/aidl/tests/lazy_test/
DREADME26 an example of how to add a new service. The required files are as follows:
/system/update_engine/update_engine/
Dupdate_metadata.proto119 // Signature message that it knows how to handle. Generally, a client will
120 // only know how to handle one type of signature, but an update may contain
232 // [0, block_size), representing how much should the src_extent shift toward
438 // Information on compressed APEX to figure out how much space is required for
/system/update_engine/
Dupdate_metadata.proto119 // Signature message that it knows how to handle. Generally, a client will
120 // only know how to handle one type of signature, but an update may contain
232 // [0, block_size), representing how much should the src_extent shift toward
438 // Information on compressed APEX to figure out how much space is required for
/system/nfc/src/fuzzers/
DREADME.md7 with some external dependencies stubbed out. That's how these fuzzers are
/system/sepolicy/private/
Ddex2oat.te97 # It would be nice to tie this down, but currently, because of how images are written, we can't
/system/memory/lmkd/
DREADME.md99 estimating how much data can be swapped. Setting it

123