Home
last modified time | relevance | path

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

123

/system/core/init/
Dservice.cpp703 void Service::StopOrReset(int how) { in StopOrReset() argument
708 if ((how != SVC_DISABLED) && (how != SVC_RESET) && (how != SVC_RESTART)) { in StopOrReset()
710 how = SVC_DISABLED; in StopOrReset()
714 if (how == SVC_RESET) { in StopOrReset()
717 flags_ |= how; in StopOrReset()
721 if (how == SVC_RESTART) { in StopOrReset()
Dservice.h144 void StopOrReset(int how);
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md7 - [How simpleperf works](#how-simpleperf-works)
13 - [Decide how long to stat](#decide-how-long-to-stat)
22 - [Decide how long to record](#decide-how-long-to-record)
37 several hardware counters, counting events like how many cpu cycles have happened, how many
38 instructions have executed, or how many cache misses have happened.
46 The stat command gives a summary of how many events have happened in the profiled processes in a
47 time period. Here’s how it works:
52 The record command records samples of the profiled processes in a time period. Here’s how it works:
122 we can select which events to use, which processes/threads to monitor, how long to monitor and the
221 ### Decide how long to stat
[all …]
/system/bt/doc/
Dproperties.md12 ### TODO: write descriptions of what each property means and how
/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/SimpleperfExamplePureJava/
Dgradle.properties7 # 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/SimpleperfExampleWithNative/
Dgradle.properties7 # For more details on how to configure your build environment visit
/system/extras/simpleperf/demo/JavaApi/
Dgradle.properties5 # For more details on how to configure your build environment visit
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dgradle.properties7 # 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/
DREADME91 more info on how to run atest can be found here: https://source.android.com/compatibility/tests/dev…
95 The following command is how to run the test
/system/netd/libnetdutils/
DSyscalls.cpp174 Status shutdown(Fd fd, int how) const override { in shutdown()
175 auto rv = ::shutdown(fd.get(), how); in shutdown()
/system/netd/libnetdutils/include/netdutils/
DMockSyscalls.h60 MOCK_CONST_METHOD2(shutdown, Status(Fd fd, int how));
/system/tools/hidl/
DREADME.md42 of how to generate HIDL makefiles (using the -Landroidbp option).
/system/bt/gd/l2cap/classic/
Dfacade.proto22 // Get the buffer size of channel queue end for L2CAP user (how many packets we can buffer
/system/sepolicy/prebuilts/api/27.0/public/
Ddex2oat.te57 # It would be nice to tie this down, but currently, because of how images are written, we can't
/system/sepolicy/prebuilts/api/28.0/public/
Ddex2oat.te57 # It would be nice to tie this down, but currently, because of how images are written, we can't
/system/extras/memory_replay/traces/
DTRACES1 This file describes how the traces were created.
/system/sepolicy/prebuilts/api/26.0/public/
Ddex2oat.te57 # It would be nice to tie this down, but currently, because of how images are written, we can't
/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/bt/gd/docs/testing/
Dcert_test.md28 diagram shows how the system could be configured:
65 should have no knowledge of how this component works * **Root-Canal**: A
191 Logs are produced and saved whenever GD cert tests runs. Depending on how the
/system/tools/aidl/tests/lazy_test/
DREADME26 an example of how to add a new service. The required files are as follows:

123