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/platform/shared/idl/
Dhost_messages.fbs76 is_system:bool = false;
108 /// nanoapps", i.e. ones with is_system set to true in NanoappListResponse.
/system/chre/host/common/test/
Dchre_test_client.cc108 nanoapp->is_system); in handleNanoappListResponse()
/system/chre/host/hal_generic/
Dgeneric_context_hub.cc402 nanoapp->is_system); in handleNanoappListResponse()
403 if (!nanoapp->is_system) { in handleNanoappListResponse()
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h546 bool is_system() const {
571 void add_is_system(bool is_system) {
572 fbb_.AddElement<uint8_t>(NanoappListEntry::VT_IS_SYSTEM, static_cast<uint8_t>(is_system), 0);
591 bool is_system = false) {
595 builder_.add_is_system(is_system);
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h762 bool is_system;
767 is_system(false) {
801 bool is_system() const {
832 void add_is_system(bool is_system) {
833 fbb_.AddElement<uint8_t>(NanoappListEntry::VT_IS_SYSTEM, static_cast<uint8_t>(is_system), 0);
852 bool is_system = false) {
856 builder_.add_is_system(is_system);
1904 { auto _e = is_system(); _o->is_system = _e; };
1917 auto _is_system = _o->is_system;