Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/devicestate/
DDeviceStateManagerGlobal.java371 void notifyStateChanged(int newDeviceState) { in notifyStateChanged() argument
372 mExecutor.execute(() -> mDeviceStateCallback.onStateChanged(newDeviceState)); in notifyStateChanged()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2166 hardware::hidl_bitfield<DeviceState> newDeviceState{}; in notifyDeviceStateChange() local
2168 newDeviceState |= DeviceState::BACK_COVERED; in notifyDeviceStateChange()
2171 newDeviceState |= DeviceState::FRONT_COVERED; in notifyDeviceStateChange()
2174 newDeviceState |= DeviceState::FOLDED; in notifyDeviceStateChange()
2178 newDeviceState |= vendorBits; in notifyDeviceStateChange()
2180 ALOGV("%s: New device state 0x%" PRIx64, __FUNCTION__, newDeviceState); in notifyDeviceStateChange()
2182 mCameraProviderManager->notifyDeviceStateChange(newDeviceState); in notifyDeviceStateChange()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h440 newDeviceState);
DCameraProviderManager.cpp2035 hardware::hidl_bitfield<provider::V2_5::DeviceState> newDeviceState) { in notifyDeviceStateChange() argument
2036 mDeviceState = newDeviceState; in notifyDeviceStateChange()