Searched refs:newDeviceState (Results 1 – 4 of 4) sorted by relevance
371 void notifyStateChanged(int newDeviceState) { in notifyStateChanged() argument372 mExecutor.execute(() -> mDeviceStateCallback.onStateChanged(newDeviceState)); in notifyStateChanged()
437 newDeviceState);448 newDeviceState);
2045 hardware::hidl_bitfield<provider::V2_5::DeviceState> newDeviceState) { in notifyDeviceInfoStateChangeLocked() argument2048 (*it)->notifyDeviceStateChange(newDeviceState); in notifyDeviceInfoStateChangeLocked()2053 hardware::hidl_bitfield<provider::V2_5::DeviceState> newDeviceState) { in notifyDeviceStateChange() argument2054 mDeviceState = newDeviceState; in notifyDeviceStateChange()
2173 hardware::hidl_bitfield<DeviceState> newDeviceState{}; in notifyDeviceStateChange() local2175 newDeviceState |= DeviceState::BACK_COVERED; in notifyDeviceStateChange()2178 newDeviceState |= DeviceState::FRONT_COVERED; in notifyDeviceStateChange()2181 newDeviceState |= DeviceState::FOLDED; in notifyDeviceStateChange()2185 newDeviceState |= vendorBits; in notifyDeviceStateChange()2187 ALOGV("%s: New device state 0x%" PRIx64, __FUNCTION__, newDeviceState); in notifyDeviceStateChange()2188 mCameraProviderManager->notifyDeviceStateChange(newDeviceState); in notifyDeviceStateChange()