Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1732 hardware::hidl_bitfield<DeviceState> newDeviceState{}; in notifyDeviceStateChange() local
1734 newDeviceState |= DeviceState::BACK_COVERED; in notifyDeviceStateChange()
1737 newDeviceState |= DeviceState::FRONT_COVERED; in notifyDeviceStateChange()
1740 newDeviceState |= DeviceState::FOLDED; in notifyDeviceStateChange()
1744 newDeviceState |= vendorBits; in notifyDeviceStateChange()
1746 ALOGV("%s: New device state 0x%" PRIx64, __FUNCTION__, newDeviceState); in notifyDeviceStateChange()
1748 mCameraProviderManager->notifyDeviceStateChange(newDeviceState); in notifyDeviceStateChange()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h367 newDeviceState);
DCameraProviderManager.cpp1627 hardware::hidl_bitfield<provider::V2_5::DeviceState> newDeviceState) { in notifyDeviceStateChange() argument
1628 mDeviceState = newDeviceState; in notifyDeviceStateChange()