Home
last modified time | relevance | path

Searched refs:deviceState (Results 1 – 2 of 2) sorted by relevance

/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dcamera_hdi_test_v1_2.cpp876 int32_t deviceState = 1008; variable
877 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState);
890 int32_t deviceState = 0; variable
891 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState);
904 int32_t deviceState = 1; variable
905 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState);
918 int32_t deviceState = 2; variable
919 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState);
932 int32_t deviceState = 3; variable
933 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState);
[all …]
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
Dcamera_benchmark_test.cpp54 int deviceState = 1008; in BENCHMARK_F() local
56 … cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState); in BENCHMARK_F()