Searched refs:report_error (Results 1 – 11 of 11) sorted by relevance
/system/extras/simpleperf/ |
D | event_fd.cpp | 48 const std::string& event_name, bool report_error) { in OpenEventFile() argument 67 if (report_error) { in OpenEventFile() 79 if (report_error) { in OpenEventFile() 160 bool EventFd::CreateMappedBuffer(size_t mmap_pages, bool report_error) { in CreateMappedBuffer() argument 168 if (report_error) { in CreateMappedBuffer() 173 if (report_error && is_perm_error) { in CreateMappedBuffer() 188 bool EventFd::ShareMappedBuffer(const EventFd& event_fd, bool report_error) { in ShareMappedBuffer() argument 194 if (report_error) { in ShareMappedBuffer() 263 bool EventFd::CreateAuxBuffer(size_t aux_buffer_size, bool report_error) { in CreateAuxBuffer() argument 273 if (report_error) { in CreateAuxBuffer()
|
D | event_fd.h | 44 bool report_error = true); 68 virtual bool CreateMappedBuffer(size_t mmap_pages, bool report_error); 72 bool ShareMappedBuffer(const EventFd& event_fd, bool report_error); 92 virtual bool CreateAuxBuffer(size_t aux_buffer_size, bool report_error);
|
D | workload.h | 40 static bool RunCmd(const std::vector<std::string>& args, bool report_error = true);
|
D | workload.cpp | 44 bool Workload::RunCmd(const std::vector<std::string>& args, bool report_error) { in RunCmd() argument 47 if (ret != 0 && report_error) { in RunCmd()
|
D | ETMRecorder.cpp | 53 static bool ReadValueInEtmDir(const std::string& file, T* value, bool report_error = true) { in ReadValueInEtmDir() argument 58 if (report_error) { in ReadValueInEtmDir()
|
D | event_type.h | 76 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
|
D | event_type.cpp | 293 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() argument 308 if (report_error) { in FindEventTypeByName()
|
D | RecordReadThread.cpp | 378 bool report_error = pages == min_mmap_pages_; in HandleAddEventFds() local 382 if (!fd->CreateMappedBuffer(pages, report_error)) { in HandleAddEventFds() 387 if (!fd->CreateAuxBuffer(aux_buffer_size_, report_error)) { in HandleAddEventFds()
|
D | tracing.cpp | 85 static bool ReadTraceFsFile(const std::string& path, std::string* content, bool report_error = true… in ReadTraceFsFile() argument 88 if (report_error) { in ReadTraceFsFile() 95 if (report_error) { in ReadTraceFsFile()
|
/system/bt/include/hardware/ |
D | bt_hd.h | 119 bt_status_t (*report_error)(uint8_t error); member
|
/system/bt/btif/src/ |
D | btif_hd.cc | 583 static bt_status_t report_error(uint8_t error) { in report_error() function 639 report_error,
|