Home
last modified time | relevance | path

Searched refs:mCurrentRequestId (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.cpp89 if (mCurrentRequestId != frame.mResultExtras.requestId) { in processSingleFrame()
90 mCurrentRequestId = frame.mResultExtras.requestId; in processSingleFrame()
92 client->notifyRequestId(mCurrentRequestId); in processSingleFrame()
H A DFrameProcessor.h98 int32_t mCurrentRequestId = -1; variable
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.h673 int32_t mCurrentRequestId; variable
H A DQCamera3HWI.cpp582 mCurrentRequestId = -1; in QCamera3HardwareInterface()
5580 mCurrentRequestId = request_id; in processCaptureRequest()
5582 } else if (mState == CONFIGURED || mCurrentRequestId == -1){ in processCaptureRequest()
5589 request_id = mCurrentRequestId; in processCaptureRequest()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java262 private int mCurrentRequestId; field in AdapterService