Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 100) sorted by relevance

1234

/system/core/adb/
DSERVICES.TXT1 This file tries to document all requests a client can make
2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document
3 to understand what's going on here.
11 hex string corresponding to its internal version number, without
15 Ask the ADB server to quit immediately. This is used when the
21 Ask to return the list of available Android devices and their
32 to track the state of connected devices in real-time without
36 This is a special query that is sent to the ADB server when a
38 to the emulator's ADB control port, i.e. the TCP port that the
39 emulator will forward automatically to the adbd daemon running
[all …]
DOVERVIEW.TXT5 The Android Debug Bridge (ADB) is used to:
8 connected to or running on a given host developer machine
19 if to sense the USB ports to know when devices are attached/removed,
23 to each one of them: OFFLINE, BOOTLOADER, RECOVERY or ONLINE (more on
27 to orchestrate the exchange of data (packets, really) between clients,
34 or emulated system. Its purpose is to connect to the ADB server
39 connected to the adbd program within it. Otherwise, the device is OFFLINE,
41 connect to the adbd daemon.
43 the BOOTLOADER and RECOVERY states correspond to alternate states of
48 The 'adb' command-line program is used to run adb commands from a shell
[all …]
Dprotocol.txt4 When it comes down to it, aproto's primary purpose is to forward
9 to an extremely straightforward model optimized to accomplish the
14 be used by either commandline or interactive tools to communicate with
15 a device or emulator that is connected to the bridge.
17 The protocol is designed to be straightforward and well-defined enough
18 that if it needs to be reimplemented in another environment (Java
22 implementation to be much more robust.
50 The identifiers "local-id" and "remote-id" are always relative to the
59 The version is used to ensure protocol compatibility and maxdata
61 is willing to accept.
[all …]
/system/bt/doc/
Dpower_management.md7 handled by the BTM HCI interfacing code, with results being posted back to the
13 The events fired to drive the state machine at the time of this writing are:
24 Each of these correspond to a function name in `bta/sys/bta_sys_conn.c`, which
27 The PM code makes calls into the BTM module to set various power
32 controller, timers are used to post messages to the BTA workqueue thread as
37 currently known connections to a given device. Thus, if RFCOMM specifies that
38 it's willing to go to into SNIFF and specifies that as an action, and say, a PAN
39 connection is up which specifies it is willing to go into SNIFF, but its action
40 states it wants ACTIVE, the power management code will change to ACTIVE.
45 and what actions to take for the above events are defined in the
[all …]
/system/extras/tests/net_test/
Dcsocket.py109 def Bind(s, to): argument
111 ret = libc.bind(s.fileno(), to.CPointer(), len(to))
115 def Connect(s, to): argument
117 ret = libc.connect(s.fileno(), to.CPointer(), len(to))
122 def Sendmsg(s, to, data, control, flags): argument
143 if to:
144 if isinstance(to, tuple):
145 to = Sockaddr(to)
146 msg_name = to.CPointer()
147 msg_namelen = len(to)
DREADME11 - Access to host filesystem and networking via L2 bridging.
16 How to use it
20 path/to/net_test/run_net_test.sh <test>
29 net_test compiles the kernel to a user-mode linux binary, which runs as a
30 process on the host machine. It runs the binary to start a Linux "virtual
32 boots, mounts the root filesystem read-only, runs the specified test from init, and then drops to a…
35 Access to host filesystem
42 Access to host networking
45 Access to host networking is provided by tap interfaces. On the host, the
59 The number of tap interfaces is currently hardcoded to two. To change this
[all …]
/system/core/init/
Dreadme.txt9 whitespace. The c-style backslash escapes may be used to insert
10 whitespace into a token. Double quotes may also be used to prevent
17 or options belong to the section most recently declared. Commands
28 is used to determine when the action should occur. When an event
29 occurs which matches an action's trigger, that action is added to
30 the tail of a to-be-executed queue (unless it is already on the
59 Options are modifiers to services. They affect how and when init
71 Set the environment variable <name> to <value> in the launched process.
75 its fd to the launched process. <type> must be "dgram", "stream" or "seqpacket".
76 User and group default to 0.
[all …]
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/system/bt/test/bluedroidtest/
DREADME.txt4 access to the Bluetooth HAL API library though ASCII commands. This is similar
5 to how the real JNI service would operate. The primary objective of this
6 application is to allow Bluetooth to be put in DUT Mode for RF/BB BQB test purposes.
15 1.) Settings->Bluetooth must be OFF for this application to work
17 specific HCI test mode commands to be added.
42 Enabling Test Mode (Bluetooth must be enabled for this command to work)
58 NOTE: Unlike BR/EDR, there is no explicit DUT mode to run these BLE tests.
65 Please refer to the BT Core spec pages-1099 to 1102 for possible values for
66 the above parameters. These values need to be provided in Decimal format.
84 dut_mode_configure :: DUT mode - 1 to enter,0 to exit
/system/extras/perfprofd/
Dperf_data_converter.cc11 RangeTarget(uint64 start, uint64 end, uint64 to) in RangeTarget()
12 : start(start), end(end), to(to) {} in RangeTarget()
20 return to < r.to; in operator <()
25 uint64 to; member
64 if (dso_name == event.branch_stack[i - 1].to.dso_name()) { in RawPerfDataToAndroidPerfProfile()
65 uint64 start = event.branch_stack[i].to.offset(); in RawPerfDataToAndroidPerfProfile()
67 uint64 to = event.branch_stack[i - 1].to.offset(); in RawPerfDataToAndroidPerfProfile() local
74 RangeTarget(start, end, to)]++; in RawPerfDataToAndroidPerfProfile()
122 range_samples->set_to(range_count.first.to); in RawPerfDataToAndroidPerfProfile()
/system/core/liblog/
DREADME87 liblog represents an interface to the volatile Android Logging system
93 overridden individually in order to control the verbosity of the appli‐
94 cation or library. [ASR]LOG[VDIWE] calls are used to log to BAsic,
96 Error priorities. [ASR]LOG[VDIWE]_IF calls are used to perform thus
99 is used to ALOG a message, then kill the process. LOG_FATAL call is a
101 release builds. ALOG_ASSERT is used to ALOG a message if the condition
103 LOG_EVENT_(INT|LONG) is used to drop binary content into the Events
108 optionally limited to a specific pid and tail of the log(s) and finally
119 The ANDROID_LOG_PSTORE mode flag to the android_logger_open is used to
120 switch from the active logs to the persistent logs from before the last
[all …]
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/system/core/fastboot/
Dfastboot_protocol.txt6 over USB. It is designed to be very straightforward to implement, to
7 allow it to be used across a wide range of devices and from hosts running
38 to present to the user. Stop.
40 c. OKAY -> the requested command completed successfully. Go to #5
45 the total data size to transfer.
55 Similar to #2:
57 a. INFO -> display the remaining 60 bytes and return to #4
62 c. OKAY -> success. Go to #5
78 Host: "download:00001234" request to send 0x1234 bytes of data
80 Client: "DATA00001234" ready to accept data
[all …]
/system/extras/tests/sdcard/
DREADME1 This directory contains tools to profile the sdcard performance.
3 There are 2 parts to the tool:
5 measurment data back to the host (sdcard_perf_test).
6 * A host python script to plot the data.
9 to check how the sdcard scale with the number of processes.
21 If you want to graph the results you need gnuplot and numpy:
26 Download it from the Gnuplot.py web site. Extract to a temp
41 The test will not call sync to flush the writes.
44 If you want to plot the data, you need to use the --dump option and provide a file:
/system/security/keystore-engine/
Drsa_meth.cpp44 int keystore_rsa_priv_enc(int flen, const unsigned char* from, unsigned char* to, RSA* rsa, in keystore_rsa_priv_enc() argument
46 ALOGV("keystore_rsa_priv_enc(%d, %p, %p, %p, %d)", flen, from, to, rsa, padding); in keystore_rsa_priv_enc()
108 memcpy(to, reply, replyLen); in keystore_rsa_priv_enc()
111 ALOGV("rsa=%p keystore_rsa_priv_enc => returning %p len %llu", rsa, to, in keystore_rsa_priv_enc()
116 int keystore_rsa_priv_dec(int flen, const unsigned char* from, unsigned char* to, RSA* rsa, in keystore_rsa_priv_dec() argument
118 ALOGV("keystore_rsa_priv_dec(%d, %p, %p, %p, %d)", flen, from, to, rsa, padding); in keystore_rsa_priv_dec()
164 outSize = RSA_padding_check_PKCS1_type_2(to, num, alignedReply, replyLen, num); in keystore_rsa_priv_dec()
167 outSize = RSA_padding_check_X931(to, num, alignedReply, replyLen, num); in keystore_rsa_priv_dec()
170 outSize = RSA_padding_check_none(to, num, alignedReply, replyLen, num); in keystore_rsa_priv_dec()
180 ALOGV("rsa=%p keystore_rsa_priv_dec => returning %p len %d", rsa, to, outSize); in keystore_rsa_priv_dec()
/system/core/
DNOTICE2 == NOTICE file corresponding to the section 4 d of ==
14 == NOTICE file corresponding to the section 4 d of ==
26 == NOTICE file corresponding to the section 4 d of ==
38 == NOTICE file corresponding to the section 4 d of ==
47 == NOTICE file corresponding to the section 4 d of ==
57 == NOTICE file corresponding to the section 4 d of ==
70 unless required by applicable law or agreed to in writing, TagSoup
76 == NOTICE file corresponding to the section 4 d of ==
86 == NOTICE file corresponding to the section 4 d of ==
114 "control" means (i) the power, direct or indirect, to cause the
[all …]
/system/bt/
DNOTICE19 "control" means (i) the power, direct or indirect, to cause the
28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
34 and conversions to other media types.
38 copyright notice that is included in or attached to the work
46 separable from, or merely link (or bind by name) to the interfaces of,
51 to that Work or Derivative Works thereof, that is intentionally
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
56 to the Licensor or its representatives, including but not limited to
[all …]
/system/extras/timeinfo/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/system/core/libpixelflinger/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/system/extras/ext4_utils/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/system/extras/ksmutils/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/system/core/debuggerd/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/system/core/libcutils/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/system/extras/procrank/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/system/extras/showslab/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]

1234