Home
last modified time | relevance | path

Searched defs:mResultQueue (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/device/generic/goldfish/camera/
DCameraDeviceSession.h127 MetadataQueue mResultQueue; member
/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
H A DCameraSessionUtils.java95 private final LinkedBlockingQueue<TotalCaptureResult> mResultQueue = field in CameraSessionUtils.CaptureCallback
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OfflineSession.h194 std::list<CaptureResult> mResultQueue; variable
H A DCamera3Device.h1379 std::list<CaptureResult> mResultQueue; variable
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
H A DClientTest.java93 private final SynchronousQueue<TestResult> mResultQueue = new SynchronousQueue<>(); field in ClientTest
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
H A DClientTest.java118 private final SynchronousQueue<TestResult> mResultQueue = new SynchronousQueue<>(); field in ClientTest