Home
last modified time | relevance | path

Searched refs:desc_v1 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/mtp/
DMtpDescriptors.h58 struct desc_v1 { struct
100 extern const struct desc_v1 mtp_desc_v1;
101 extern const struct desc_v1 ptp_desc_v1;
DMtpDescriptors.cpp241 const struct desc_v1 mtp_desc_v1 = {
244 .length = htole32(sizeof(struct desc_v1)),
252 const struct desc_v1 ptp_desc_v1 = {
255 .length = htole32(sizeof(struct desc_v1)),
269 &(ptp ? ptp_desc_v1 : mtp_desc_v1), sizeof(desc_v1))); in writeDescriptors()