Searched refs:deviceState (Results 1 – 2 of 2) sorted by relevance
876 int32_t deviceState = 1008; variable877 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState);890 int32_t deviceState = 0; variable891 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState);904 int32_t deviceState = 1; variable905 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState);918 int32_t deviceState = 2; variable919 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState);932 int32_t deviceState = 3; variable933 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState);[all …]
54 int deviceState = 1008; in BENCHMARK_F() local56 … cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState); in BENCHMARK_F()