HomeSort by relevance Sort by last modified time
    Searched refs:req_cap (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3RawSnapshotTest.h 50 QCameraHAL3RawSnapshotTest(int req_cap);
QCameraHAL3SnapshotTest.h 49 QCameraHAL3SnapshotTest(int req_cap);
QCameraHAL3Base.cpp 422 int CameraHAL3Base::hal3appRawCaptureInit(hal3_camera_lib_test *handle, int camid, int req_cap)
437 printf("\n capture:%d", req_cap);
439 mRawSnapshottestCase = new QCameraHAL3RawSnapshotTest(req_cap);
440 mRawSnapshottestCase->mRequestedCapture = req_cap;
450 int camid, int req_cap)
465 printf("\n capture:%d", req_cap);
467 mSnapshottestCase = new QCameraHAL3SnapshotTest(req_cap);
468 mSnapshottestCase->mRequestedCapture = req_cap;
QCameraHAL3RawSnapshotTest.cpp 38 QCameraHAL3RawSnapshotTest::QCameraHAL3RawSnapshotTest(int req_cap) :
42 mRequestedCapture(req_cap)
QCameraHAL3SnapshotTest.cpp 38 QCameraHAL3SnapshotTest::QCameraHAL3SnapshotTest(int req_cap) :
42 mRequestedCapture(req_cap)
  /external/wpa_supplicant_8/src/common/
hw_features_common.c 479 u32 req_cap = conf & cap; local
486 if ((hw & req_cap) != req_cap) {

Completed in 164 milliseconds