Searched refs:deviceSpecific (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | Section.h | 44 const bool deviceSpecific; variable 48 bool deviceSpecific = false); 81 FileSection(int id, const char* filename, bool deviceSpecific = false,
|
D | Section.cpp | 154 Section::Section(int i, int64_t timeoutMs, bool userdebugAndEngOnly, bool deviceSpecific) in Section() argument 158 deviceSpecific(deviceSpecific) {} in Section() 243 FileSection::FileSection(int id, const char* filename, const bool deviceSpecific, in FileSection() argument 245 : Section(id, timeoutMs, false, deviceSpecific), mFilename(filename) { in FileSection() 258 return this->deviceSpecific ? NO_ERROR : -errno; in Execute()
|