HomeSort by relevance Sort by last modified time
    Searched defs:is_system (Results 1 - 4 of 4) sorted by null

  /system/core/liblog/
pmsg_reader.c 145 bool is_system; local
208 is_system = uid_has_log_permission(uid);
209 if (is_system || (uid == buf.p.uid)) {
210 char* msg = is_system ? log_msg->entry_v4.msg : log_msg->entry_v3.msg;
227 is_system ? sizeof(log_msg->entry_v4) : sizeof(log_msg->entry_v3);
233 if (is_system) {
  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 562 bool is_system() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
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);
893 /// nanoapps", i.e. ones with is_system set to true in NanoappListResponse.
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 788 bool is_system; member in struct:chre::fbs::ChreMessage::NanoappListEntryT
793 is_system(false) {
827 bool is_system() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
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);
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smb.py 617 def is_system(self): member in class:SharedFile
    [all...]

Completed in 134 milliseconds