Home
last modified time | relevance | path

Searched refs:nanoapp (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/pixelstats/
DDropDetect.cpp113 for (const std::unique_ptr<fbs::NanoappListEntryT> &nanoapp : response.nanoapps) { in handleNanoappListResponse() local
114 if (nanoapp->app_id == kDropDetectAppId) { in handleNanoappListResponse()
115 if (!nanoapp->enabled) in handleNanoappListResponse()
/hardware/interfaces/contexthub/1.0/
DIContexthub.hal70 * Loading a nanoapp must not take more than 30 seconds.
101 * Unloading a nanoapp must not take more than 5 seconds.
122 * Enabling a nanoapp must not take more than 5 seconds.
143 * Disabling a nanoapp must not take more than 5 seconds.
Dtypes.hal45 // Implementation-specific binary nanoapp data. This does not include the
46 // common nanoapp header that contains the app ID, etc., as this data is
DIContexthubCallback.hal56 * This method must be called when a nanoapp invokes chreAbort(...)).