Home
last modified time | relevance | path

Searched refs:bb_profile_id (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dservice.rs100 fn copy_report_to_bb(&self, bb_profile_id: i32, report_name: &str) -> BinderResult<()> { in copy_report_to_bb()
101 if bb_profile_id < 0 { in copy_report_to_bb()
111 dest.push(bb_profile_id.to_string()); in copy_report_to_bb()
/aosp12/system/extras/profcollectd/binder/com/android/server/profcollect/
H A DIProfCollectd.aidl26 void copy_report_to_bb(int bb_profile_id, @utf8InCpp String report); in copy_report_to_bb() argument