Searched refs:chreNanoappInfo (Results 1 - 10 of 10) sorted by relevance

/system/chre/apps/chqts/src/general_test/
H A Dnanoapp_info.h47 * @param info The chreNanoappInfo to populate with query results
50 bool queryByAppId(struct chreNanoappInfo *info);
55 * @param info The chreNanoappInfo to populate with query results
58 bool queryByInstanceId(struct chreNanoappInfo *info);
H A Drunning_info.h43 struct chreNanoappInfo mRunningInfo;
H A Dnanoapp_info.cc64 bool NanoappInfo::queryByAppId(struct chreNanoappInfo *info) {
75 bool NanoappInfo::queryByInstanceId(struct chreNanoappInfo *info) {
H A Dnanoapp_info_events_test_observer.cc41 const struct chreNanoappInfo *nanoAppInfo =
42 static_cast<const struct chreNanoappInfo *>(eventData);
/system/chre/apps/unload_tester/
H A Dunload_tester.cc63 struct chreNanoappInfo info;
80 struct chreNanoappInfo info;
91 const auto *info = static_cast<const chreNanoappInfo *>(eventData);
/system/chre/chre_api/include/chre_api/chre/
H A Devent.h86 * nanoappHandleEvent argument: struct chreNanoappInfo
100 * nanoappHandleEvent argument: struct chreNanoappInfo
291 struct chreNanoappInfo { struct
474 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);
490 struct chreNanoappInfo *info);
/system/chre/chre_api/legacy/v1_1/chre/
H A Devent.h86 * nanoappHandleEvent argument: struct chreNanoappInfo
100 * nanoappHandleEvent argument: struct chreNanoappInfo
263 struct chreNanoappInfo { struct
446 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);
462 struct chreNanoappInfo *info);
/system/chre/core/include/chre/core/
H A Devent_loop.h221 struct chreNanoappInfo *info) const;
230 struct chreNanoappInfo *info) const;
393 * Sends an event with payload struct chreNanoappInfo populated from the given
/system/chre/platform/shared/
H A Dchre_api_core.cc104 struct chreNanoappInfo *info) {
110 struct chreNanoappInfo *info) {
/system/chre/core/
H A Devent_loop.cc35 * Populates a chreNanoappInfo structure using info from the given Nanoapp
44 bool populateNanoappInfo(const Nanoapp *app, struct chreNanoappInfo *info) {
295 uint64_t appId, struct chreNanoappInfo *info) const {
302 uint32_t instanceId, struct chreNanoappInfo *info) const {
434 auto *info = memoryAlloc<chreNanoappInfo>();

Completed in 499 milliseconds