Searched refs:device_state (Results 1 – 12 of 12) sorted by relevance
162 def UpdateDeviceState(device_state, build_info, boot_variable_values, argument209 device_state.device.extend(sorted(build_devices))210 device_state.build.extend(sorted(build_fingerprints))211 device_state.build_incremental = build_info.GetBuildProp(214 UpdatePartitionStates(device_state.partition_state)217 device_state.sdk_level = build_info.GetBuildProp(219 device_state.security_patch_level = build_info.GetBuildProp(222 device_state.timestamp = int(build_info.GetBuildProp('ro.build.date.utc'))
396 google_camera_hal::DeviceState device_state = in notifyDeviceStateChange() local399 new_state, device_state); in notifyDeviceStateChange()400 google_camera_provider_->NotifyDeviceStateChange(device_state); in notifyDeviceStateChange()
75 virtual status_t NotifyDeviceStateChange(DeviceState device_state) = 0;
337 google_camera_hal::DeviceState device_state) { in NotifyDeviceStateChange() argument342 camera_provider_hwl_->NotifyDeviceStateChange(device_state); in NotifyDeviceStateChange()
70 status_t NotifyDeviceStateChange(google_camera_hal::DeviceState device_state);
816 typedef enum device_state { enum
76 status_t NotifyDeviceStateChange(DeviceState device_state) override;
135 __u32 device_state; member
95 device_state u:object_r:device_state_service:s0
14257 optional DeviceState device_state = 5; field