Searched refs:handleAppAbort (Results 1 – 3 of 3) sorted by relevance
64 virtual Return<void> handleAppAbort(uint64_t appId, uint32_t abortCode) = 0;92 virtual Return<void> handleAppAbort(uint64_t appId, uint32_t abortCode) override { in handleAppAbort() function93 return mCallback->handleAppAbort(appId, abortCode); in handleAppAbort()
49 virtual Return<void> handleAppAbort(uint64_t appId, uint32_t abortCode) override { in handleAppAbort() function
64 handleAppAbort(uint64_t appId, uint32_t abortCode);