Home
last modified time | relevance | path

Searched refs:result_type (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStateMachine.cpp363 result.result_type = QCAMERA_API_RESULT_TYPE_DEF; in procEvtPreviewStoppedState()
378 result.result_type = QCAMERA_API_RESULT_TYPE_DEF; in procEvtPreviewStoppedState()
392 result.result_type = QCAMERA_API_RESULT_TYPE_DEF; in procEvtPreviewStoppedState()
406 result.result_type = QCAMERA_API_RESULT_TYPE_DEF; in procEvtPreviewStoppedState()
415 result.result_type = QCAMERA_API_RESULT_TYPE_ENABLE_FLAG; in procEvtPreviewStoppedState()
432 result.result_type = QCAMERA_API_RESULT_TYPE_DEF; in procEvtPreviewStoppedState()
441 result.result_type = QCAMERA_API_RESULT_TYPE_DEF; in procEvtPreviewStoppedState()
450 result.result_type = QCAMERA_API_RESULT_TYPE_DEF; in procEvtPreviewStoppedState()
459 result.result_type = QCAMERA_API_RESULT_TYPE_DEF; in procEvtPreviewStoppedState()
479 result.result_type = QCAMERA_API_RESULT_TYPE_PARAMS; in procEvtPreviewStoppedState()
[all …]
DQCameraStateMachine.h116 qcamera_api_result_type_t result_type; // result type member
/hardware/qcom/sm7250/media/libplatformconfig/
DPlatformConfig.cpp116 result.result_type = Result::NOT_FOUND; in getConfigStoreBool()
121 if (result.result_type != Result::SUCCESS) { in getConfigStoreBool()
123 result.result_type); in getConfigStoreBool()
/hardware/google/aemu/base/include/aemu/base/network/
DIpAddress.h177 typedef size_t result_type;
178 inline result_type operator()(const argument_type& a) const {
/hardware/qcom/sm8150/media/libplatformconfig/
DPlatformConfig.cpp120 if (result.result_type != Result::SUCCESS) { in getConfigStoreBool()
122 result.result_type); in getConfigStoreBool()
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DFunction.h202 using typename Base::result_type;
228 result_type>,
268 result_type>,
375 using typename Base::result_type;
398 result_type>,
425 result_type>,
DFunctionInternal.h248 using result_type = Result;
259 result_type>::value>>
345 result_type>::value>>
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Ddag_test.cpp88 typedef struct { int order[num_nodes]; } result_type; \
93 result_type res = {{ __VA_ARGS__ }}; \
94 util_dynarray_append(&expect, result_type, res); \
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Ddocgenerator.py157 self.result_type = genOpts.conventions.type_prefix + "Result"
460 if groupName == self.result_type:
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.hpp7609 typedef Event result_type; typedef
7835 typedef Event result_type; typedef
8057 typedef Event result_type; typedef
8275 typedef Event result_type; typedef
8489 typedef Event result_type; typedef
8699 typedef Event result_type; typedef
8905 typedef Event result_type; typedef
9107 typedef Event result_type; typedef
9305 typedef Event result_type; typedef
9499 typedef Event result_type; typedef
[all …]
Dopencl.hpp10145 typedef Event result_type; typedef in cl::KernelFunctor
10239 typedef Event result_type; typedef
/hardware/nxp/uwb/halimpl/hal/
DsessionTrack.cc506 std::uniform_int_distribution<std::mt19937::result_type> sts_index(0, (1 << 16) - 1); in PickRandomStsIndex()