/system/bt/gd/hal/ |
D | snoop_logger.cc | 57 uint64_t htonll(uint64_t ll) { in htonll() argument 59 return static_cast<uint64_t>(htonl(ll & 0xffffffff)) << 32 | htonl(ll >> 32); in htonll() 61 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/bt/gd/packet/parser/ |
D | Android.bp | 35 "language_l.ll",
|
/system/extras/simpleperf/ |
D | README.md | 12 "Submit build requests". You'll get emails keeping you up to date with the
|
/system/tools/hidl/c2hal/ |
D | Android.bp | 31 "c2hal_l.ll",
|
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 356 uint16_t handle = 0, ll = len; in gatt_process_read_multi_req() local 380 while (ll >= 2 && in gatt_process_read_multi_req() 400 ll -= 2; in gatt_process_read_multi_req() 403 if (ll != 0) { in gatt_process_read_multi_req() 415 for (ll = 0; ll < tcb.sr_cmd.multi_req.num_handles; ll++) { in gatt_process_read_multi_req() 417 handle = tcb.sr_cmd.multi_req.handles[ll]; in gatt_process_read_multi_req()
|
/system/apex/apexd/apexd_testdata/ |
D | com.android.apex.test_package.pem | 9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
|
D | com.android.apex.test_package_2.pem | 9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
|
/system/tools/hidl/ |
D | Android.bp | 123 "hidl-gen_l.ll",
|
/system/libhwbinder/ |
D | Parcel.cpp | 564 unsigned long long ll; in writeDouble() member 567 return writeAligned(u.ll); in writeDouble() 1055 unsigned long long ll; in readDouble() member 1059 status = readAligned(&u.ll); in readDouble() 1068 unsigned long long ll; in readDouble() member 1070 u.ll = readAligned<unsigned long long>(); in readDouble()
|
/system/core/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/tools/aidl/ |
D | Android.bp | 62 "aidl_language_l.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 | 303 # change permissions for all cpusets we'll touch at runtime 466 # Once metadata has been mounted, we'll need vold to deal with userdata checkpointing 486 # 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/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/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/core/init/ |
D | README.md | 824 running at 0s. You'll have to look at dmesg to work out when the kernel
|