/system/nfc/tools/casimir/ |
D | README.rst | 5 ------------ 17 ----- 25 Usage: casimir [--nci-port <nci-port>] [--rf-port <rf-port>] 30 --nci-port configure the TCP port for the NCI server. 31 --rf-port configure the TCP port for the RF server. 32 --help display usage information 41 - ``nci_port`` is ``7100 + instance_num - 1`` 42 - ``rf_port`` is ``8100 + instance_num - 1`` 47 The script ``scripts/t4at.py`` may be used to emulate a Type 4-A Tag device on 51 usage: t4at.py [-h] [--address ADDRESS] [--rf-port RF_PORT] [--mode {poll,listen} [all …]
|
/system/media/audio/include/system/ |
D | audio_effect.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 #include "audio_effect-base.h" 31 //--- Effect descriptor structure effect_descriptor_t 35 // - When used for effect type and the engine is implementing and effect corresponding to a standard 37 // - When used as uuid, it should be a unique UUID for this particular implementation. 48 static const char * const EFFECT_UUID_NULL_STR = "ec7178ec-e5e1-4432-a3f4-4657e6795210"; 68 //--- Standardized command codes for command() function 99 //-------------------------------------------------------------------------------------------------- 102 //-------------------------------------------------------------------------------------------------- 106 //-------------------------------------------------------------------------------------------------- [all …]
|
/system/tools/aidl/tests/lazy_test/ |
D | README | 6 -------------------------------------------- 8 -------------------------------------------- 12 -------------------------------------------- 14 -------------------------------------------- 31 -------------------------------------------- 33 -------------------------------------------- 38 -------------------------------------------- 40 -------------------------------------------- 44 -------------------------------------------- 46 -------------------------------------------- [all …]
|
/system/keymaster/include/keymaster/key_blob_utils/ |
D | ae.h | 1 /* --------------------------------------------------------------------------- 3 * AEAD API 0.12 - 23-MAY-2012 8 * might have -- you should consult the documentation of your chosen 17 * ------------------------------------------------------------------------ */ 26 /* -------------------------------------------------------------------------- 30 * ----------------------------------------------------------------------- */ 36 #define AE_INVALID (-1) /* Indicates bad tag during decryption */ 37 #define AE_NOT_SUPPORTED (-2) /* Indicates unsupported option requested */ 44 /* -------------------------------------------------------------------------- 48 * ----------------------------------------------------------------------- */ [all …]
|
/system/extras/toolchain-extras/ |
D | Android.bp | 3 default_applicable_licenses: ["Android-Apache-2.0"], 7 name: "libprofile-defaults", 9 "profile-extras.cpp", 10 "profile-globals.c", 16 name: "libprofile-extras", 17 defaults: ["libprofile-defaults"], 32 name: "libprofile-extras_ndk", 33 defaults: ["libprofile-defaults"], 42 name: "libprofile-clang-defaults", 44 "profile-clang-extras.cpp", [all …]
|
/system/logging/liblog/tests/ |
D | Android.bp | 2 // Copyright (C) 2013-2014 The Android Open Source Project 8 // http://www.apache.org/licenses/LICENSE-2.0 17 // ----------------------------------------------------------------------------- 19 // ----------------------------------------------------------------------------- 22 // adb shell liblog-benchmarks 24 // A large-scale-change added 'default_applicable_licenses' to import 26 // SPDX-license-identifier-Apache-2.0 32 name: "liblog-benchmarks", 34 "-Wall", 35 "-Wextra", [all …]
|
/system/core/libutils/include/utils/ |
D | ThreadDefs.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 25 // --------------------------------------------------------------------------- 44 // --------------------------------------------------------------------------- 48 // --------------------------------------------------------------------------- 68 // --------------------------------------------------------------------------- 71 // ---------------------------------------------------------------------------
|
D | AndroidThreads.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 29 // --------------------------------------------------------------------------- 50 // Low-level thread creation -- never creates threads that can 73 // ------------------------------------------------------------------ 92 // ---------------------------------------------------------------------------- 96 // ---------------------------------------------------------------------------- 120 // ---------------------------------------------------------------------------- 123 // ----------------------------------------------------------------------------
|
D | Condition.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 33 // --------------------------------------------------------------------------- 35 // --------------------------------------------------------------------------- 40 * Condition variable class. The implementation is system-dependent. 43 * call wait(), then either re-wait() if things aren't quite what you want, 50 * be re-evaluated after a wake-up, as spurious wake-ups may happen. 68 // Note that spurious wake-ups may happen. 93 // --------------------------------------------------------------------------- 118 return -pthread_cond_wait(&mCond, &mutex.mMutex); in wait() 132 // On 32-bit devices, tv_sec is 32-bit, but `reltime` is 64-bit. in waitRelative() [all …]
|
D | RWLock.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 30 // --------------------------------------------------------------------------- 32 // --------------------------------------------------------------------------- 37 * Simple mutex class. The implementation is system-dependent. 105 return -pthread_rwlock_rdlock(&mRWLock); in readLock() 108 return -pthread_rwlock_tryrdlock(&mRWLock); in tryReadLock() 111 return -pthread_rwlock_wrlock(&mRWLock); in writeLock() 114 return -pthread_rwlock_trywrlock(&mRWLock); in tryWriteLock() 122 // --------------------------------------------------------------------------- 124 // ---------------------------------------------------------------------------
|
D | Mutex.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 36 #define THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op 78 // --------------------------------------------------------------------------- 80 // --------------------------------------------------------------------------- 89 * Simple mutex class. The implementation is system-dependent. 138 // Cannot be copied or moved - declarations only 158 // --------------------------------------------------------------------------- 183 return -pthread_mutex_lock(&mMutex); in lock() 189 return -pthread_mutex_trylock(&mMutex); in tryLock() 198 return -pthread_mutex_timedlock(&mMutex, &ts); in timedLock() [all …]
|
D | Thread.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 35 // --------------------------------------------------------------------------- 37 // --------------------------------------------------------------------------- 52 // NOLINTNEXTLINE(google-default-arguments) 62 // Good place to do one-time initializations 80 // or -1 if the thread is not running. 118 // --------------------------------------------------------------------------- 120 // ---------------------------------------------------------------------------
|
/system/logging/logcat/tests/ |
D | Android.bp | 2 // Copyright (C) 2013-2014 The Android Open Source Project 8 // http://www.apache.org/licenses/LICENSE-2.0 18 // A large-scale-change added 'default_applicable_licenses' to import 20 // SPDX-license-identifier-Apache-2.0 25 name: "logcat-tests-defaults", 27 "-fstack-protector-all", 28 "-g", 29 "-Wall", 30 "-Wextra", 31 "-Werror", [all …]
|
/system/libhwbinder/include/hwbinder/ |
D | IInterface.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 // this means that it is only relevant to HIDL. Any AIDL- or libbinder-specific 29 // ---------------------------------------------------------------------- 42 // ---------------------------------------------------------------------- 52 // ---------------------------------------------------------------------- 54 // ---------------------------------------------------------------------- 55 // No user-serviceable parts after this... 70 // ----------------------------------------------------------------------
|
/system/chre/build/sys_support/qcom/ |
D | chre.scons | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 #------------------------------------------------------------------------------- 27 #------------------------------------------------------------------------------- 29 #------------------------------------------------------------------------------- 33 # 2. Set the command-line flag -f USES_CHRE_BUILD_FLAGS to ignore the defaults 34 # and control the features by presence of -f USES_CHRE_WIFI, etc. in the 48 #------------------------------------------------------------------------------- 50 #------------------------------------------------------------------------------- 65 #------------------------------------------------------------------------------- 67 #------------------------------------------------------------------------------- [all …]
|
/system/core/bootstat/ |
D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 18 default_applicable_licenses: ["Android-Apache-2.0"], 29 "-Wall", 30 "-Wextra", 31 "-Werror", 42 // ----------------------------------------------------------------------------- 50 // ----------------------------------------------------------------------------- 59 cflags: ["-UNDEBUG"], 65 // ----------------------------------------------------------------------------- 76 init_rc: ["bootstat-debug.rc"], [all …]
|
/system/media/radio/src/ |
D | radio_metadata_hidden.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 41 * | <--- 32 bit ---> | 42 * |---------------------------| 44 * |---------------------------| 46 * |---------------------------| 48 * |---------------------------| 50 * |---------------------------|<--+ 53 * |---------------------------|<+ | 57 * |---------------------------| | | 59 * |---------------------------| | | \ [all …]
|
/system/core/fastboot/ |
D | README.md | 2 -------- 14 * Max packet size must be 64 bytes for full-speed, 512 bytes for 15 high-speed and 1024 bytes for Super Speed USB. 16 * The protocol is entirely host-driven and synchronous (unlike the 17 multi-channel, bi-directional, asynchronous ADB protocol) 35 a. INFO -> the remaining 252 bytes are an informative message 40 b. TEXT -> the remaining 252 bytes are arbitrary. They should 43 The payload is printed as-is with no newline at the end. 46 c. FAIL -> the requested command failed. The remaining 252 bytes 50 d. OKAY -> the requested command completed successfully. Go to #5 [all …]
|
/system/unwinding/libunwindstack/ |
D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 20 "Android-Apache-2.0", 29 "SPDX-license-identifier-BSD", 40 "-Wall", 41 "-Werror", 42 "-Wextra", 43 "-Wno-deprecated-volatile", 45 "-Wno-reorder-init-list", 98 "-Wexit-time-destructors", 99 "-fno-c++-static-destructors", [all …]
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 4 validating device-side fastboot protocol implementations. 6 configuration file to auto-generate device-specific tests for any device. 44 1. **USBFunctionality** - Test USB communication 45 2. **Conformance** - Test the device properly handles well-formed fastboot commands 46 3. **UnlockPermissions** - Test commands only allowed in the unlocked state work 47 4. **LockPermissions** - Test commands only not allowed in the locked state are rejected 48 5. **Fuzz** - Test malicious and/or ill-formed commands are properly and gracefully handled 66 <var key="battery-voltage" assert="[34][[:digit:]]{3}"/> 67 <!-- etc... --> 78 |-----------|----------------|---------------------------------------------------------------------… [all …]
|
/system/libhwbinder/ |
D | Binder.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 #include <android-base/macros.h> 37 // --------------------------------------------------------------------------- 48 // --------------------------------------------------------------------------- 65 // --------------------------------------------------------------------------- 78 // --------------------------------------------------------------------------- 95 return e && e->mRequestingSid; in isRequestingSid() 111 e->mRequestingSid = requestingSid; in setRequestingSid() 120 reply->markSensitive(); in transact() 125 uid_t uid = IPCThreadState::self()->getCallingUid(); in transact() [all …]
|
/system/core/fs_mgr/libvbmeta/ |
D | super_vbmeta_format_c.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 47 * +------------------------------------------+ 48 * | Super VBMeta Table - fixed size | 49 * +------------------------------------------+ 50 * | Backup Super VBMeta Table - fixed size | 51 * +------------------------------------------+ 52 * | VBMeta Images - fixed size | 53 * +------------------------------------------+ 64 * +-----------------------------------------+ 65 * | Header data - fixed size | [all …]
|
/system/libziparchive/cli-tests/ |
D | unzip.test | 9 name: unzip -l 10 command: unzip -l $FILES/example.zip d1/d2/x.txt 11 after: [ ! -f d1/d2/x.txt ] 12 expected-stdout: 15 --------- ---------- ----- ---- 16 1024 2017-06-04 08:45 d1/d2/x.txt 17 --------- ------- 19 --- 21 name: unzip -lq 22 command: unzip -lq $FILES/example.zip d1/d2/x.txt [all …]
|
/system/extras/tests/kernel.config/ |
D | Android.mk | 3 LOCAL_PATH:= $(call my-dir) 5 # ----------------------------------------------------------------------------- 7 # ----------------------------------------------------------------------------- 10 -fstack-protector-all \ 11 -g \ 12 -Wall -Wextra \ 13 -Werror \ 14 -fno-builtin \ 33 LOCAL_MODULE := kernel-config-unit-tests 34 LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 [all …]
|
/system/tools/mkbootimg/include/bootimg/ |
D | bootimg.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 42 * +-----------------+ 44 * +-----------------+ 46 * +-----------------+ 48 * +-----------------+ 50 * +-----------------+ 52 * n = (kernel_size + page_size - 1) / page_size 53 * m = (ramdisk_size + page_size - 1) / page_size 54 * o = (second_size + page_size - 1) / page_size 58 * 2. second is optional (second_size == 0 -> no second) [all …]
|