Lines Matching refs:MTP_RESPONSE_OK
342 else if (ret != MTP_RESPONSE_OK) in openSession()
364 if (ret == MTP_RESPONSE_OK) { in getDeviceInfo()
383 if (ret == MTP_RESPONSE_OK) { in getStorageIDs()
399 if (ret == MTP_RESPONSE_OK) { in getStorageInfo()
422 if (ret == MTP_RESPONSE_OK) { in getObjectHandles()
440 if (ret == MTP_RESPONSE_OK) { in getObjectInfo()
457 if (ret == MTP_RESPONSE_OK) { in getThumbnail()
507 if (ret == MTP_RESPONSE_OK) { in sendObjectInfo()
534 return ret == MTP_RESPONSE_OK && writeResult > 0; in sendObject()
546 if (ret == MTP_RESPONSE_OK) in deleteObject()
584 if (ret == MTP_RESPONSE_OK) { in getObjectPropsSupported()
601 if (ret == MTP_RESPONSE_OK) { in getDevicePropDesc()
622 if (ret == MTP_RESPONSE_OK) { in getObjectPropDesc()
645 if (readResponse() != MTP_RESPONSE_OK) in getObjectPropValue()
712 return mResponse.getResponseCode() == MTP_RESPONSE_OK; in readData()
800 return readResponse() == MTP_RESPONSE_OK; in readData()