Home | History | Annotate | Download | only in mtp

Lines Matching refs:operation

168         MtpOperationCode operation = mRequest.getOperationCode();
171 ALOGV("operation: %s", MtpDebug::getOperationCodeName(operation));
175 bool dataIn = (operation == MTP_OPERATION_SEND_OBJECT_INFO
176 || operation == MTP_OPERATION_SET_OBJECT_REFERENCES
177 || operation == MTP_OPERATION_SET_OBJECT_PROP_VALUE
178 || operation == MTP_OPERATION_SET_DEVICE_PROP_VALUE);
197 mData.setOperationCode(operation);
310 MtpOperationCode operation = mRequest.getOperationCode();
315 if (mSendObjectHandle != kInvalidObjectHandle && operation != MTP_OPERATION_SEND_OBJECT) {
321 switch (operation) {
381 response = doGetPartialObject(operation);
411 ALOGE("got unsupported command %s", MtpDebug::getOperationCodeName(operation));
766 MtpResponseCode MtpServer::doGetPartialObject(MtpOperationCode operation) {
773 if (operation == MTP_OPERATION_GET_PARTIAL_OBJECT_64) {