Searched refs:newDeviceState (Results 1 – 3 of 3) sorted by relevance
2048 hardware::hidl_bitfield<DeviceState> newDeviceState{}; in notifyDeviceStateChange() local2050 newDeviceState |= DeviceState::BACK_COVERED; in notifyDeviceStateChange()2053 newDeviceState |= DeviceState::FRONT_COVERED; in notifyDeviceStateChange()2056 newDeviceState |= DeviceState::FOLDED; in notifyDeviceStateChange()2060 newDeviceState |= vendorBits; in notifyDeviceStateChange()2062 ALOGV("%s: New device state 0x%" PRIx64, __FUNCTION__, newDeviceState); in notifyDeviceStateChange()2064 mCameraProviderManager->notifyDeviceStateChange(newDeviceState); in notifyDeviceStateChange()
419 newDeviceState);
1921 hardware::hidl_bitfield<provider::V2_5::DeviceState> newDeviceState) { in notifyDeviceStateChange() argument1922 mDeviceState = newDeviceState; in notifyDeviceStateChange()