Home
last modified time | relevance | path

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

/hardware/google/interfaces/light/1.1/default/
DLightExt.h41 struct LightExt : public ::hardware::google::light::V1_1::ILight { struct
42 LightExt(HwILight*&& light) : mLight(light) { in LightExt() argument
53 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override { in getSupportedTypes()
66 bool mVRMode = 0;
67 bool mRegHBM = 0;
68 bool mRegHBMSV = 0;
69 bool mCurHBM = 0;
70 bool mCurHBMSV = 0;
71 bool mHasHbmNode = false;
/hardware/google/interfaces/light/1.0/default/
DLightExt.h41 struct LightExt : public ::hardware::google::light::V1_0::ILight { struct
42 LightExt(HwILight*&& light) : mLight(light) { in LightExt() argument
47 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override { in getSupportedTypes()
57 bool mVRMode = 0;
58 bool mRegHBM = 0;
59 bool mCurHBM = 0;
60 bool mHasHbmNode = false;