Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsHalRenderscriptV1_0TargetTest.cpp26 context = device->contextCreate(version, ContextType::NORMAL, flags); in SetUp()
DVtsMiscellaneousTests.cpp303 context->contextSetPriority(ThreadPriorities::NORMAL); in TEST_F()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c174 psb_xrandr_info->local_crtc[0]->location = NORMAL; in psb_xrandr_mipi_location_init()
178 psb_xrandr_info->local_crtc[1]->location = NORMAL; in psb_xrandr_mipi_location_init()
197 extend_crtc->location = NORMAL; in psb_xrandr_mipi_location_init()
219 psb_xrandr_info->extend_crtc->location = NORMAL; in psb_xrandr_hdmi_location_init()
240 psb_xrandr_info->extend_crtc->location = NORMAL; in psb_xrandr_hdmi_location_init()
327 psb_xrandr_info->local_crtc[0]->location = NORMAL; in psb_xrandr_coordinate_init()
Dpsb_xrandr.h86 NORMAL, ABOVE, BELOW, LEFT_OF, RIGHT_OF, enumerator
Dpsb_ctexture.c240 psb_xrandr_location extend_location = NORMAL; in psb_putsurface_ctexture()
381 case NORMAL: in psb_putsurface_ctexture()
441 case NORMAL: in psb_putsurface_ctexture()
Dpsb_coverlay.c815 case NORMAL: in psb_extendMode_getCoordinate()
1219 case NORMAL: in psb_putsurface_coverlay()
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp859 ASSERT_EQ(Result::OK, S()->setOperationMode(OperationMode::NORMAL)); in TEST_F()
861 ASSERT_EQ(Result::OK, S()->setOperationMode(OperationMode::NORMAL)); in TEST_F()
882 ASSERT_EQ(Result::OK, S()->setOperationMode(OperationMode::NORMAL)); in TEST_F()
906 ASSERT_EQ(Result::OK, S()->setOperationMode(OperationMode::NORMAL)); in TEST_F()
1281 case RateLevel::NORMAL: in testDirectReportOperation()
1332 testDirectReportOperation(SensorType::ACCELEROMETER, SharedMemType::ASHMEM, RateLevel::NORMAL, in TEST_F()
1350 testDirectReportOperation(SensorType::GYROSCOPE, SharedMemType::ASHMEM, RateLevel::NORMAL, in TEST_F()
1368 testDirectReportOperation(SensorType::MAGNETIC_FIELD, SharedMemType::ASHMEM, RateLevel::NORMAL, in TEST_F()
/hardware/interfaces/renderscript/1.0/
Dtypes.hal57 NORMAL,
235 NORMAL = -1,
/hardware/interfaces/audio/2.0/default/
DPrimaryDevice.cpp144 case AudioMode::NORMAL: in setMode()
/hardware/interfaces/sensors/1.0/default/
Dconvert.cpp388 case RateLevel::NORMAL: in convertFromRateLevel()
/hardware/interfaces/sensors/1.0/
DISensors.hal121 * When device is in NORMAL mode, this function is called to push operation
Dtypes.hal39 NORMAL = 0,
1235 NORMAL, // nominal 50Hz
/hardware/interfaces/camera/device/3.2/
Dtypes.hal87 * configuration) where modes besides NORMAL have different semantics, and
101 * support high speed output in NORMAL mode. All streams in this
103 * characteristics and limitations to achieve high speed output. The NORMAL
107 * NORMAL mode (by advertising the high speed FPS ranges in
DICameraDeviceSession.hal153 * for non-NORMAL mode, or the requested operation_mode is not
/hardware/interfaces/audio/common/2.0/
Dtypes.hal483 NORMAL = 0,
906 NORMAL
/hardware/interfaces/audio/effect/2.0/vts/functional/
DVtsHalAudioEffectV2_0TargetTest.cpp428 Return<Result> ret = effect->setAudioMode(AudioMode::NORMAL); in TEST_F()
/hardware/interfaces/audio/2.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp1361 AudioMode::NORMAL /* Make sure to leave the test in normal mode */}) { in TEST_F()
/hardware/interfaces/radio/1.0/
Dtypes.hal335 NORMAL = 16,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp8161 mPQInit(&mPQHandle, perf_hint::NORMAL, yuv_format); in init()