Home
last modified time | relevance | path

Searched defs:mThreads (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/simpleperf/app_api/java/com/android/simpleperf/
H A DRecordOptions.java189 private ArrayList<Integer> mThreads = new ArrayList<>(); field in RecordOptions
/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcSession.h200 std::map<std::thread::id, std::thread> mThreads; variable
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
H A DPduCache.java75 private final SimpleArrayMap<Long, HashSet<Uri>> mThreads; field in PduCache
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/
H A DPduCache.java76 private final HashMap<Long, HashSet<Uri>> mThreads; field in PduCache