Home
last modified time | relevance | path

Searched defs:rawInfo (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.cpp89 std::optional<RawLightInfo> rawInfo = context.getRawLightInfo(rawLightId); in setRawLightBrightness() local
300 std::optional<RawLightInfo> rawInfo = getDeviceContext().getRawLightInfo(rawId); in dump() local
348 std::optional<RawBatteryInfo> rawInfo = getDeviceContext().getRawBatteryInfo(rawId); in configureBattries() local
375 std::optional<RawLightInfo> rawInfo = getDeviceContext().getRawLightInfo(rawId); in configureLights() local
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DCameraModule.cpp294 camera_info rawInfo, cameraInfo; in getCameraInfo() local