Lines Matching refs:operation
170 MtpOperationCode operation = mRequest.getOperationCode();
173 ALOGV("operation: %s", MtpDebug::getOperationCodeName(operation));
177 bool dataIn = (operation == MTP_OPERATION_SEND_OBJECT_INFO
178 || operation == MTP_OPERATION_SET_OBJECT_REFERENCES
179 || operation == MTP_OPERATION_SET_OBJECT_PROP_VALUE
180 || operation == MTP_OPERATION_SET_DEVICE_PROP_VALUE);
199 mData.setOperationCode(operation);
318 MtpOperationCode operation = mRequest.getOperationCode();
323 if (mSendObjectHandle != kInvalidObjectHandle && operation != MTP_OPERATION_SEND_OBJECT) {
335 ALOGV("got command %s (%x)", MtpDebug::getOperationCodeName(operation), operation);
337 switch (operation) {
397 response = doGetPartialObject(operation);
428 MtpDebug::getOperationCodeName(operation), operation);
824 MtpResponseCode MtpServer::doGetPartialObject(MtpOperationCode operation) {
831 if (operation == MTP_OPERATION_GET_PARTIAL_OBJECT_64) {