Searched refs:mNanoapps (Results 1 - 2 of 2) sorted by relevance

/system/chre/core/
H A Devent_loop.cc65 for (const UniquePtr<Nanoapp>& app : mNanoapps) {
79 for (const UniquePtr<Nanoapp>& nanoapp : mNanoapps) {
134 while (!mNanoapps.empty()) {
135 unloadNanoappAtIndex(mNanoapps.size() - 1);
154 } else if (!mNanoapps.prepareForPush()) {
164 mNanoapps.push_back(std::move(nanoapp));
166 // mNanoapps.back() - use newNanoapp to reference it
179 // of mNanoapps, but we are assured that no new nanoapps were added since
182 mNanoapps.pop_back();
195 for (size_t i = 0; i < mNanoapps
[all...]
/system/chre/core/include/chre/core/
H A Devent_loop.h191 return mNanoapps.size();
280 DynamicVector<UniquePtr<Nanoapp>> mNanoapps; member in class:chre::EventLoop
283 //! (1) make changes to the mNanoapps vector, or
284 //! (2) read the mNanoapps vector from a thread other than the one
286 //! It is not necessary to acquire the lock when reading mNanoapps from within
402 * Stops and unloads the Nanoapp at the given index in mNanoapps.

Completed in 128 milliseconds