Searched refs:start_idx (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_main.cc | 930 uint8_t start_idx = 0; in gatt_proc_srv_chg() local 931 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in gatt_proc_srv_chg() 954 start_idx = ++found_idx; in gatt_proc_srv_chg()
|
D | gatt_api.cc | 1114 uint8_t start_idx, found_idx; in GATT_StartIf() local 1122 start_idx = 0; in GATT_StartIf() 1124 gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in GATT_StartIf() 1131 start_idx = ++found_idx; in GATT_StartIf()
|
D | gatt_utils.cc | 252 bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda, in gatt_find_the_connected_bda() argument 257 VLOG(1) << __func__ << " start_idx=" << +start_idx; in gatt_find_the_connected_bda() 259 for (i = start_idx; i < GATT_MAX_PHY_CHANNEL; i++) { in gatt_find_the_connected_bda()
|
D | gatt_int.h | 514 extern bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda,
|
/system/libufdt/utils/src/ |
D | mkdtboimg.py | 654 start_idx = img_file_idx[idx] 656 argv = arg_list[start_idx:] 659 argv = arg_list[start_idx:end_idx]
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 874 static bool mount_with_alternatives(const Fstab& fstab, int start_idx, int* end_idx, in mount_with_alternatives() argument 881 for (i = start_idx; in mount_with_alternatives() 883 i < fstab.size() && fstab[start_idx].mount_point == fstab[i].mount_point; i++) { in mount_with_alternatives() 909 if (i != start_idx) { in mount_with_alternatives() 912 << " instead of " << fstab[start_idx].fs_type; in mount_with_alternatives() 936 *attempted_idx = start_idx; in mount_with_alternatives()
|