Searched refs:start_idx (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_main.cc | 974 uint8_t start_idx = 0; in gatt_proc_srv_chg() local 975 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in gatt_proc_srv_chg() 998 start_idx = ++found_idx; in gatt_proc_srv_chg()
|
D | gatt_api.cc | 1059 uint8_t start_idx, found_idx; in GATT_StartIf() local 1066 start_idx = 0; in GATT_StartIf() 1068 gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in GATT_StartIf() 1074 start_idx = ++found_idx; in GATT_StartIf()
|
D | gatt_utils.cc | 249 bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda, in gatt_find_the_connected_bda() argument 254 VLOG(1) << __func__ << " start_idx=" << +start_idx; in gatt_find_the_connected_bda() 256 for (i = start_idx; i < GATT_MAX_PHY_CHANNEL; i++) { in gatt_find_the_connected_bda()
|
D | gatt_int.h | 470 extern bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda,
|
/system/libufdt/utils/src/ |
D | mkdtboimg.py | 616 start_idx = img_file_idx[idx] 618 argv = arg_list[start_idx:] 621 argv = arg_list[start_idx:end_idx]
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 831 static bool mount_with_alternatives(const Fstab& fstab, int start_idx, int* end_idx, in mount_with_alternatives() argument 838 for (i = start_idx; in mount_with_alternatives() 840 i < fstab.size() && fstab[start_idx].mount_point == fstab[i].mount_point; i++) { in mount_with_alternatives() 866 if (i != start_idx) { in mount_with_alternatives() 869 << " instead of " << fstab[start_idx].fs_type; in mount_with_alternatives() 893 *attempted_idx = start_idx; in mount_with_alternatives()
|