Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 22 of 22) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/
Dpoc.cpp61 Parcel data, reply; in bcfree_helper() local
69 Parcel data, reply; in bcfree_helper() local
82 Parcel data, reply; in bcfree() local
90 Parcel data, reply; in bcfree() local
151 Parcel data, reply; in bcfree() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9424/
Dpoc.cpp53 Parcel data, reply; in make_crypto() local
64 Parcel data, reply; in create_plugin() local
79 Parcel data, reply; in set_heap() local
93 Parcel data, reply; in decrypt() local
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleActivityImmediateExit.java48 Intent reply = new Intent(); in onStop() local
DSimpleActivityStartService.java46 Intent reply = new Intent(ACTION_SIMPLE_ACTIVITY_START_SERVICE_RESULT); in attemptStartService() local
DSimpleActivity.java46 Intent reply = new Intent(); in onStart() local
DSimpleActivityChainExit.java76 Intent reply = new Intent(); in onStop() local
DSimpleActivityStartFgService.java74 Intent reply = new Intent(ACTION_SIMPLE_ACTIVITY_START_FG_SERVICE_RESULT); in attemptStartService() local
DSimpleService3.java83 Intent reply = new Intent(ACTION_SIMPLE_ACTIVITY_START_FG_SERVICE_RESULT); in onStartCommand() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/
Dpoc.cpp57 Parcel data, reply; in main() local
/cts/tests/tests/externalservice/service/src/android/externalservice/service/
DBaseService.java57 Message reply = Message.obtain(null, ServiceMessages.MSG_IDENTIFY_RESPONSE); in handleMessage() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2419/
Dpoc.cpp50 Parcel data, reply; in doInforLeakTest() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp29 status_t onTransact(uint32_t code, const Parcel &data, Parcel *reply, in onTransact()
102 status_t getParameter(int key, Parcel *reply) { return OK; } in getParameter()
126 status_t invoke(const Parcel &request, Parcel *reply) { return OK; } in invoke()
130 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply) { in getMetadata()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-0811/
Dpoc.cpp26 Parcel data, reply; in mediaPoc() local
/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DReplyUtil.java60 final Intent reply = new Intent(replyAction).setPackage(MAIN_CTS_PACKAGE); in sendReply() local
/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java368 private boolean eqGetParam(int media, int command, int band, byte[] reply) { in eqGetParam()
396 private boolean eqGetParam(int media, int command, int band, int[] reply) { in eqGetParam()
425 int reply[] = {value0, value1}; in testGetParam() local
DIBinderExchange.java55 int code, android.os.Parcel data, android.os.Parcel reply, int flags) in onTransact()
DAudioSecurityTest.java45 private static void verifyZeroReply(byte[] reply) throws Exception { in verifyZeroReply()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2412/
Dpoc.cpp79 Parcel data, reply; in transact() local
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java272 CharSequence reply = smartReplies.get(i); in testAdjustNotification_smartReplyKey() local
292 CharSequence reply = smartReplies.get(i); in testAdjustNotification_smartReplyKey() local
/cts/tests/app/src/android/app/cts/
DServiceTest.java316 Parcel reply = Parcel.obtain(); in zygotePreloadCalled() local
343 Parcel reply = Parcel.obtain(); in getValue() local
358 Parcel reply = Parcel.obtain(); in getPidIpc() local
373 Parcel reply = Parcel.obtain(); in getPpidIpc() local
388 Parcel reply = Parcel.obtain(); in getUidIpc() local
742 protected boolean onTransact(int code, Parcel data, Parcel reply, in onTransact()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13232/
Dpoc.cpp77 Parcel data, reply; in getOutputForAttr() local
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c433 u32 reply = cmd == BR_ACQUIRE ? BC_ACQUIRE_DONE : BC_INCREFS_DONE; in handle_cmd() local