Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DEvsHalService.java179 HalPropValue currentStates = mPropValueBuilder.build(CAMERA_SERVICE_CURRENT_STATE, in reportCurrentState() local
183 mHal.set(currentStates); in reportCurrentState()
185 Slogf.e(TAG, "Failed to set a hal property: %s, err: %s", currentStates, e); in reportCurrentState()