/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/ |
H A D | SyncClientInterface.java | 259 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 D | AsyncClientInterface.java | 252 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 D | CrtChecksumUtils.java | 38 S3MetaRequestOptions.MetaRequestType requestType, in checksumConfig() 61 …private static boolean checksumNotApplicable(S3MetaRequestOptions.MetaRequestType requestType, Htt… in checksumNotApplicable() 81 … S3MetaRequestOptions.MetaRequestType requestType, in crtChecksumAlgorithm() 104 S3MetaRequestOptions.MetaRequestType requestType, in validateResponseChecksum()
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/ |
H A D | DependencyRequestValidator.java | 76 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 D | FrameNumberTracker.java | 71 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 D | ShortcutRequestPinProcessor.java | 220 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 D | AdRequest.java | 91 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 D | BaseWaiterInterfaceSpec.java | 115 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 D | CtsIsolatedInferenceService.java | 102 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 D | RestrictionsReceiver.java | 64 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 D | UsbDeviceConnection.java | 240 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 D | ImsSsData.java | 236 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 D | IOnDeviceSandboxedInferenceService.aidl | 43 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 D | IOnDeviceSandboxedInferenceService.aidl | 43 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 D | OnDeviceSandboxedInferenceService.java | 199 int requestType, in onBind() 232 int requestType, in onBind()
|
/aosp_15_r20/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/ |
D | UsbDevice.java | 56 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 D | descriptors.ts | 114 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/ |
D | OptionsRequest.java | 61 public OptionsRequest(int subId, @UceRequestType int requestType, in OptionsRequest() 69 public OptionsRequest(int subId, @UceRequestType int requestType, in OptionsRequest()
|
D | SubscribeRequest.java | 81 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 D | IOnDeviceIntelligenceManager.aidl | 65 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 D | IOnDeviceIntelligenceManager.aidl | 65 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 D | QueryProtocolSpec.java | 107 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 D | chre_stress_test_manager.cc | 60 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 D | gnss_world.cc | 151 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 D | ShadowUsbDeviceConnection.java | 66 int requestType, int request, int value, int index, byte[] buffer, int length, int timeout) { in controlTransfer() 72 int requestType, in controlTransfer()
|