Searched refs:PTP_DTC_ARRAY_MASK (Results 1 - 3 of 3) sorted by relevance

/external/libmtp/src/
H A Dptp.h1115 #define PTP_DTC_ARRAY_MASK 0x4000 macro
1117 #define PTP_DTC_AINT8 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT8)
1118 #define PTP_DTC_AUINT8 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT8)
1119 #define PTP_DTC_AINT16 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT16)
1120 #define PTP_DTC_AUINT16 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT16)
1121 #define PTP_DTC_AINT32 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT32)
1122 #define PTP_DTC_AUINT32 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT32)
1123 #define PTP_DTC_AINT64 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT64)
1124 #define PTP_DTC_AUINT64 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT64)
1125 #define PTP_DTC_AINT128 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT12
[all...]
H A Dlibmtp.c2947 if (opd.DataType & PTP_DTC_ARRAY_MASK) {
2951 switch (opd.DataType & (~PTP_DTC_ARRAY_MASK)) {
H A Dptp.c3501 if (dt & PTP_DTC_ARRAY_MASK) {

Completed in 44 milliseconds