OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookupAppByInstanceId
(Results
1 - 2
of
2
) sorted by null
/system/chre/core/
event_loop.cc
273
return
lookupAppByInstanceId
(instanceId);
286
Nanoapp *app =
lookupAppByInstanceId
(instanceId);
369
mCurrentApp =
lookupAppByInstanceId
(event->senderInstanceId);
387
Nanoapp *EventLoop::
lookupAppByInstanceId
(uint32_t instanceId) const {
/system/chre/core/include/chre/core/
event_loop.h
358
Nanoapp *
lookupAppByInstanceId
(uint32_t instanceId) const;
Completed in 478 milliseconds