Searched defs:report_error (Results 1 – 8 of 8) sorted by relevance
/system/extras/simpleperf/ |
D | event_fd.cpp | 48 const std::string& event_name, bool report_error) { in OpenEventFile() 160 bool EventFd::CreateMappedBuffer(size_t mmap_pages, bool report_error) { in CreateMappedBuffer() 188 bool EventFd::ShareMappedBuffer(const EventFd& event_fd, bool report_error) { in ShareMappedBuffer() 263 bool EventFd::CreateAuxBuffer(size_t aux_buffer_size, bool report_error) { in CreateAuxBuffer()
|
D | workload.cpp | 44 bool Workload::RunCmd(const std::vector<std::string>& args, bool report_error) { in RunCmd()
|
D | ETMRecorder.cpp | 53 static bool ReadValueInEtmDir(const std::string& file, T* value, bool report_error = true) { in ReadValueInEtmDir()
|
D | event_type.cpp | 293 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName()
|
D | RecordReadThread.cpp | 378 bool report_error = pages == min_mmap_pages_; in HandleAddEventFds() local
|
D | tracing.cpp | 85 static bool ReadTraceFsFile(const std::string& path, std::string* content, bool report_error = true… in ReadTraceFsFile()
|
/system/bt/btif/src/ |
D | btif_hd.cc | 583 static bt_status_t report_error(uint8_t error) { in report_error() function
|
/system/bt/include/hardware/ |
D | bt_hd.h | 119 bt_status_t (*report_error)(uint8_t error); member
|