Home
last modified time | relevance | path

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

/system/core/liblog/
Dpmsg_reader.c145 bool is_system; in pmsgRead() local
208 is_system = uid_has_log_permission(uid); in pmsgRead()
209 if (is_system || (uid == buf.p.uid)) { in pmsgRead()
210 char* msg = is_system ? log_msg->entry_v4.msg : log_msg->entry_v3.msg; in pmsgRead()
227 is_system ? sizeof(log_msg->entry_v4) : sizeof(log_msg->entry_v3); in pmsgRead()
233 if (is_system) { in pmsgRead()
/system/chre/host/hal_generic/
Dgeneric_context_hub.cc328 nanoapp->is_system); in handleNanoappListResponse()
329 if (!nanoapp->is_system) { in handleNanoappListResponse()
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h482 bool is_system() const {
507 void add_is_system(bool is_system) {
508 fbb_.AddElement<uint8_t>(NanoappListEntry::VT_IS_SYSTEM, static_cast<uint8_t>(is_system), 0);
527 bool is_system = false) {
531 builder_.add_is_system(is_system);
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h658 bool is_system;
663 is_system(false) {
697 bool is_system() const {
728 void add_is_system(bool is_system) {
729 fbb_.AddElement<uint8_t>(NanoappListEntry::VT_IS_SYSTEM, static_cast<uint8_t>(is_system), 0);
748 bool is_system = false) {
752 builder_.add_is_system(is_system);
1275 { auto _e = is_system(); _o->is_system = _e; };
1288 auto _is_system = _o->is_system;
/system/chre/host/common/test/
Dchre_test_client.cc108 nanoapp->is_system); in handleNanoappListResponse()
/system/chre/platform/shared/idl/
Dhost_messages.fbs76 is_system:bool = false;