Home
last modified time | relevance | path

Searched defs:report_error (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Devent_fd.cpp50 const std::string& event_name, bool report_error) { in OpenEventFile()
155 bool EventFd::CreateMappedBuffer(size_t mmap_pages, bool report_error) { in CreateMappedBuffer()
181 bool EventFd::ShareMappedBuffer(const EventFd& event_fd, bool report_error) { in ShareMappedBuffer()
255 bool EventFd::CreateAuxBuffer(size_t aux_buffer_size, bool report_error) { in CreateAuxBuffer()
H A Dworkload.cpp46 bool Workload::RunCmd(const std::vector<std::string>& args, bool report_error) { in RunCmd()
H A DETMRecorder.cpp54 static bool ReadValueInEtmDir(const std::string& file, T* value, bool report_error = true) { in ReadValueInEtmDir()
H A DRecordReadThread.cpp380 bool report_error = pages == min_mmap_pages_; in HandleAddEventFds() local
H A Devent_type.cpp498 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName()
H A Dtracing.cpp90 bool report_error = true) { in ReadTraceFsFile()
/aosp12/frameworks/libs/modules-utils/tools/
H A Dcheck_java_paths.py11 def report_error(msg, *args): function
/aosp12/system/bt/btif/src/
H A Dbtif_hd.cc580 static bt_status_t report_error(uint8_t error) { in report_error() function
/aosp12/system/bt/include/hardware/
H A Dbt_hd.h119 bt_status_t (*report_error)(uint8_t error); member