Searched refs:newDeviceState (Results 1 – 3 of 3) sorted by relevance
1760 hardware::hidl_bitfield<DeviceState> newDeviceState{}; in notifyDeviceStateChange() local1762 newDeviceState |= DeviceState::BACK_COVERED; in notifyDeviceStateChange()1765 newDeviceState |= DeviceState::FRONT_COVERED; in notifyDeviceStateChange()1768 newDeviceState |= DeviceState::FOLDED; in notifyDeviceStateChange()1772 newDeviceState |= vendorBits; in notifyDeviceStateChange()1774 ALOGV("%s: New device state 0x%" PRIx64, __FUNCTION__, newDeviceState); in notifyDeviceStateChange()1776 mCameraProviderManager->notifyDeviceStateChange(newDeviceState); in notifyDeviceStateChange()
371 newDeviceState);
1663 hardware::hidl_bitfield<provider::V2_5::DeviceState> newDeviceState) { in notifyDeviceStateChange() argument1664 mDeviceState = newDeviceState; in notifyDeviceStateChange()