Home | History | Annotate | Download | only in mtp

Lines Matching refs:MtpResponseCode

141     MtpResponseCode     doGetDeviceInfo();
142 MtpResponseCode doOpenSession();
143 MtpResponseCode doCloseSession();
144 MtpResponseCode doGetStorageIDs();
145 MtpResponseCode doGetStorageInfo();
146 MtpResponseCode doGetObjectPropsSupported();
147 MtpResponseCode doGetObjectHandles();
148 MtpResponseCode doGetNumObjects();
149 MtpResponseCode doGetObjectReferences();
150 MtpResponseCode doSetObjectReferences();
151 MtpResponseCode doGetObjectPropValue();
152 MtpResponseCode doSetObjectPropValue();
153 MtpResponseCode doGetDevicePropValue();
154 MtpResponseCode doSetDevicePropValue();
155 MtpResponseCode doResetDevicePropValue();
156 MtpResponseCode doGetObjectPropList();
157 MtpResponseCode doGetObjectInfo();
158 MtpResponseCode doGetObject();
159 MtpResponseCode doGetThumb();
160 MtpResponseCode doGetPartialObject(MtpOperationCode operation);
161 MtpResponseCode doSendObjectInfo();
162 MtpResponseCode doSendObject();
163 MtpResponseCode doDeleteObject();
164 MtpResponseCode doGetObjectPropDesc();
165 MtpResponseCode doGetDevicePropDesc();
166 MtpResponseCode doSendPartialObject();
167 MtpResponseCode doTruncateObject();
168 MtpResponseCode doBeginEditObject();
169 MtpResponseCode doEndEditObject();