/system/bt/gd/packet/parser/ |
D | flex.gni | 33 assert(get_path_info(s, "extension") == "ll", 34 "Expecting Flex extension ll: ${s}")
|
D | Android.bp | 44 "language_l.ll",
|
D | BUILD.gn | 80 sources = [ "language_l.ll" ]
|
/system/bt/gd/hal/ |
D | snoop_logger.cc | 52 uint64_t htonll(uint64_t ll) { in htonll() argument 54 return static_cast<uint64_t>(htonl(ll & 0xffffffff)) << 32 | htonl(ll >> 32); in htonll() 56 return ll; in htonll()
|
/system/bt/hci/src/ |
D | btsnoop.cc | 413 static uint64_t htonll(uint64_t ll) { in htonll() argument 416 return static_cast<uint64_t>(htonl(ll & 0xffffffff)) << 32 | in htonll() 417 htonl(ll >> 32); in htonll() 419 return ll; in htonll()
|
/system/extras/simpleperf/ |
D | README.md | 12 "Submit build requests". You'll get emails keeping you up to date with the
|
/system/apex/apexd/apexd_testdata/ |
D | com.android.apex.compressed.pem | 9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
|
D | com.android.apex.test_package_2.pem | 9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
|
D | com.android.apex.test_package.pem | 9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
|
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 405 uint16_t handle = 0, ll = len; in gatt_process_read_multi_req() local 431 while (ll >= 2 && multi_req->num_handles < GATT_MAX_READ_MULTI_HANDLES) { in gatt_process_read_multi_req() 450 ll -= 2; in gatt_process_read_multi_req() 453 if (ll != 0) { in gatt_process_read_multi_req() 467 for (ll = 0; ll < multi_req->num_handles; ll++) { in gatt_process_read_multi_req() 469 handle = multi_req->handles[ll]; in gatt_process_read_multi_req()
|
/system/tools/hidl/c2hal/ |
D | Android.bp | 40 "c2hal_l.ll",
|
/system/tools/hidl/ |
D | Android.bp | 140 "hidl-gen_l.ll",
|
/system/libhwbinder/ |
D | Parcel.cpp | 569 unsigned long long ll; in writeDouble() member 572 return writeAligned(u.ll); in writeDouble() 1060 unsigned long long ll; in readDouble() member 1064 status = readAligned(&u.ll); in readDouble() 1073 unsigned long long ll; in readDouble() member 1075 u.ll = readAligned<unsigned long long>(); in readDouble()
|
/system/bt/ |
D | README.md | 15 You'll want to download some pre-requisite packages as well. If you're currently
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 545 long long ll; in get_ticks() local 551 &d, s, &c, &ll, &ll, &ll, &ll, &ll, &ull, &ull, &ull, &ull, in get_ticks()
|
/system/chre/chpp/api_parser/ |
D | README.md | 111 // architectures) - in practice we'll also force the value to 0
|
/system/tools/aidl/ |
D | Android.bp | 80 "aidl_language_l.ll",
|
/system/chre/doc/ |
D | framework_overview.md | 79 nanoapp binary to the CHRE framework. This can vary by platform, but we'll
|
/system/bt/doc/ |
D | power_management.md | 177 previous PARK or SNIFF failed, otherwise it'll re-attempt the first
|
/system/core/rootdir/ |
D | init.rc | 351 # change permissions for all cpusets we'll touch at runtime 505 # Once metadata has been mounted, we'll need vold to deal with userdata checkpointing 529 # Create /cache/recovery in case it's not there. It'll also fix the odd
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | system_server.te | 22 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | system_server.te | 21 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | system_server.te | 24 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | system_server.te | 38 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/sepolicy/private/ |
D | system_server.te | 73 # When running system server under --invoke-with, we'll try to load the boot image under the
|