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

  /system/bt/stack/btm/
btm_ble_privacy.cc 68 memcpy(p_q->resolve_q_random_pseudo[p_q->q_next], pseudo_bda, BD_ADDR_LEN);
69 p_q->resolve_q_action[p_q->q_next] = op_code;
70 p_q->q_next++;
71 p_q->q_next %= controller_get_interface()->get_ble_resolving_list_max_size();
90 for (uint8_t i = p_q->q_pending; i != p_q->q_next;) {
117 if (p_q->q_next != p_q->q_pending) {
btm_ble_int_types.h 259 uint8_t q_next; member in struct:__anon106188
  /external/valgrind/drd/
drd_thread.c 1377 Segment* q_next; local
    [all...]

Completed in 121 milliseconds