Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_fd.cpp49 bool report_error) { in OpenEventFile() argument
69 if (report_error) { in OpenEventFile()
81 if (report_error) { in OpenEventFile()
153 bool EventFd::CreateMappedBuffer(size_t mmap_pages, bool report_error) { in CreateMappedBuffer() argument
161 if (report_error) { in CreateMappedBuffer()
166 if (report_error && is_perm_error) { in CreateMappedBuffer()
181 bool EventFd::ShareMappedBuffer(const EventFd& event_fd, bool report_error) { in ShareMappedBuffer() argument
187 if (report_error) { in ShareMappedBuffer()
Devent_fd.h44 bool report_error = true);
67 virtual bool CreateMappedBuffer(size_t mmap_pages, bool report_error);
71 bool ShareMappedBuffer(const EventFd& event_fd, 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()
Devent_type.h77 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
Devent_type.cpp152 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() argument
167 if (report_error) { in FindEventTypeByName()
/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,