Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 27) sorted by relevance

12

/system/bt/gd/packet/parser/
Dflex.gni33 assert(get_path_info(s, "extension") == "ll",
34 "Expecting Flex extension ll: ${s}")
DAndroid.bp44 "language_l.ll",
DBUILD.gn80 sources = [ "language_l.ll" ]
/system/bt/gd/hal/
Dsnoop_logger.cc52 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/
Dbtsnoop.cc413 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/
DREADME.md12 "Submit build requests". You'll get emails keeping you up to date with the
/system/apex/apexd/apexd_testdata/
Dcom.android.apex.compressed.pem9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
Dcom.android.apex.test_package_2.pem9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
Dcom.android.apex.test_package.pem9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
/system/bt/stack/gatt/
Dgatt_sr.cc405 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/
DAndroid.bp40 "c2hal_l.ll",
/system/tools/hidl/
DAndroid.bp140 "hidl-gen_l.ll",
/system/libhwbinder/
DParcel.cpp569 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/
DREADME.md15 You'll want to download some pre-requisite packages as well. If you're currently
/system/logging/liblog/tests/
Dliblog_test.cpp545 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/
DREADME.md111 // architectures) - in practice we'll also force the value to 0
/system/tools/aidl/
DAndroid.bp80 "aidl_language_l.ll",
/system/chre/doc/
Dframework_overview.md79 nanoapp binary to the CHRE framework. This can vary by platform, but we'll
/system/bt/doc/
Dpower_management.md177 previous PARK or SNIFF failed, otherwise it'll re-attempt the first
/system/core/rootdir/
Dinit.rc351 # 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/
Dsystem_server.te22 # When running system server under --invoke-with, we'll try to load the boot image under the
/system/sepolicy/prebuilts/api/28.0/private/
Dsystem_server.te21 # When running system server under --invoke-with, we'll try to load the boot image under the
/system/sepolicy/prebuilts/api/29.0/private/
Dsystem_server.te24 # When running system server under --invoke-with, we'll try to load the boot image under the
/system/sepolicy/prebuilts/api/30.0/private/
Dsystem_server.te38 # When running system server under --invoke-with, we'll try to load the boot image under the
/system/sepolicy/private/
Dsystem_server.te73 # When running system server under --invoke-with, we'll try to load the boot image under the

12