Home
last modified time | relevance | path

Searched refs:report_error (Results 1 – 11 of 11) sorted by relevance

/system/extras/simpleperf/
Devent_fd.cpp48 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()
Devent_fd.h44 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);
Dworkload.h40 static bool RunCmd(const std::vector<std::string>& args, bool report_error = true);
Dworkload.cpp44 bool Workload::RunCmd(const std::vector<std::string>& args, bool report_error) { in RunCmd() argument
47 if (ret != 0 && report_error) { in RunCmd()
DETMRecorder.cpp53 static bool ReadValueInEtmDir(const std::string& file, T* value, bool report_error = true) { in ReadValueInEtmDir() argument
58 if (report_error) { in ReadValueInEtmDir()
Devent_type.h76 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
Devent_type.cpp293 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() argument
308 if (report_error) { in FindEventTypeByName()
DRecordReadThread.cpp378 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()
Dtracing.cpp85 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/
Dbt_hd.h119 bt_status_t (*report_error)(uint8_t error); member
/system/bt/btif/src/
Dbtif_hd.cc583 static bt_status_t report_error(uint8_t error) { in report_error() function
639 report_error,