Home
last modified time | relevance | path

Searched refs:replyData (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0479/
Dpoc.cpp43 const std::vector<uint8_t>& replyData __unused) { in commandExecuted()
81 std::vector<uint8_t> replyData; in main() local
121 &replyData, &err); in main()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCommandSession.java822 final Bundle replyData = new Bundle();
823 replyData.putParcelable(KEY_CONFIG_INFO, getConfigInfo());
824 reply(COMMAND_GET_CONFIG, replyData);
830 final Bundle replyData = new Bundle();
831 replyData.putParcelable(KEY_APP_CONFIG_INFO, getAppConfigInfo());
832 reply(COMMAND_GET_APP_CONFIG, replyData);
843 final Bundle replyData = new Bundle();
844 replyData.putParcelableArrayList(KEY_CALLBACK_HISTORY, getCallbackHistory());
845 reply(command, replyData);
892 final Bundle replyData = new Bundle();
[all …]