Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 25 of 120) sorted by relevance

12345

/hardware/qcom/sm7250/display/sdm/include/private/
Dgeneric_payload.h72 A* p2 = nullptr; in CopyPayload() local
74 p2 = new A[array_size]; in CopyPayload()
76 p2 = new A(); in CopyPayload()
78 if (p2 == nullptr) { in CopyPayload()
81 *p2 = *p; in CopyPayload()
82 payload = reinterpret_cast<uint8_t *>(p2); in CopyPayload()
84 release = std::function<void(void)>([p2]() -> void {delete [] p2;}); in CopyPayload()
86 release = std::function<void(void)>([p2]() -> void {delete p2;}); in CopyPayload()
/hardware/st/secure_element/ese-spi-driver/utils-lib/
DCommandApdu.cc44 commandApduArray[3] = cmdApdu.p2; in CommandApdu_toByteArray()
96 int CommandApdu_formApduType4(char cla, char ins, char p1, char p2, char lc, in CommandApdu_formApduType4() argument
105 cmdApdu->p2 = p2; in CommandApdu_formApduType4()
126 int CommandApdu_formApduType2(char cla, char ins, char p1, char p2, char le, in CommandApdu_formApduType2() argument
131 cmdApdu->p2 = p2; in CommandApdu_formApduType2()
DCommandApdu.h29 char p2; 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/interfaces/secure_element/aidl/default/
Dmain.cpp165 virtual RawApdu Select(Aid const& aid, uint8_t p2) = 0;
219 uint8_t p2 = apdu.get_p2(); in Process() local
246 if (p2 == SW_62xx_DATA_APDU_P2) { in Process()
250 if (p2 == SW_62xx_VALIDATE_DATA_P2) { 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()
466 ScopedAStatus openBasicChannel(const std::vector<uint8_t>& aid, int8_t p2, in openBasicChannel() argument
469 << ") p2 " << p2; in openBasicChannel()
494 select_response = applet->Select(aid, p2); in openBasicChannel()
[all …]
/hardware/google/av/media/eco/include/eco/
DECOService.h95 friend bool operator==(const SessionConfig& p1, const SessionConfig& p2) {
96 return p1.mWidth == p2.mWidth && p1.mHeight == p2.mHeight &&
97 p1.mIsCameraRecording == p2.mIsCameraRecording;
/hardware/interfaces/secure_element/aidl/aidl_api/android.hardware.secure_element/current/android/hardware/secure_element/
DISecureElement.aidl41 byte[] openBasicChannel(in byte[] aid, in byte p2); in openBasicChannel() argument
42 …droid.hardware.secure_element.LogicalChannelResponse openLogicalChannel(in byte[] aid, in byte p2); in openLogicalChannel() argument
/hardware/interfaces/secure_element/aidl/aidl_api/android.hardware.secure_element/1/android/hardware/secure_element/
DISecureElement.aidl41 byte[] openBasicChannel(in byte[] aid, in byte p2); in openBasicChannel() argument
42 …droid.hardware.secure_element.LogicalChannelResponse openLogicalChannel(in byte[] aid, in byte p2); in openLogicalChannel() argument
/hardware/interfaces/secure_element/aidl/android/hardware/secure_element/
DISecureElement.aidl91 byte[] openBasicChannel(in byte[] aid, in byte p2); in openBasicChannel() argument
110 LogicalChannelResponse openLogicalChannel(in byte[] aid, in byte p2); in openLogicalChannel() argument
/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
152 m_q[m_write].param2 = p2; 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
172 *p2 = m_q[m_read].param2; in pop_entry()
323 unsigned long p2; // Parameter - 2 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()
367 pThis->m_state = (OMX_STATETYPE) p2; in process_event_cb()
370 OMX_EventCmdComplete, p1, p2, NULL); in process_event_cb()
[all …]
/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
157 m_q[m_write].param2 = p2; in insert_entry()
174 bool omx_video::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id) in pop_entry() argument
181 *p2 = m_q[m_read].param2; in pop_entry()
326 unsigned p2; // Parameter - 2 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()
381 pThis->m_state = (OMX_STATETYPE) p2; in process_event_cb()
384 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
206 m_q[m_write].param2 = p2; 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
226 *p2 = m_q[m_read].param2; in pop_entry()
388 unsigned long p2; // Parameter - 2 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()
432 pThis->m_state = (OMX_STATETYPE) p2; in process_event_cb()
435 OMX_EventCmdComplete, p1, p2, NULL); in process_event_cb()
[all …]
/hardware/st/secure_element/1.0/
DSecureElement.h58 Return<void> openLogicalChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
60 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/hardware/nxp/secure_element/pn8x/1.0/
DSecureElement.h59 Return<void> openLogicalChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
61 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DSimApdu.aidl41 int p2;
DIccIo.aidl41 int p2;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DSimApdu.aidl41 int p2;
DIccIo.aidl41 int p2;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/
DSimApdu.aidl41 int p2;
DIccIo.aidl41 int p2;
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DSimApdu.aidl41 int p2;
DIccIo.aidl42 int p2;
/hardware/st/secure_element2/secure_element/aidl/
DSecureElement.h33 …ScopedAStatus openLogicalChannel(const std::vector<uint8_t>& aid, int8_t p2, ::aidl::android::hard…
34 …ScopedAStatus openBasicChannel(const std::vector<uint8_t>& aid, int8_t p2, std::vector<uint8_t>* a…
/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
173 m_q[m_write].param2 = p2; 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
193 *p2 = m_q[m_read].param2; in pop_entry()
382 unsigned long p2; // Parameter - 2 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()
425 pThis->m_state = (OMX_STATETYPE) p2; in process_event_cb()
431 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
208 m_q[m_write].param2 = p2; 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
228 *p2 = m_q[m_read].param2; in pop_entry()
397 unsigned long p2; // Parameter - 2 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()
441 pThis->m_state = (OMX_STATETYPE) p2; in process_event_cb()
447 OMX_EventCmdComplete, p1, p2, NULL); in process_event_cb()
[all …]
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
Dfilesystem_common.h145 const path* p2 = nullptr; member
148 const path* p2 = nullptr)
149 : func_name(fname), ec(ec), p1(p1), p2(p2) { in func_name()
160 switch (bool(p1) + bool(p2)) { in report()
166 __throw_filesystem_error(what, *p1, *p2, m_ec); in report()
179 switch (bool(p1) + bool(p2)) { in report()
185 __throw_filesystem_error(what, *p1, *p2, m_ec); in report()

12345