HomeSort by relevance Sort by last modified time
    Searched refs:desc_v1 (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/mtp/
MtpDescriptors.h 58 struct desc_v1 { struct in namespace:android
100 extern const struct desc_v1 mtp_desc_v1;
101 extern const struct desc_v1 ptp_desc_v1;
MtpDescriptors.cpp 241 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)));
  /system/core/adb/daemon/
usb.cpp 77 struct desc_v1 { struct
253 struct desc_v1 v1_descriptor;

Completed in 75 milliseconds