Home
last modified time | relevance | path

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

1234

/aosp_15_r20/hardware/interfaces/gnss/aidl/default/
H A DGnssNavigationMessageInterface.h43 std::vector<std::thread> mThreads; member
H A DGnssMeasurementInterface.h55 std::vector<std::thread> mThreads; member
/aosp_15_r20/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/generic/
H A DMathWork.java50 public final IntegerOption mThreads = new IntegerOption("math-work-threads").setDefault(20); field in MathWork
/aosp_15_r20/system/extras/simpleperf/app_api/java/com/android/simpleperf/
H A DRecordOptions.java189 private ArrayList<Integer> mThreads = new ArrayList<>(); field in RecordOptions
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h200 std::map<std::thread::id, std::thread> mThreads; variable
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h200 std::map<std::thread::id, std::thread> mThreads; variable
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h200 std::map<std::thread::id, std::thread> mThreads; variable
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h200 std::map<std::thread::id, std::thread> mThreads; variable
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h200 std::map<std::thread::id, std::thread> mThreads; variable
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h200 std::map<std::thread::id, std::thread> mThreads; variable
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h200 std::map<std::thread::id, std::thread> mThreads; variable
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h200 std::map<std::thread::id, std::thread> mThreads; variable
/aosp_15_r20/device/google/trout/hal/vehicle/2.0/
DGarageModeServerSideHandler.cpp83 std::vector<std::thread> mThreads; member in android::hardware::automotive::vehicle::V2_0::impl::GarageModeServerSideHandlerImpl
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h338 std::map<std::thread::id, std::thread> mThreads; member
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h338 std::map<std::thread::id, std::thread> mThreads; member
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h338 std::map<std::thread::id, std::thread> mThreads; member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h338 std::map<std::thread::id, std::thread> mThreads; member
/aosp_15_r20/external/angle/src/common/
H A DWorkerThread.cpp110 std::deque<std::thread> mThreads; member in angle::AsyncWorkerPool
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h394 std::map<RpcMaybeThread::id, RpcMaybeThread> mThreads; member
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h394 std::map<RpcMaybeThread::id, RpcMaybeThread> mThreads; member
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DRpcSession.h403 std::map<RpcMaybeThread::id, RpcMaybeThread> mThreads; member
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h394 std::map<RpcMaybeThread::id, RpcMaybeThread> mThreads; member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h394 std::map<RpcMaybeThread::id, RpcMaybeThread> mThreads; member
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DPduCache.java75 private final SimpleArrayMap<Long, HashSet<Uri>> mThreads; field in PduCache
/aosp_15_r20/frameworks/base/telephony/common/com/google/android/mms/util/
H A DPduCache.java76 private final HashMap<Long, HashSet<Uri>> mThreads; field in PduCache

1234