Searched defs:p2 (Results 1 - 7 of 7) sorted by relevance

/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/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_base.cpp150 bool omx_video::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) argument
157 m_q[m_write].param2 = p2;
174 bool omx_video::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) argument
181 *p2 = m_q[m_read].param2;
318 unsigned p2; // Parameter - 2 local
338 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
346 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
355 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
373 pThis->m_state = (OMX_STATETYPE) p2;
376 OMX_EventCmdComplete, p1, p2, NUL
1334 unsigned p2 = 0; // Parameter - 2 local
1381 unsigned p2 = 0; // Parameter - 2 local
1412 unsigned p1,p2,id; local
1449 post_event(unsigned int p1, unsigned int p2, unsigned int id) argument
4082 unsigned p2; local
4605 unsigned address = 0,p2,id; local
4639 unsigned address = 0,p2,id; local
4723 unsigned address = 0,p2,id, index = 0; local
[all...]
/hardware/ril/libril/
H A Dril.cpp697 * int32_t p1, p2, p3
729 simIO.v6.p2 = (int)t;
741 simIO.v6.p1, simIO.v6.p2, simIO.v6.p3,
1240 Parcel p2; local
1241 p2.appendFrom(&p, 0, pos);
1242 p2.writeInt32(numParamsRilV3);
1244 p2.writeString16(p.readString16());
1246 p2.setDataPosition(pos);
1247 dispatchStrings(p2, pRI);
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp238 bool omx_vdec::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) argument
245 m_q[m_write].param2 = p2;
262 bool omx_vdec::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) argument
269 *p2 = m_q[m_read].param2;
608 unsigned p2; // Parameter - 2 local
628 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
636 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
645 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
662 pThis->m_state = (OMX_STATETYPE) p2;
666 OMX_EventCmdComplete, p1, p2, NUL
2299 unsigned p2 = 0; // Parameter - 2 local
2349 unsigned p2 = 0; // Parameter - 2 local
2458 post_event(unsigned int p1, unsigned int p2, unsigned int id) argument
6863 unsigned address,p2,id; local
6906 unsigned address,p2,id; local
6974 unsigned address,p2,id; local
7096 unsigned address,p2,id; local
7627 unsigned address,p2,id; local
8029 unsigned p2; local
[all...]
H A Domx_vdec_copper.cpp261 bool omx_vdec::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) argument
268 m_q[m_write].param2 = p2;
285 bool omx_vdec::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) argument
292 *p2 = m_q[m_read].param2;
622 unsigned p2; // Parameter - 2 local
642 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
650 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
659 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
676 pThis->m_state = (OMX_STATETYPE) p2;
680 OMX_EventCmdComplete, p1, p2, NUL
2249 unsigned p2 = 0; // Parameter - 2 local
2299 unsigned p2 = 0; // Parameter - 2 local
2403 post_event(unsigned int p1, unsigned int p2, unsigned int id) argument
6504 unsigned address,p2,id; local
6547 unsigned address,p2,id; local
6615 unsigned address,p2,id; local
6737 unsigned address,p2,id; local
7644 unsigned p2; local
[all...]
/hardware/ril/include/telephony/
H A Dril.h278 int p2; member in struct:__anon583
292 int p2; member in struct:__anon584
/hardware/ril/reference-ril/
H A Dril.h278 int p2; member in struct:__anon726
292 int p2; member in struct:__anon727

Completed in 267 milliseconds