Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Devent_fd.cpp50 const std::string& event_name, bool report_error) { in OpenEventFile() argument
69 if (report_error) { in OpenEventFile()
79 if (report_error) { in OpenEventFile()
155 bool EventFd::CreateMappedBuffer(size_t mmap_pages, bool report_error) { in CreateMappedBuffer() argument
162 if (report_error) { in CreateMappedBuffer()
167 if (report_error && is_perm_error) { in CreateMappedBuffer()
181 bool EventFd::ShareMappedBuffer(const EventFd& event_fd, bool report_error) { in ShareMappedBuffer() argument
186 if (report_error) { in ShareMappedBuffer()
255 bool EventFd::CreateAuxBuffer(size_t aux_buffer_size, bool report_error) { in CreateAuxBuffer() argument
265 if (report_error) { in CreateAuxBuffer()
H A Devent_fd.h46 bool report_error = true);
70 virtual bool CreateMappedBuffer(size_t mmap_pages, bool report_error);
74 bool ShareMappedBuffer(const EventFd& event_fd, bool report_error);
94 virtual bool CreateAuxBuffer(size_t aux_buffer_size, bool report_error);
H A Dworkload.cpp46 bool Workload::RunCmd(const std::vector<std::string>& args, bool report_error) { in RunCmd() argument
49 if (ret != 0 && report_error) { in RunCmd()
H A DETMRecorder.cpp54 static bool ReadValueInEtmDir(const std::string& file, T* value, bool report_error = true) { in ReadValueInEtmDir() argument
59 if (report_error) { in ReadValueInEtmDir()
H A Dworkload.h42 static bool RunCmd(const std::vector<std::string>& args, bool report_error = true);
H A Devent_type.h125 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
H A DRecordReadThread.cpp380 bool report_error = pages == min_mmap_pages_; in HandleAddEventFds() local
384 if (!fd->CreateMappedBuffer(pages, report_error)) { in HandleAddEventFds()
389 if (!fd->CreateAuxBuffer(aux_buffer_size_, report_error)) { in HandleAddEventFds()
H A Dtracing.cpp90 bool report_error = true) { in ReadTraceFsFile() argument
93 if (report_error) { in ReadTraceFsFile()
100 if (report_error) { in ReadTraceFsFile()
H A Devent_type.cpp498 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() argument
507 if (report_error) { in FindEventTypeByName()
/aosp12/frameworks/libs/modules-utils/tools/
H A Dcheck_java_paths.py11 def report_error(msg, *args): function
36 report_error("can't find package declaration in %s", file)
40report_error("package declaration in %s does not match expected package based on it's path: '%s' !…
53 report_error("java file not inside java/ or javatests/: %s", java)
/aosp12/system/bt/include/hardware/
H A Dbt_hd.h119 bt_status_t (*report_error)(uint8_t error); member
/aosp12/system/bt/btif/src/
H A Dbtif_hd.cc580 static bt_status_t report_error(uint8_t error) { in report_error() function
636 report_error,
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid_device.cpp412 bt_status_t ret = sHiddIf->report_error(error); in reportErrorNative()