HomeSort by relevance Sort by last modified time
    Searched refs:lookupAppByAppId (Results 1 - 2 of 2) sorted by null

  /system/chre/core/include/chre/core/
event_loop.h 347 Nanoapp *lookupAppByAppId(uint64_t appId) const;
  /system/chre/core/
event_loop.cc 89 Nanoapp *nanoapp = lookupAppByAppId(appId);
279 Nanoapp *app = lookupAppByAppId(appId);
377 Nanoapp *EventLoop::lookupAppByAppId(uint64_t appId) const {

Completed in 370 milliseconds