Home
last modified time | relevance | path

Searched refs:fmq (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/services/tuner/aidl/android/media/tv/tuner/
DITunerService.aidl19 import android.hardware.common.fmq.MQDescriptor;
20 import android.hardware.common.fmq.SynchronizedReadWrite;
21 import android.hardware.common.fmq.UnsynchronizedWrite;
DITunerDvr.aidl19 import android.hardware.common.fmq.MQDescriptor;
20 import android.hardware.common.fmq.SynchronizedReadWrite;
DITunerFilter.aidl19 import android.hardware.common.fmq.MQDescriptor;
20 import android.hardware.common.fmq.SynchronizedReadWrite;
/frameworks/av/services/tuner/
DTunerDvr.h28 using ::aidl::android::hardware::common::fmq::GrantorDescriptor;
29 using ::aidl::android::hardware::common::fmq::MQDescriptor;
30 using ::aidl::android::hardware::common::fmq::SynchronizedReadWrite;
DAndroid.bp36 "android.hardware.common.fmq-V1",
98 "android.hardware.common.fmq-V1-ndk_platform",
DTunerService.h27 using ::aidl::android::hardware::common::fmq::GrantorDescriptor;
28 using ::aidl::android::hardware::common::fmq::MQDescriptor;
29 using ::aidl::android::hardware::common::fmq::SynchronizedReadWrite;
DTunerFilter.h32 using ::aidl::android::hardware::common::fmq::MQDescriptor;
33 using ::aidl::android::hardware::common::fmq::SynchronizedReadWrite;
/frameworks/base/media/jni/tuner/
DDvrClient.h32 using ::aidl::android::hardware::common::fmq::SynchronizedReadWrite;
DFilterClient.h35 using ::aidl::android::hardware::common::fmq::SynchronizedReadWrite;
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp379 std::unique_ptr<ResultMetadataQueue>& fmq, in readOneCameraMetadataLocked() argument
385 if (fmq == nullptr) { in readOneCameraMetadataLocked()
388 if (!fmq->read(resultMetadata.data(), fmqResultSize)) { in readOneCameraMetadataLocked()
701 std::unique_ptr<ResultMetadataQueue>& fmq = states.fmq; in processOneCaptureResultLocked() local
710 fmq, result.fmqResultSize, in processOneCaptureResultLocked()
726 res = readOneCameraMetadataLocked(fmq, physicalCameraMetadata[i].fmqMetadataSize, in processOneCaptureResultLocked()
DCamera3OutputUtils.h156 std::unique_ptr<ResultMetadataQueue>& fmq; member
/frameworks/hardware/interfaces/cameraservice/device/2.0/
DICameraDeviceCallback.hal50 * utilize an fmq for either the result metadata and/or any of the
DICameraDeviceUser.hal67 * to utilize an fmq (obtained by calling getCaptureRequestMetadataQueue)