/aosp_15_r20/hardware/ril/libril/ |
H A D | ril_service.cpp | 2910 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() 2924 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() 2943 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() 2959 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() 3009 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() 3031 int responseType, int serial, RIL_Errno e, in supplyIccPukForAppResponse() 3052 int responseType, int serial, RIL_Errno e, in supplyIccPin2ForAppResponse() 3073 int responseType, int serial, RIL_Errno e, in supplyIccPuk2ForAppResponse() 3094 int responseType, int serial, RIL_Errno e, in changeIccPinForAppResponse() 3115 int responseType, int serial, RIL_Errno e, in changeIccPin2ForAppResponse() [all …]
|
H A D | ril.cpp | 283 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData() local 619 int responseType; in RIL_onRequestComplete() local 772 int responseType; in RIL_onUnsolicitedResponse() local
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 4840 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() 4856 int serial, int responseType, RIL_Errno e) { in populateResponseInfo_1_6() 4869 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() 4888 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() 4903 …:hardware::radio::V1_6::RadioResponseInfo &responseInfo, int serial, int responseType, RIL_Errno e, in responseInt_1_6() 4919 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() 5033 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() 5055 int responseType, int serial, RIL_Errno e, in supplyIccPukForAppResponse() 5076 int responseType, int serial, RIL_Errno e, in supplyIccPin2ForAppResponse() 5097 int responseType, int serial, RIL_Errno e, in supplyIccPuk2ForAppResponse() [all …]
|
D | ril_config.cpp | 348 int radio_1_6::getSimSlotsStatusResponse(int slotId, int responseType, int serial, in getSimSlotsStatusResponse() 385 int radio_1_6::setSimSlotsMappingResponse(int slotId, int responseType, int serial, in setSimSlotsMappingResponse() 404 int radio_1_6::getPhoneCapabilityResponse(int slotId, int responseType, int serial, in getPhoneCapabilityResponse() 438 int radio_1_6::setPreferredDataModemResponse(int slotId, int responseType, int serial, in setPreferredDataModemResponse() 457 int radio_1_6::setModemsConfigResponse(int slotId, int responseType, int serial, in setModemsConfigResponse() 476 int radio_1_6::getModemsConfigResponse(int slotId, int responseType, int serial, in getModemsConfigResponse() 503 int radio_1_6::getHalDeviceCapabilitiesResponse(int slotId, int responseType, int serial, in getHalDeviceCapabilitiesResponse()
|
D | ril.cpp | 300 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData() local 651 int responseType; in RIL_onRequestComplete() local 817 int responseType; in RIL_onUnsolicitedResponse() local
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/ |
H A D | SyncClientInterface.java | 227 TypeName responseType = ClassName.get(model.getMetadata().getFullModelPackageName(), in operationBaseSignature() local 322 … streamingMethod(MethodSpec.Builder methodBuilder, OperationModel opModel, TypeName responseType) { in streamingMethod() 339 TypeName responseType = ClassName.get(model.getMetadata().getFullModelPackageName(), in overloadedMethods() local 392 …private MethodSpec uploadFromFileSimpleMethod(OperationModel opModel, TypeName responseType, Class… in uploadFromFileSimpleMethod() 415 …private MethodSpec inputStreamSimpleMethod(OperationModel opModel, TypeName responseType, ClassNam… in inputStreamSimpleMethod() 434 …private MethodSpec bytesSimpleMethod(OperationModel opModel, TypeName responseType, ClassName requ… in bytesSimpleMethod() 452 …private MethodSpec downloadToFileSimpleMethod(OperationModel opModel, TypeName responseType, Class… in downloadToFileSimpleMethod() 477 TypeName responseType, in streamingInputOutputFileSimpleMethod()
|
H A D | AsyncClientClass.java | 354 … ClassName responseType = poetExtensions.getModelClass(opModel.getReturnType().getReturnType()); in operationBody() local 454 … ClassName responseType = poetExtensions.getModelClass(opModel.getReturnType().getReturnType()); in operationBody() local
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | RcsStatsTest.java | 298 int[] responseType = { in onRcsAcsProvisioningStats_withAtoms() local 336 int[] responseType = { in onRcsAcsProvisioningStats_withAtomsInvalidSubId() local 378 int responseType = in onRcsAcsProvisioningStats_byCallBack() local 412 int responseType = in onRcsAcsProvisioningStats_byErrorCallBack() local 453 int[] responseType = {TelephonyStatsLog.RCS_ACS_PROVISIONING_STATS__RESPONSE_TYPE__ERROR, in onStoreCompleteRcsAcsProvisioningStats_withSubId() local 502 int[] responseType = {TelephonyStatsLog.RCS_ACS_PROVISIONING_STATS__RESPONSE_TYPE__ERROR, in onFlushIncompleteRcsAcsProvisioningStats_withoutSubId() local
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/specs/ |
H A D | XmlProtocolSpec.java | 79 … ClassName responseType = poetExtensions.getModelClass(opModel.getReturnType().getReturnType()); in responseHandler() local 99 … ClassName responseType = poetExtensions.getModelClass(opModel.getReturnType().getReturnType()); in streamingResponseHandler() local 124 … TypeName responseType = poetExtensions.getModelClass(opModel.getReturnType().getReturnType()); in executionHandler() local
|
H A D | QueryProtocolSpec.java | 85 … ClassName responseType = poetExtensions.getModelClass(opModel.getReturnType().getReturnType()); in responseHandler() local 106 … TypeName responseType = poetExtensions.getModelClass(opModel.getReturnType().getReturnType()); in executionHandler() local
|
H A D | JsonProtocolSpec.java | 176 TypeName responseType = getPojoResponseType(opModel, poetExtensions); in executionHandler() local 250 …TypeName responseType = opModel.hasEventStreamOutput() && !isRestJson ? ClassName.get(SdkResponse.… in asyncExecutionHandler() local
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/samplecode/ |
H A D | ServiceClientHeaderSampleComposerTest.java | 102 TypeNode responseType = in composeClassHeaderSample_firstMethodIsNotUnaryRpc() local 681 TypeNode responseType = in valid_composeShowcaseMethodSample_lroUnaryRpcWithNoMethodArgument() local 749 TypeNode responseType = in valid_composeShowcaseMethodSample_lroRpcWithReturnResponseType() local 835 TypeNode responseType = in valid_composeShowcaseMethodSample_lroRpcWithReturnVoid() local
|
H A D | ServiceClientCallableMethodSampleComposerTest.java | 73 TypeNode responseType = in valid_composeLroCallableMethod_withReturnResponse() local 144 TypeNode responseType = in valid_composeLroCallableMethod_withReturnVoid() local 846 TypeNode responseType = in valid_composeRegularCallableMethod_lroRpc() local 916 TypeNode responseType = in valid_composeRegularCallableMethod_lroRpcWithReturnVoid() local
|
H A D | ServiceClientMethodSampleComposerTest.java | 172 TypeNode responseType = in valid_composeDefaultSample_hasLroMethodWithReturnResponse() local 238 TypeNode responseType = in valid_composeDefaultSample_hasLroMethodWithReturnVoid() local
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/model/ |
H A D | LongrunningOperation.java | 23 public abstract TypeNode responseType(); in responseType() method in LongrunningOperation 36 public abstract Builder setResponseType(TypeNode responseType); in setResponseType()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/ |
H A D | ResponseBytes.java | 23 ASN1ObjectIdentifier responseType; field in ResponseBytes 27 ASN1ObjectIdentifier responseType, in ResponseBytes()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ocsp/ |
H A D | ResponseBytes.java | 25 ASN1ObjectIdentifier responseType; field in ResponseBytes 29 ASN1ObjectIdentifier responseType, in ResponseBytes()
|
/aosp_15_r20/external/pigweed/pw_rpc/ts/ |
H A D | descriptors.ts | 115 readonly responseType: any; property in Method 145 const responseType = protoCollection.getMessageCreator( constant
|
/aosp_15_r20/external/openscreen/cast/protocol/castv2/ |
H A D | receiver_schema.json | 23 "responseType": {"type": "string", "enum": ["GET_APP_AVAILABILITY"]}, object 48 "properties": {"responseType": {"const": "GET_APP_AVAILABILITY"}}, object
|
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsSocketClient.java | 453 String responseType = socket == multicastSocket ? MULTICAST_TYPE : UNICAST_TYPE; in receiveThreadMain() local 471 private int processResponsePacket(@NonNull DatagramPacket packet, String responseType, in processResponsePacket()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssVisibilityControl.java | 139 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() 301 byte responseType, boolean inEmergencyMode, boolean isCachedLocation) { in NfwNotification()
|
/aosp_15_r20/external/openscreen/cast/protocol/castv2/receiver_examples/ |
H A D | get_app_availability_response.json | 4 "responseType": "GET_APP_AVAILABILITY" string
|
/aosp_15_r20/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/annotations/ |
H A D | RpcMethod.java | 64 Class<?> responseType(); in responseType() method
|
/aosp_15_r20/frameworks/base/media/java/android/media/tv/ |
H A D | CommandResponse.java | 55 @Nullable String response, @NonNull String responseType) { in CommandResponse()
|
H A D | AdResponse.java | 65 public AdResponse(int id, @ResponseType int responseType, long elapsedTime) { in AdResponse()
|