Home
last modified time | relevance | path

Searched defs:req (Results 1 – 25 of 39) sorted by relevance

12

/aosp14/system/core/trusty/keymaster/set_attestation_ids/
H A Dset_attestation_ids.cpp44 void print_usage(const char* prog, const keymaster::SetAttestationIdsRequest& req) { in print_usage()
72 void populate_ids(keymaster::SetAttestationIdsRequest* req) { in populate_ids()
85 keymaster::SetAttestationIdsRequest req(/* ver = */ 4); in main() local
/aosp14/system/core/trusty/storage/proxy/
H A Dstorage.c187 const struct storage_file_delete_req *req = r; in storage_file_delete() local
253 const struct storage_file_open_req *req = r; in storage_file_open() local
384 const struct storage_file_close_req *req = r; in storage_file_close() local
425 const struct storage_file_write_req *req = r; in storage_file_write() local
464 const struct storage_file_read_req *req = r; in storage_file_read() local
502 const struct storage_file_get_size_req *req = r; in storage_file_get_size() local
535 const struct storage_file_set_size_req *req = r; in storage_file_set_size() local
564 const struct storage_file_get_max_size_req* req = r; in storage_file_get_max_size() local
H A Drpmb.c324 static int send_mmc_rpmb_req(int mmc_fd, const struct storage_rpmb_send_req* req, in send_mmc_rpmb_req()
388 static int send_ufs_rpmb_req(int sg_fd, const struct storage_rpmb_send_req* req, in send_ufs_rpmb_req()
510 const struct storage_rpmb_send_req* req = r; in rpmb_send() local
H A Dproxy.c75 static int handle_req(struct storage_msg* msg, const void* req, size_t req_len) { in handle_req()
/aosp14/system/core/trusty/storage/lib/
H A Dstorage.c147 struct storage_file_open_req req = { .flags = flags }; in storage_open_file() local
169 struct storage_file_close_req req = { .handle = _to_handle(fh)}; in storage_close_file() local
183 struct storage_file_delete_req req = { .flags = 0, }; in storage_delete_file() local
194 struct storage_file_read_req req = { .handle = _to_handle(fh), .size = size, .offset = off }; in _read_chunk() local
229 struct storage_file_write_req req = { .handle = _to_handle(fh), .offset = off, }; in _write_req() local
271 struct storage_file_set_size_req req = { .handle = _to_handle(fh), .size = file_size, }; in storage_set_file_size() local
282 struct storage_file_get_size_req req = { .handle = _to_handle(fh), }; in storage_get_file_size() local
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java137 VoiceInteractor.AbortVoiceRequest req = new TestAbortVoice(); in onClick() local
140 VoiceInteractor.CompleteVoiceRequest req = new TestCompleteVoice(); in onClick() local
143 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick() local
153 VoiceInteractor.PickOptionRequest req = new TestPickOption(options); in onClick() local
H A DStartVoiceInteractionActivity.java76 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick() local
86 VoiceInteractor.PickOptionRequest req = new TestPickOption(options); in onClick() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
H A DParametersTest.kt29 val req by SingleArgParam(longName = "param", valueParser = Type.Boolean) regex
37 val req by param regex
/aosp14/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java111 ArgumentCaptor<SynthesisRequest> req = ArgumentCaptor.forClass(SynthesisRequest.class); in testSetLanguage_availableLanguage() local
178 ArgumentCaptor<SynthesisRequest> req = ArgumentCaptor.forClass(SynthesisRequest.class); in testDefaultLanguage_setsVoiceName() local
/aosp14/system/core/trusty/libtrusty/
H A Dtrusty.c57 struct tipc_send_msg_req req; in tipc_send() local
/aosp14/system/core/trusty/keymaster/set_attestation_key/
H A Dset_attestation_key.cpp122 SetAttestationKeyRequest req; in set_attestation_key_or_cert_bin() local
249 ClearAttestationCertChainRequest req; in clear_cert_chain() local
346 keymaster::SetAttestationIdsRequest req(4 /* ver */); in provision_ids() local
/aosp14/system/core/trusty/coverage/
H A Dcoverage.cpp81 Result<void> CoverageRecord::Rpc(coverage_client_req* req, int req_fd, coverage_client_resp* resp) { in Rpc()
117 coverage_client_req req; in Open() local
/aosp14/frameworks/base/core/java/android/app/
H A DVoiceInteractor.java917 Request req = mActiveRequests.get(request.asBinder()); in pullRequest() local
947 Request req = reqs.get(i); in attachActivity() local
963 Request req = reqs.get(i); in detachActivity() local
973 Request req = reqs.get(i); in detachActivity() local
1082 Request req = mActiveRequests.valueAt(i); in getActiveRequest() local
1197 Request req = mActiveRequests.valueAt(i); in dump() local
/aosp14/system/core/trusty/metrics/
H A Dmetrics.cpp92 auto req = reinterpret_cast<metrics_req*>(msg); in HandleEvent() local
/aosp14/system/core/libusbhost/
H A Dusbhost.c704 struct usb_request *req = calloc(1, sizeof(struct usb_request)); in usb_request_new() local
719 void usb_request_free(struct usb_request *req) in usb_request_free()
725 int usb_request_queue(struct usb_request *req) in usb_request_queue()
768 struct usb_request *req = (struct usb_request*)urb->usercontext; in usb_request_wait() local
775 int usb_request_cancel(struct usb_request *req) in usb_request_cancel()
/aosp14/system/core/trusty/apploader/fuzz/
H A Dapp_fuzzer.cpp54 apploader_load_app_req req = { in SendLoadMsg() local
/aosp14/frameworks/base/telephony/java/android/telephony/gba/
H A DGbaService.java102 GbaAuthRequest req = (GbaAuthRequest) msg.obj; in handleMessage() local
/aosp14/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp70 ConfigureRequest req(message_version()); in Initialize() local
101 static void ForwardCommand(enum keymaster_command command, const KeymasterMessage& req, in ForwardCommand()
/aosp14/system/core/trusty/apploader/
H A Dapploader.cpp170 struct apploader_load_app_req req = { in send_load_message() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DLmkdConnection.java291 public boolean exchange(ByteBuffer req, ByteBuffer repl) { in exchange()
/aosp14/system/core/trusty/keymaster/ipc/
H A Dtrusty_keymaster_ipc.cpp277 keymaster_error_t trusty_keymaster_send(uint32_t command, const keymaster::Serializable& req, in trusty_keymaster_send()
/aosp14/frameworks/base/core/java/android/content/om/
H A DOverlayManagerTransaction.java309 final Request req = mRequests.get(i); in writeToParcel() local
/aosp14/system/core/debuggerd/client/
H A Ddebuggerd_client.cpp173 InterceptRequest req = { in debuggerd_trigger_dump() local
/aosp14/system/core/fastboot/
H A Dusb_osx.cpp361 IOUSBDevRequest req; in try_device() local
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java483 Request req = session.removeRequest(mInterface.asBinder()); in finishRequest() local
1116 void addRequest(Request req) { in addRequest()
1118 mActiveRequests.put(req.mInterface.asBinder(), req); in addRequest() local
2220 Request req = mActiveRequests.valueAt(i); in dump() local

12