Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dhost_link.cc795 UniquePtr<Nanoapp> pendingNanoapp; in handleLoadNanoappRequest() local
797 pendingNanoapp = handleLoadNanoappFile( in handleLoadNanoappRequest()
801 pendingNanoapp = handleLoadNanoappData( in handleLoadNanoappRequest()
806 if (!pendingNanoapp.isNull()) { in handleLoadNanoappRequest()
815 cbData->nanoapp = std::move(pendingNanoapp); in handleLoadNanoappRequest()