Home
last modified time | relevance | path

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

/external/libmtp/logs/
Dmtp-detect-samsung-yp-q2.txt103 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
118 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
133 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
164 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
196 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
216 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
231 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
262 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
293 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
318 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
[all …]
Dmtp-detect-samsung-yp-u4.txt91 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
106 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
121 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
152 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
182 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
202 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
217 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
248 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
279 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
304 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-trekstor-vibez.txt89 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
141 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
193 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
245 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
297 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
349 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
401 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
453 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
505 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
557 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
[all …]
Dmtp-detect-philips-psa610.txt128 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form READ ONLY
Dmtp-detect-motorola-u9.txt182 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-motorola-z6.txt182 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-motorola-razr2-v8.txt173 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-toshiba-gigabeat-u.txt84 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-toshiba-gigabeat-meu202.txt88 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-w980.txt134 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-w595.txt140 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-w902.txt140 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-w910.txt254 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-w760i.txt130 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-pantech-crux.txt108 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-k850i.txt142 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-c702.txt140 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-c905.txt138 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-w715.txt142 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-w705.txt143 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
Dmtp-detect-sonyericsson-c902.txt125 dc06: AssociationDesc UINT32 data type ANY 32BIT VALUE form GET/SET
/external/libmtp/src/
Dptp-pack.c603 htod32a(&oidata[PTP_oi_AssociationDesc],oi->AssociationDesc); in ptp_pack_OI()
713 oi->AssociationDesc=dtoh32a(&data[PTP_oi_AssociationDesc]); in ptp_unpack_OI()
Dptp.h977 uint32_t AssociationDesc; member
Dlibmtp.c7285 if (ob->oi.AssociationDesc != 0x00000000U) {
7286 LIBMTP_INFO("MTP extended association type 0x%08x encountered\n", ob->oi.AssociationDesc);
Dptp.c6760 ob->oi.AssociationDesc = prop->propval.u32; in ptp_object_want()