Home
last modified time | relevance | path

Searched refs:is_system (Results 1 – 7 of 7) sorted by relevance

/system/core/liblog/
Dpmsg_reader.cpp142 bool is_system; in pmsgRead() local
203 is_system = uid_has_log_permission(uid); in pmsgRead()
204 if (is_system || (uid == buf.p.uid)) { in pmsgRead()
205 char* msg = is_system ? log_msg->entry_v4.msg : log_msg->entry_v3.msg; in pmsgRead()
221 is_system ? sizeof(log_msg->entry_v4) : sizeof(log_msg->entry_v3); in pmsgRead()
227 if (is_system) { in pmsgRead()
/system/chre/platform/android/
Dhost_link.cc126 nanoappListEntry->is_system = nanoapp->isSystemNanoapp(); in constructNanoappListCallback()
/system/chre/host/hal_generic/
Dgeneric_context_hub.cc420 nanoapp->is_system); in handleNanoappListResponse()
421 if (!nanoapp->is_system) { in handleNanoappListResponse()
/system/chre/host/common/test/
Dchre_test_client.cc117 nanoapp->is_system); in handleNanoappListResponse()
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h562 bool is_system() const {
587 void add_is_system(bool is_system) {
588 fbb_.AddElement<uint8_t>(NanoappListEntry::VT_IS_SYSTEM, static_cast<uint8_t>(is_system), 0);
607 bool is_system = false) {
611 builder_.add_is_system(is_system);
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h788 bool is_system;
793 is_system(false) {
827 bool is_system() const {
858 void add_is_system(bool is_system) {
859 fbb_.AddElement<uint8_t>(NanoappListEntry::VT_IS_SYSTEM, static_cast<uint8_t>(is_system), 0);
878 bool is_system = false) {
882 builder_.add_is_system(is_system);
2131 { auto _e = is_system(); _o->is_system = _e; };
2144 auto _is_system = _o->is_system;
/system/chre/platform/shared/idl/
Dhost_messages.fbs76 is_system:bool = false;
164 /// nanoapps", i.e. ones with is_system set to true in NanoappListResponse.