Searched refs:found_idx (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_api.c | 1334 UINT8 start_idx, found_idx; in GATT_StartIf() local 1343 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) in GATT_StartIf() 1351 start_idx = ++found_idx; in GATT_StartIf() 1420 UINT8 start_idx, found_idx; in GATT_CancelConnect() local 1440 … while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if)) in GATT_CancelConnect() 1443 start_idx = ++found_idx; in GATT_CancelConnect()
|
D | gatt_main.c | 1133 UINT8 start_idx, found_idx; in gatt_proc_srv_chg() local 1145 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) in gatt_proc_srv_chg() 1147 p_tcb = &gatt_cb.tcb[found_idx];; in gatt_proc_srv_chg() 1158 start_idx = ++found_idx; in gatt_proc_srv_chg()
|
/external/chromium_org/pdf/ |
D | instance.cc | 2364 size_t found_idx = url.find('#'); local 2365 if (found_idx == std::string::npos) 2368 const std::string& ref = url.substr(found_idx + 1);
|