HomeSort by relevance Sort by last modified time
    Searched refs:next_idx (Results 1 - 13 of 13) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_batchscan.c 104 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode |(cb_evt << 4));
105 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx] = cur_state;
106 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value;
108 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx],
109 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx],
110 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]);
111 ble_batchscan_cb.op_q.next_idx = (ble_batchscan_cb.op_q.next_idx + 1)
134 ble_batchscan_cb.main_rep_q.rep_mode[ble_batchscan_cb.main_rep_q.next_idx] = report_format;
135 ble_batchscan_cb.main_rep_q.ref_value[ble_batchscan_cb.main_rep_q.next_idx] = ref_value
    [all...]
btm_ble_adv_filter.c 103 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx] = (action |(ocf << 4));
104 btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.next_idx] = ref;
105 btm_ble_adv_filt_cb.op_q.cb_evt[btm_ble_adv_filt_cb.op_q.next_idx] = cb_evt;
106 btm_ble_adv_filt_cb.op_q.p_scan_cfg_cback[btm_ble_adv_filt_cb.op_q.next_idx] = p_cmpl_cback;
107 btm_ble_adv_filt_cb.op_q.p_filt_param_cback[btm_ble_adv_filt_cb.op_q.next_idx]
110 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx], action,
112 btm_ble_adv_filt_cb.op_q.next_idx = (btm_ble_adv_filt_cb.op_q.next_idx + 1)
    [all...]
btm_ble_multi_adv.c 57 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id;
59 p_op_q->p_sub_code[p_op_q->next_idx] = (opcode |(cb_evt << 4));
61 p_op_q->next_idx = (p_op_q->next_idx + 1) % BTM_BleMaxMultiAdvInstanceCount();
  /external/chromium_org/third_party/simplejson/
_speedups.c 1039 Py_ssize_t next_idx; local
1186 Py_ssize_t next_idx; local
1332 Py_ssize_t next_idx; local
1404 Py_ssize_t next_idx; local
1889 Py_ssize_t next_idx = -1; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 445 UINT8 next_idx; member in struct:__anon6104
511 UINT8 next_idx; member in struct:__anon6110
522 UINT8 next_idx; member in struct:__anon6111
707 UINT8 next_idx; member in struct:__anon6122
    [all...]
  /external/f2fs-tools/fsck/
fsck.c 477 int next_idx = 0; local
486 next_idx = idx + (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN;
489 NR_DENTRY_IN_BLOCK, next_idx);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 3112 Idx next_idx = str_idx + naccepted; local
    [all...]
regex_internal.h 569 Idx next_idx; member in struct:__anon43047
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 3476 const long next_idx = pCurr->m_index + 1; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 3136 const long next_idx = pCurr->m_index + 1; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 3494 const long next_idx = pCurr->m_index + 1; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 3138 const long next_idx = pCurr->m_index + 1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 3494 const long next_idx = pCurr->m_index + 1; local
    [all...]

Completed in 675 milliseconds