Searched refs:is (Results 1 – 25 of 70) sorted by relevance
123
/system/core/adb/ |
D | SYNC.TXT | 10 SERVICES.TXT sets the connection in sync mode. This mode is a binary mode that 14 After the initial "sync:" command is sent the server must respond with either 19 responses. The first four bytes is an id and specifies sync request is 20 represented by four utf-8 characters. The last four bytes is a Little-Endian 22 all binary integers are Little-Endian in the sync mode. Sync mode is 51 When an sync response "DONE" is received the listing is done. 54 The remote file name is split into two parts separated by the last 55 comma (","). The first part is the actual path, while the second is a decimal 63 After this the actual file is sent in chunks. Each chucks has the following 66 follows chunk size number of bytes. This is repeated until the file is [all …]
|
D | protocol.txt | 4 When it comes down to it, aproto's primary purpose is to forward 15 a device or emulator that is connected to the bridge. 17 The protocol is designed to be straightforward and well-defined enough 35 unsigned data_length; /* length of payload (0 is allowed) */ 46 detail. Their format is COMMAND(arg0, arg1, payload) where the payload 47 is represented by a quoted string or an empty string if none should be 59 The version is used to ensure protocol compatibility and maxdata 61 is willing to accept. 65 Both sides send a CONNECT message when the connection between them is 66 established. Until a CONNECT message is received no other messages may [all …]
|
D | SERVICES.TXT | 15 Ask the ADB server to quit immediately. This is used when the 16 ADB client detects that an obsolete server is running after an 23 After the OKAY, this is followed by a 4-byte hex len, 24 and a string that will be dumped as-is by the client, then 25 the connection is closed 28 This is a variant of host:devices which doesn't close the 29 connection. Instead, a new device list description is sent 30 each time a device is added/removed or the state of a given 36 This is a special query that is sent to the ADB server when a 37 new emulator starts up. <port> is a decimal number corresponding [all …]
|
D | OVERVIEW.TXT | 5 The Android Debug Bridge (ADB) is used to: 12 DDMS). These commands are what is called a 'service' in ADB. 18 This is a background process that runs on the host machine. Its purpose 26 The ADB server is really one giant multiplexing loop whose purpose is 34 or emulated system. Its purpose is to connect to the ADB server 38 The ADB server considers that a device is ONLINE when it has successfully 39 connected to the adbd program within it. Otherwise, the device is OFFLINE, 48 The 'adb' command-line program is used to run adb commands from a shell 50 and will start one automatically if none is found. 55 Currently, a single 'adb' binary is used for both the server and client. [all …]
|
/system/bt/doc/ |
D | power_management.md | 5 Power management (PM) in bluedroid is an event-driven state machine, tickled by 36 policy is determined by the greatest allowable power action defined across all 39 connection is up which specifies it is willing to go into SNIFF, but its action 59 - `BTA_DM_PM_NO_ACTION` is effectively a no-op and has a value of zero, so any 68 action is still the same, however -- SNIFF mode is attempted. There are 71 - `BTA_DM_PM_ACTIVE` is full-on power. 73 timeout is possible to be set, which effectively allows a power operation to 83 At this point, the power managment code is basically done until the first set of 88 while this variable is declared as an extern in the `bta_dm_int.h` file, it only 95 1. An event is fired from one of the methods mentioned above in [all …]
|
D | style_guide.md | 3 Its primary purpose is to provide explicit guidance on style so that developers 31 The one exception is if an integer needs to be temporarily converted to a 32 pointer and then back to the original integer. This style of code is typically 47 It is not safe to assume any particular byte order. When serializing or 48 deserializing data, it is unsafe to memcpy unless both source and destination 52 Bluedroid is written in C99 and should take advantage of the features offered by 64 The last point is perhaps the most contentious. It's well-understood that 67 the `2^n` build configurations is untenable for `n` greater than, say, 4. 71 safer, more pleasant, etc. the decision _for the time being_ is to stick with 74 where the latter is a dependency that should be eliminated in favor of simpler, [all …]
|
/system/core/logcat/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat. 19 # The data type is a number from the following values: 26 # The data unit is a number taken from the following list: 33 # Default value for data of type int/long is 2 (bytes). 43 # "account" is the java hash of the account name 46 # This event is logged when the location service uploads location data. 48 # This event is logged when someone is deciding to force a garbage collection 50 # This event is logged on each tickle 54 # count is negative for query phase, positive for merge phase 76 50000 menu_item_selected (Menu type where 0 is options and 1 is context|1|5),(Menu item title|3) [all …]
|
/system/media/camera/docs/ |
D | metadata_template.mako | 12 distributed under the License is distributed on an "AS IS" BASIS, 47 % if section.description is not None: 74 % if prop.details is not None: 78 % if prop.hal_details is not None: 104 % if prop.type_notes is not None: 107 % if prop.container is not None: 111 % if prop.typedef is not None: 146 % if value.id is not None: 150 % if value.notes is not None: 158 % if prop.description is not None: [all …]
|
D | html.mako | 13 distributed under the License is distributed on an "AS IS" BASIS, 94 supposedly there is a bug in chrome that it lays out tables before 208 </thead> <!-- so that the first occurrence of thead is not 215 % if section.description is not None: 264 % if prop.container is not None: 293 % if prop.type_notes is not None: 311 % if value.id is not None: 314 % if value.notes is not None: 325 % if prop.description is not None: 331 % if prop.units is not None: [all …]
|
D | camera_metadata_tag_info.mako | 12 * distributed under the License is distributed on an "AS IS" BASIS, 21 * It is logically a part of camera_metadata.c. It is broken out for ease of
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 11 // Address here is the offset of the instruction address to the load address 15 // address[0] is the leaf of the call stack. 19 // load_module_id[0] is the leaf of the call stack. 24 // Total count that the address/address_range is sampled. 35 // If "end" and "to" is not provided, "start" represents a single instruction. 39 // Total count that the address/address_range is sampled. 85 // This is the sum of counts of address_samples and range_samples in all 95 // is device screen on at point when profile is collected? 98 // system load at point when profile is collected; corresponds
|
/system/core/libutils/ |
D | README | 5 If you need a feature that is native to Linux but not present on other 13 The ultimate goal is *not* to create a super-duper platform abstraction 14 layer. The goal is to provide an optimized solution for Linux with 30 package or any associated overlay package. Any redirection is completely 73 Resource meta information and information proper is stored in a binary 79 generates a resources.arsc file. Each resource name is assigned an 94 (portrait). During lookup, every constraint set is matched against the 96 constraint set is returned (ResourceTypes.{h,cpp}). 98 Parsing of resources.arsc is handled by ResourceTypes.cpp; this utility 99 is governed by AssetManager.cpp, which tracks loaded resources per [all …]
|
/system/core/init/ |
D | readme.txt | 12 when it is the last character on a line, may be used for line-folding. 21 is declared with the same name as an existing one, it is ignored as 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 33 Each action in the queue is dequeued in sequence and each command in 34 that action is executed in sequence. Init handles other activities 63 This is a device-critical service. If it exits more than four times in 77 'seclabel' is the SELinux security context for the socket. 99 If not specified and no transition is defined in policy, defaults to the init context. [all …]
|
/system/core/liblog/ |
D | README | 98 current LOG_TAG is enabled at the specified priority. LOG_ALWAYS_FATAL 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 102 is false; the condition is part of the logged message. 103 LOG_EVENT_(INT|LONG) is used to drop binary content into the Events 115 will report when the log reading is done with an EAGAIN error return 119 The ANDROID_LOG_PSTORE mode flag to the android_logger_open is used to 124 the android_logger_clear function to empty the sub-log. It is recom‐ 131 when opening the sub-log. It is recommended to open the log 137 The -ENOTCONN return code indicates that the logger daemon is stopped. [all …]
|
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat. 19 # The data type is a number from the following values: 25 # The data unit is a number taken from the following list: 32 # Default value for data of type int/long is 2 (bytes).
|
/system/extras/perfprofd/tests/ |
D | README.txt | 10 2. The daemon under test, perfprofd, is broken into a main function, a 21 | core | most of the interesting code is here; 33 it is impractical to try to test it directly. Instead we insert a 57 then examine the log to make sure that the daemon is doing 58 what it is supposed to be doing.
|
/system/extras/tests/net_test/ |
D | README | 22 where <test> is the name of a test binary in the net_test directory. This can 31 machine" whose root filesystem is the supplied Debian disk image. The machine 45 Access to host networking is provided by tap interfaces. On the host, the 46 interfaces are named <user>TAP0, <user>TAP1, etc., where <user> is the first 59 The number of tap interfaces is currently hardcoded to two. To change this 69 apt-get install. Log in as root with no password. By default, the filesystem is 77 /etc/resolv.conf and the system resolver is hardcoded to 8.8.8.8.
|
/system/bt/test/bluedroidtest/ |
D | README.txt | 4 access to the Bluetooth HAL API library though ASCII commands. This is similar 6 application is to allow Bluetooth to be put in DUT Mode for RF/BB BQB test purposes. 8 This application is mutually exclusive with the Java based Bluetooth.apk. Hence 9 before launching the application, it should be ensured that the Settings->Bluetooth is OFF. 11 This application is built as 'bdt' and shall be available in '/system/bin/bdt' 58 NOTE: Unlike BR/EDR, there is no explicit DUT mode to run these BLE tests.
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 5 The fastboot protocol is a mechanism for communicating with bootloaders 6 over USB. It is designed to be very straightforward to implement, to 17 * The protocol is entirely host-driven and synchronous (unlike the 24 1. Host sends a command, which is an ascii string in a single 42 d. DATA -> the requested command is ready for the data phase. 117 the download is remembered. 120 data. Required if the bootloader is "secure" 128 "boot" The previously downloaded data is a boot.img 148 The "getvar:%s" command is used to read client variables which 165 secure If the value is "yes", this is a secure
|
/system/core/logd/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat. 19 # The data type is a number from the following values: 25 # The data unit is a number taken from the following list: 32 # Default value for data of type int/long is 2 (bytes).
|
D | README.auditd | 3 The audit daemon is a simplified version of its desktop 13 example below is for SELinux:
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 1 The code in this directory is used to process data from the mmc tracepoints 15 The output is in a form of start/stop pairs. The ops with rw in the name are
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | readsamplesjoint.inc | 13 * distributed under the License is distributed on an "AS IS" BASIS, 23 * This is the body of the generic version of OI_SBC_ReadSamplesJoint(). 24 * It is designed to be \#included into a function as follows:
|
/system/core/ |
D | NOTICE | 62 This file is part of TagSoup and is Copyright 2002-2008 by John Cowan. 64 TagSoup is licensed under the Apache License, 69 TagSoup is distributed in the hope that it will be useful, but 71 is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 109 the copyright owner that is granting the License. 133 copyright notice that is included in or attached to the work 134 (an example is provided in the Appendix below). 137 form, that is based on (or derived from) the Work and for which the 146 to that Work or Derivative Works thereof, that is intentionally 155 excluding communication that is conspicuously marked or otherwise [all …]
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_cpu_dep.h | 137 #error OI_CPU_ARM is deprecated 145 #error OI_CPU_ARC is deprecated
|
123