Searched refs:start_idx (Results 1 - 5 of 5) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr.c298 * the mountpoint of the one given by fstab->recs[start_idx].
302 * succeeded. In case of failure, it will be the start_idx.
307 static int mount_with_alternatives(struct fstab *fstab, int start_idx, int *end_idx, int *attempted_idx) argument
313 if (!end_idx || !attempted_idx || start_idx >= fstab->num_entries) {
315 if (end_idx) *end_idx = start_idx;
316 if (attempted_idx) *end_idx = start_idx;
321 for (i = start_idx;
323 i < fstab->num_entries && !strcmp(fstab->recs[start_idx].mount_point, fstab->recs[i].mount_point);
343 if (i != start_idx) {
346 fstab->recs[start_idx]
[all...]
/system/bt/stack/gatt/
H A Dgatt_api.c1324 UINT8 start_idx, found_idx; local
1331 start_idx = 0;
1332 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport))
1340 start_idx = ++found_idx;
1409 UINT8 start_idx, found_idx; local
1424 start_idx = 0;
1429 while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if))
1432 start_idx = ++found_idx;
H A Dgatt_main.c1185 UINT8 start_idx, found_idx; local
1196 start_idx =0;
1197 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport))
1210 start_idx = ++found_idx;
H A Dgatt_int.h582 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, tBT_TRANSPORT *p_transport);
641 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if);
H A Dgatt_utils.c728 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, argument
733 GATT_TRACE_DEBUG("gatt_find_the_connected_bda start_idx=%d",start_idx);
735 for (i = start_idx ; i < GATT_MAX_PHY_CHANNEL; i ++)
2041 BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if) argument
2046 for (i = start_idx; i < GATT_MAX_APPS; i ++)

Completed in 130 milliseconds