Home
last modified time | relevance | path

Searched refs:handleAppAbort (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/contexthub/common/default/1.X/utils/
DIContextHubCallbackWrapper.h64 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() function
93 return mCallback->handleAppAbort(appId, abortCode); in handleAppAbort()
/hardware/interfaces/contexthub/common/vts/
DContexthubCallbackBase.h49 virtual Return<void> handleAppAbort(uint64_t appId, uint32_t abortCode) override { in handleAppAbort() function
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal64 handleAppAbort(uint64_t appId, uint32_t abortCode);