Home | History | Annotate | Download | only in common

Lines Matching refs:hdr

50     BUFFER_HDR_T    *hdr;
81 hdr = (BUFFER_HDR_T *)p_mem;
82 p_cb->freeq[id].p_first = hdr;
85 hdr->task_id = GKI_INVALID_TASK;
86 hdr->q_id = id;
87 hdr->status = BUF_STATUS_FREE;
88 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
90 hdr1 = hdr;
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
92 hdr1->p_next = hdr;
467 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line);