Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 25 of 104) sorted by relevance

12345

/hardware/st/secure_element/ese-spi-driver/utils-lib/
DCommandApdu.cc43 commandApduArray[2] = cmdApdu.p1; in CommandApdu_toByteArray()
96 int CommandApdu_formApduType4(char cla, char ins, char p1, char p2, char lc, in CommandApdu_formApduType4() argument
104 cmdApdu->p1 = p1; in CommandApdu_formApduType4()
126 int CommandApdu_formApduType2(char cla, char ins, char p1, char p2, char le, in CommandApdu_formApduType2() argument
130 cmdApdu->p1 = p1; in CommandApdu_formApduType2()
DCommandApdu.h28 char p1; member
64 int CommandApdu_formApduType4(char cla, char ins, char p1, char p2, char lc,
77 int CommandApdu_formApduType2(char cla, char ins, char p1, char p2, char le,
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dnormal.inl9 tvec3<T, P> const & p1, argument
14 return normalize(cross(p1 - p2, p1 - p3));
Dnorm.inl34 GLM_FUNC_QUALIFIER T distance2(T p0, T p1) argument
37 return length2(p1 - p0);
41 GLM_FUNC_QUALIFIER T distance2(vecType<T, P> const & p0, vecType<T, P> const & p1) argument
44 return length2(p1 - p0);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dmhchem.js767 p1: m
773 p1: m[0],
783 p1: m || ""
829 p1: n[1], property
837 p1: n[3] property
1672 p1: mhchemParser.go(m, 'o')
1682 p1: a
1687 p1: a
1749 p1: buffer.rd || "" property
1764 p1: buffer.rq || "" property
[all …]
Dmhchem.min.js1p1:e}},"insert+p1+p2":function(t,e,n){return{type_:n,p1:e[0],p2:e[1]}},copy:function(t,e){return e… property
Dmhchem.mjs654 'insert+p1': function insertP1(buffer, m, a) {
657 p1: m
660 'insert+p1+p2': function insertP1P2(buffer, m, a) {
663 p1: m[0],
673 p1: m || ""
719 p1: n[1], property
727 p1: n[3] property
1128 type_: 'insert+p1',
1134 type_: 'insert+p1',
1562 p1: mhchemParser.go(m, 'o')
[all …]
/hardware/google/av/media/eco/include/eco/
DECOService.h106 friend bool operator==(const SessionConfig& p1, const SessionConfig& p2) {
107 return p1.mWidth == p2.mWidth && p1.mHeight == p2.mHeight &&
108 p1.mIsCameraRecording == p2.mIsCameraRecording;
/hardware/interfaces/secure_element/aidl/default/
Dmain.cpp218 uint8_t p1 = apdu.get_p1(); in Process() local
243 if (p1 < 1 || p1 > 16) { in Process()
248 se::Status(SW_62xx_resp[p1 - 1])); in Process()
253 output[2] = p1; in Process()
255 se::Status(SW_62xx_resp[p1 - 1])); in Process()
257 return se::Apdu::CreateResponse(se::Status(SW_62xx_resp[p1 - 1])); in Process()
262 response_ = GeneratesBytes((static_cast<uint16_t>(p1) << 8) | p2); in Process()
269 response_ = GeneratesBytes((static_cast<uint16_t>(p1) << 8) | p2); in Process()
279 response_ = GeneratesBytes((static_cast<uint16_t>(p1) << 8) | p2); in Process()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp150 bool omx_video::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id) in insert_entry() argument
156 m_q[m_write].param1 = p1; in insert_entry()
174 bool omx_video::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) in pop_entry() argument
180 *p1 = m_q[m_read].param1; in pop_entry()
325 unsigned p1; // Parameter - 1 in process_event_cb() local
346 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
354 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
363 pThis->m_etb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
378 switch(p1) in process_event_cb()
384 OMX_EventCmdComplete, p1, p2, NULL); in process_event_cb()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp146 bool omx_video::omx_cmd_queue::insert_entry(unsigned long p1, unsigned long p2, unsigned long id) in insert_entry() argument
151 m_q[m_write].param1 = p1; in insert_entry()
166 bool omx_video::omx_cmd_queue::pop_entry(unsigned long *p1, unsigned long *p2, unsigned long *id) in pop_entry() argument
171 *p1 = m_q[m_read].param1; in pop_entry()
322 unsigned long p1; // Parameter - 1 in process_event_cb() local
340 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
346 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
353 pThis->m_etb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
365 switch (p1) { in process_event_cb()
370 OMX_EventCmdComplete, p1, p2, NULL); in process_event_cb()
[all …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp167 bool omx_video::omx_cmd_queue::insert_entry(unsigned long p1, unsigned long p2, unsigned long id) in insert_entry() argument
172 m_q[m_write].param1 = p1; in insert_entry()
187 bool omx_video::omx_cmd_queue::pop_entry(unsigned long *p1, unsigned long *p2, unsigned long *id) in pop_entry() argument
192 *p1 = m_q[m_read].param1; in pop_entry()
381 unsigned long p1; // Parameter - 1 in process_event_cb() local
399 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
405 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
412 pThis->m_etb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
423 switch (p1) { in process_event_cb()
431 OMX_EventCmdComplete, p1, p2, NULL); in process_event_cb()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp166 bool omx_video::omx_cmd_queue::insert_entry(unsigned long p1, unsigned long p2, unsigned long id) in insert_entry() argument
171 m_q[m_write].param1 = p1; in insert_entry()
186 bool omx_video::omx_cmd_queue::pop_entry(unsigned long *p1, unsigned long *p2, unsigned long *id) in pop_entry() argument
191 *p1 = m_q[m_read].param1; in pop_entry()
371 unsigned long p1; // Parameter - 1 in process_event_cb() local
389 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
395 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
402 pThis->m_etb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
413 switch (p1) { in process_event_cb()
421 OMX_EventCmdComplete, p1, p2, NULL); in process_event_cb()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp200 bool omx_video::omx_cmd_queue::insert_entry(unsigned long p1, unsigned long p2, unsigned long id) in insert_entry() argument
205 m_q[m_write].param1 = p1; in insert_entry()
220 bool omx_video::omx_cmd_queue::pop_entry(unsigned long *p1, unsigned long *p2, unsigned long *id) in pop_entry() argument
225 *p1 = m_q[m_read].param1; in pop_entry()
387 unsigned long p1; // Parameter - 1 in process_event_cb() local
405 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
411 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
418 pThis->m_etb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
430 switch (p1) { in process_event_cb()
435 OMX_EventCmdComplete, p1, p2, NULL); in process_event_cb()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp202 bool omx_video::omx_cmd_queue::insert_entry(unsigned long p1, unsigned long p2, unsigned long id) in insert_entry() argument
207 m_q[m_write].param1 = p1; in insert_entry()
222 bool omx_video::omx_cmd_queue::pop_entry(unsigned long *p1, unsigned long *p2, unsigned long *id) in pop_entry() argument
227 *p1 = m_q[m_read].param1; in pop_entry()
396 unsigned long p1; // Parameter - 1 in process_event_cb() local
414 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
420 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
427 pThis->m_etb_q.pop_entry(&p1,&p2,&ident); in process_event_cb()
439 switch (p1) { in process_event_cb()
447 OMX_EventCmdComplete, p1, p2, NULL); in process_event_cb()
[all …]
/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
Dstructs.cpp34 .p1 = icc.p1, in toHidl()
48 .p1 = apdu.p1, in toHidl()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DSimApdu.aidl40 int p1;
DIccIo.aidl40 int p1;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/
DSimApdu.aidl40 int p1;
DIccIo.aidl40 int p1;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DSimApdu.aidl41 int p1;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/
DSimApdu.aidl41 int p1;
DIccIo.aidl41 int p1;
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DSimApdu.aidl38 int p1;
DIccIo.aidl39 int p1;

12345