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

  /frameworks/av/media/mtp/
MtpFfsHandle.h 42 bool mPtp;
MtpServer.h 44 bool mPtp;
MtpFfsHandle.cpp 354 v2_descriptor.fs_descs = mPtp ? ptp_fs_descriptors : mtp_fs_descriptors;
355 v2_descriptor.hs_descs = mPtp ? ptp_hs_descriptors : mtp_hs_descriptors;
356 v2_descriptor.ss_descs = mPtp ? ptp_ss_descriptors : mtp_ss_descriptors;
358 v2_descriptor.os_desc = mPtp ? ptp_os_desc_compat : mtp_os_desc_compat;
373 v1_descriptor.fs_descs = mPtp ? ptp_fs_descriptors : mtp_fs_descriptors;
374 v1_descriptor.hs_descs = mPtp ? ptp_hs_descriptors : mtp_hs_descriptors;
624 if (mPtp != usePtp) {
628 mPtp = usePtp;
MtpServer.cpp 105 mPtp(ptp),
472 if (mPtp) {
479 if (mPtp) {
    [all...]

Completed in 4463 milliseconds