Home
last modified time | relevance | path

Searched defs:requestType (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/
H A DSyncClientInterface.java259 ClassName requestType = ClassName.get(model.getMetadata().getFullModelPackageName(), in operationMethodSignature() local
305 ClassName requestType = ClassName.get(model.getMetadata().getFullModelPackageName(), in paginatedSimpleMethod() local
341 ClassName requestType = ClassName.get(model.getMetadata().getFullModelPackageName(), in overloadedMethods() local
375 ClassName requestType = ClassName.get(model.getMetadata().getFullModelPackageName(), in simpleMethodWithNoArgs() local
392 … uploadFromFileSimpleMethod(OperationModel opModel, TypeName responseType, ClassName requestType) { in uploadFromFileSimpleMethod()
415 …pec inputStreamSimpleMethod(OperationModel opModel, TypeName responseType, ClassName requestType) { in inputStreamSimpleMethod()
434 …ethodSpec bytesSimpleMethod(OperationModel opModel, TypeName responseType, ClassName requestType) { in bytesSimpleMethod()
452 … downloadToFileSimpleMethod(OperationModel opModel, TypeName responseType, ClassName requestType) { in downloadToFileSimpleMethod()
478 ClassName requestType) { in streamingInputOutputFileSimpleMethod()
H A DAsyncClientInterface.java252 ClassName requestType = ClassName.get(modelPackage, opModel.getInput().getVariableType()); in paginatedTraditionalMethod() local
274 ClassName requestType = ClassName.get(modelPackage, opModel.getInput().getVariableType()); in paginatedSimpleMethod() local
332 ClassName requestType = ClassName.get(modelPackage, opModel.getInput().getVariableType()); in traditionalMethod() local
376 ClassName requestType = ClassName.get(modelPackage, opModel.getInput().getVariableType()); in streamingInputFileSimpleMethod() local
392 ClassName requestType = ClassName.get(modelPackage, opModel.getInput().getVariableType()); in streamingOutputFileSimpleMethod() local
410 ClassName requestType = ClassName.get(modelPackage, opModel.getInput().getVariableType()); in streamingInputOutputFileSimpleMethod() local
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/crt/
H A DCrtChecksumUtils.java38 S3MetaRequestOptions.MetaRequestType requestType, in checksumConfig()
61 …private static boolean checksumNotApplicable(S3MetaRequestOptions.MetaRequestType requestType, Htt… in checksumNotApplicable()
81S3MetaRequestOptions.MetaRequestType requestType, in crtChecksumAlgorithm()
104 S3MetaRequestOptions.MetaRequestType requestType, in validateResponseChecksum()
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/
H A DDependencyRequestValidator.java76 ValidationReport.Builder report, XElement requestElement, XType requestType) { in validateDependencyRequest()
122 private final XType requestType; field in DependencyRequestValidator.Validator
125 Validator(ValidationReport.Builder report, XElement requestElement, XType requestType) { in Validator()
205 XType requestType = requestElement.getType(); in checkNotProducer() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/impl/
H A DFrameNumberTracker.java71 int requestType = pair.getValue(); in update() local
124 public void updateTracker(long frameNumber, boolean isError, int requestType) { in updateTracker()
149 int requestType) { in updateTracker()
210 int requestType) throws IllegalArgumentException { in updateCompletedFrameNumber()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutRequestPinProcessor.java220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported()
237 final int requestType = inShortcut != null ? in requestPinItemLocked() local
387 PinItemRequest request, int requestType) { in startRequestConfirmActivity()
418 int callingUserId, int requestType) { in getRequestPinConfirmationActivity()
/aosp_15_r20/frameworks/base/media/java/android/media/tv/
H A DAdRequest.java91 public AdRequest(int id, @RequestType int requestType, in AdRequest()
98 public AdRequest(int id, @RequestType int requestType, @Nullable Uri uri, long startTime, in AdRequest()
103 private AdRequest(int id, @RequestType int requestType, in AdRequest()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/waiters/
H A DBaseWaiterInterfaceSpec.java115 ClassName requestType = ClassName.get(modelPackage, opModel.getInput().getVariableType()); in waiterOperation() local
144 ParameterizedTypeName requestType = ParameterizedTypeName.get(ClassName.get(Consumer.class), in waiterConsumerBuilderOperationWithOverrideConfig() local
178 ParameterizedTypeName requestType = ParameterizedTypeName.get(ClassName.get(Consumer.class), in waiterConsumerBuilderOperation() local
/aosp_15_r20/cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/
H A DCtsIsolatedInferenceService.java102 int requestType, @Nullable CancellationSignal cancellationSignal, in onProcessRequestStreaming()
152 int requestType, @Nullable CancellationSignal cancellationSignal, in onProcessRequest()
164 int requestType, @Nullable CancellationSignal cancellationSignal, in processRequest()
/aosp_15_r20/frameworks/base/core/java/android/service/restrictions/
H A DRestrictionsReceiver.java64 String packageName, String requestType, String requestId, PersistableBundle request); in onRequestPermission()
77 String requestType = intent.getStringExtra(RestrictionsManager.EXTRA_REQUEST_TYPE); in onReceive() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java240 public int controlTransfer(int requestType, int request, int value, in controlTransfer()
265 public int controlTransfer(int requestType, int request, int value, int index, in controlTransfer()
439 private native int native_control_request(int requestType, int request, int value, in native_control_request()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/
H A DImsSsData.java236 public final @RequestType int requestType; field in ImsSsData
299 public Builder(@ServiceType int serviceType, int requestType, int teleserviceType, in Builder()
352 public ImsSsData(@ServiceType int serviceType, int requestType, int teleserviceType, in ImsSsData()
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/module/java/android/service/ondeviceintelligence/
H A DIOnDeviceSandboxedInferenceService.aidl43 void processRequest(int callerUid, in Feature feature, in Bundle request, in int requestType, in processRequest()
47 …d processRequestStreaming(int callerUid, in Feature feature, in Bundle request, in int requestType, in processRequestStreaming()
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/platform/java/android/service/ondeviceintelligence/
H A DIOnDeviceSandboxedInferenceService.aidl43 void processRequest(int callerUid, in Feature feature, in Bundle request, in int requestType, in processRequest()
47 …d processRequestStreaming(int callerUid, in Feature feature, in Bundle request, in int requestType, in processRequestStreaming()
H A DOnDeviceSandboxedInferenceService.java199 int requestType, in onBind()
232 int requestType, in onBind()
/aosp_15_r20/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/
DUsbDevice.java56 public int controlTransfer(byte requestType, byte request, int value, int index, byte[] data) { in controlTransfer()
67 byte requestType, byte request, int value, int index, byte[] data, int timeout) { in controlTransfer()
/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Ddescriptors.ts114 readonly requestType: any; property in Method
142 const requestType = protoCollection.getMessageCreator( constant
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DOptionsRequest.java61 public OptionsRequest(int subId, @UceRequestType int requestType, in OptionsRequest()
69 public OptionsRequest(int subId, @UceRequestType int requestType, in OptionsRequest()
DSubscribeRequest.java81 public SubscribeRequest(int subId, @UceRequestType int requestType, in SubscribeRequest()
91 public SubscribeRequest(int subId, @UceRequestType int requestType, in SubscribeRequest()
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/module/java/android/app/ondeviceintelligence/
H A DIOnDeviceIntelligenceManager.aidl65 void processRequest(in Feature feature, in Bundle requestBundle, int requestType, in processRequest()
72 … in Bundle requestBundle, int requestType, in AndroidFuture cancellationSignalFuture, in processRequestStreaming()
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/platform/java/android/app/ondeviceintelligence/
H A DIOnDeviceIntelligenceManager.aidl65 void processRequest(in Feature feature, in Bundle requestBundle, int requestType, in processRequest()
72 … in Bundle requestBundle, int requestType, in AndroidFuture cancellationSignalFuture, in processRequestStreaming()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/specs/
H A DQueryProtocolSpec.java107 ClassName requestType = poetExtensions.getModelClass(opModel.getInput().getVariableType()); in executionHandler() local
144 ClassName requestType = poetExtensions.getModelClass(opModel.getInput().getVariableType()); in asyncExecutionHandler() local
/aosp_15_r20/system/chre/apps/test/common/chre_stress_test/src/
H A Dchre_stress_test_manager.cc60 bool isRequestTypeForLocation(uint8_t requestType) { in isRequestTypeForLocation()
65 bool isRequestTypeForMeasurement(uint8_t requestType) { in isRequestTypeForMeasurement()
390 const char *requestType = in handleBleAsyncResult() local
/aosp_15_r20/system/chre/apps/gnss_world/
H A Dgnss_world.cc151 const char *getNameStringFromRequestType(uint8_t requestType) { in getNameStringFromRequestType()
164 const char *getActionStringFromRequestType(uint8_t requestType) { in getActionStringFromRequestType()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowUsbDeviceConnection.java66 int requestType, int request, int value, int index, byte[] buffer, int length, int timeout) { in controlTransfer()
72 int requestType, in controlTransfer()

12345678910>>...26