OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowSystemNanoappUnload
(Results
1 - 6
of
6
) sorted by null
/system/chre/host/common/include/chre_host/
host_protocol_host.h
123
* @param
allowSystemNanoappUnload
Whether this request should be allowed to
130
uint64_t appId, bool
allowSystemNanoappUnload
);
/system/chre/core/include/chre/core/
event_loop.h
113
* @param
allowSystemNanoappUnload
If false, this function will reject
118
bool unloadNanoapp(uint32_t instanceId, bool
allowSystemNanoappUnload
);
/system/chre/platform/shared/include/chre/platform/shared/
host_protocol_chre.h
51
bool
allowSystemNanoappUnload
);
/system/chre/platform/slpi/
host_link.cc
109
bool
allowSystemNanoappUnload
;
283
cbData->
allowSystemNanoappUnload
);
663
bool
allowSystemNanoappUnload
) {
665
" system %d", transactionId, appId,
allowSystemNanoappUnload
);
673
cbData->
allowSystemNanoappUnload
=
allowSystemNanoappUnload
;
/system/chre/host/common/
host_protocol_host.cc
171
bool
allowSystemNanoappUnload
) {
173
builder, transactionId, appId,
allowSystemNanoappUnload
);
/system/chre/core/
event_loop.cc
194
bool
allowSystemNanoappUnload
) {
199
if (!
allowSystemNanoappUnload
&& mNanoapps[i]->isSystemNanoapp()) {
Completed in 62 milliseconds