Home
last modified time | relevance | path

Searched refs:p3 (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dviddec_fw_debug.h21 …ne WRITE_SVEN(event, p1, p2, p3, p4, p5, p6) DEB("Sven evnt=0x%.8X p1=%d p2=%d p3=%d p4=%d p5=%d p… argument
36 #define WRITE_SVEN(event, p1, p2, p3, p4, p5, p6) devh_SVEN_WriteModuleEvent( NULL, event, p1, p2, argument
44 #define WRITE_SVEN(event, p1, p2, p3, p4, p5, p6) argument
54 static inline void DEBUG_WRITE(uint32_t p1, uint32_t p2, uint32_t p3, uint32_t p4, uint32_t p5, uin… in DEBUG_WRITE() argument
60 DUMP_TO_MEM(p3); in DEBUG_WRITE()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264parse.h40 int p1,p2,p3,p4,p5,p6; in MFD_PARSER_DEBUG() local
44 p3 = debug_point_id; in MFD_PARSER_DEBUG()
47 DEBUG_WRITE(p1,p2,p3,p4,p5,p6); in MFD_PARSER_DEBUG()
/hardware/ril/reference-ril/
Dril.h613 int p3; member
627 int p3; member
645 int p3; /* A negative P3 implies a 4 byte APDU. */ member
Dreference-ril.c1755 apdu->p1, apdu->p2, apdu->p3, apdu->data ? apdu->data : "");
1943 p_args->p1, p_args->p2, p_args->p3);
1947 p_args->p1, p_args->p2, p_args->p3, p_args->data);
/hardware/ril/include/telephony/
Dril.h613 int p3; member
627 int p3; member
645 int p3; /* A negative P3 implies a 4 byte APDU. */ member
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_icc.cpp208 iccIo.p3 = 0; in TEST_F()
/hardware/interfaces/radio/1.0/
Dtypes.hal1371 int32_t p1; // Values of p1, p2 and p3 defined as per 3GPP TS 51.011
1373 int32_t p3;
1738 int32_t p3; // A negative P3 implies a 4 byte APDU.
/hardware/ril/libril/
Dril_service.cpp698 apdu.p3 = message.p3; in dispatchIccApdu()
1130 rilIccIo.p3 = iccIo.p3; in iccIOForApp()