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

  /system/bt/stack/btm/
btm_ble_batchscan.c 144 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode |(cb_evt << 4));
145 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx] = cur_state;
146 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value;
148 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx],
149 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx],
150 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]);
151 ble_batchscan_cb.op_q.next_idx = (ble_batchscan_cb.op_q.next_idx + 1)
174 ble_batchscan_cb.main_rep_q.rep_mode[ble_batchscan_cb.main_rep_q.next_idx] = report_format;
175 ble_batchscan_cb.main_rep_q.ref_value[ble_batchscan_cb.main_rep_q.next_idx] = ref_value
    [all...]
btm_ble_adv_filter.c 116 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx] = (action |(ocf << 4));
117 btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.next_idx] = ref;
118 btm_ble_adv_filt_cb.op_q.cb_evt[btm_ble_adv_filt_cb.op_q.next_idx] = cb_evt;
119 btm_ble_adv_filt_cb.op_q.p_scan_cfg_cback[btm_ble_adv_filt_cb.op_q.next_idx] = p_cmpl_cback;
120 btm_ble_adv_filt_cb.op_q.p_filt_param_cback[btm_ble_adv_filt_cb.op_q.next_idx]
123 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx], action,
125 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 72 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id;
74 p_op_q->p_sub_code[p_op_q->next_idx] = (opcode |(cb_evt << 4));
76 p_op_q->next_idx = (p_op_q->next_idx + 1) % BTM_BleMaxMultiAdvInstanceCount();
  /system/bt/stack/include/
btm_ble_api.h 498 UINT8 next_idx; member in struct:__anon72692
567 UINT8 next_idx; member in struct:__anon72698
578 UINT8 next_idx; member in struct:__anon72699
766 UINT8 next_idx; member in struct:__anon72710
    [all...]
  /external/f2fs-tools/fsck/
fsck.c 630 int next_idx = 0; local
639 next_idx = idx + (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN;
641 bit_offset = find_next_bit(bitmap, max, next_idx);
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 2700 const long next_idx = pCurr->m_index + 1; local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 2699 const long next_idx = pCurr->m_index + 1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 3476 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 394 milliseconds