Lines Matching refs:operation
170 MtpOperationCode operation = mRequest.getOperationCode(); in run() local
173 ALOGV("operation: %s", MtpDebug::getOperationCodeName(operation)); in run()
177 bool dataIn = (operation == MTP_OPERATION_SEND_OBJECT_INFO in run()
178 || operation == MTP_OPERATION_SET_OBJECT_REFERENCES in run()
179 || operation == MTP_OPERATION_SET_OBJECT_PROP_VALUE in run()
180 || operation == MTP_OPERATION_SET_DEVICE_PROP_VALUE); in run()
199 mData.setOperationCode(operation); in run()
317 MtpOperationCode operation = mRequest.getOperationCode(); in handleRequest() local
322 if (mSendObjectHandle != kInvalidObjectHandle && operation != MTP_OPERATION_SEND_OBJECT) { in handleRequest()
334 ALOGV("got command %s (%x)", MtpDebug::getOperationCodeName(operation), operation); in handleRequest()
336 switch (operation) { in handleRequest()
396 response = doGetPartialObject(operation); in handleRequest()
427 MtpDebug::getOperationCodeName(operation), operation); in handleRequest()
819 MtpResponseCode MtpServer::doGetPartialObject(MtpOperationCode operation) { in doGetPartialObject() argument
826 if (operation == MTP_OPERATION_GET_PARTIAL_OBJECT_64) { in doGetPartialObject()