Searched defs:p1 (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/common/src/
H A Dtracebuf.c46 unsigned long p1; /* Parameter 1 */ member in struct:__anon2753
111 tb_control->entry[tb_control->pos].p1 =
133 int tb_trace(int loc, unsigned long p1, unsigned long p2) argument
143 tb_control->entry[pos].p1 = p1;
167 (int)tb_control->entry[pos].p1,
238 address = tb_control->entry[j].p1;
241 if (address == tb_control->entry[k].p1)
246 tb_control->entry[k].loc, tb_control->entry[k].p1, (long)tb_control->entry[k].p2, Size);
/hardware/invensense/mlsdk/mllite/
H A Dcompass.c99 static int cmpfloat(const void *p1, const void *p2) argument
101 return *(float*)p1 - *(float*)p2;
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dcu_wext.c142 char *p1; local
143 p1 = strtok(&buffer[10], " ");
144 bssidList[index-1].Configuration.BeaconPeriod = atoi(p1);
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_base.cpp146 bool omx_video::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) argument
152 m_q[m_write].param1 = p1;
170 bool omx_video::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) argument
176 *p1 = m_q[m_read].param1;
313 unsigned p1; // Parameter - 1 local
334 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
342 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
351 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
366 switch(p1)
372 OMX_EventCmdComplete, p1, p
1329 unsigned p1 = 0; // Parameter - 1 local
1376 unsigned p1 = 0; // Parameter - 1 local
1408 unsigned p1,p2,id; local
1445 post_event(unsigned int p1, unsigned int p2, unsigned int id) argument
4049 unsigned p1; local
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp241 bool omx_vdec::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) argument
247 m_q[m_write].param1 = p1;
265 bool omx_vdec::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) argument
271 *p1 = m_q[m_read].param1;
611 unsigned p1; // Parameter - 1 local
632 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
640 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
649 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
663 switch (p1)
670 OMX_EventCmdComplete, p1, p
2291 unsigned p1 = 0; // Parameter - 1 local
2341 unsigned p1 = 0; // Parameter - 1 local
2451 post_event(unsigned int p1, unsigned int p2, unsigned int id) argument
8018 unsigned p1; local
[all...]
H A Domx_vdec_copper.cpp265 bool omx_vdec::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) argument
271 m_q[m_write].param1 = p1;
289 bool omx_vdec::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) argument
295 *p1 = m_q[m_read].param1;
628 unsigned p1; // Parameter - 1 local
649 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
657 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
666 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
680 switch (p1)
687 OMX_EventCmdComplete, p1, p
2255 unsigned p1 = 0; // Parameter - 1 local
2305 unsigned p1 = 0; // Parameter - 1 local
2410 post_event(unsigned int p1, unsigned int p2, unsigned int id) argument
7715 unsigned p1; local
[all...]
/hardware/ril/include/telephony/
H A Dril.h276 int p1; member in struct:__anon1174
290 int p1; member in struct:__anon1175
/hardware/ril/mock-ril/src/cpp/
H A Dril.h276 int p1; member in struct:__anon1299
290 int p1; member in struct:__anon1300
/hardware/ril/reference-ril/
H A Dril.h276 int p1; member in struct:__anon1361
290 int p1; member in struct:__anon1362

Completed in 167 milliseconds