Searched refs:LightExt (Results 1 – 5 of 5) sorted by relevance
29 Return<Status> LightExt::applyHBM(bool on) { in applyHBM()47 Return<Status> LightExt::setLight(Type type, const LightState& state) { in setLight()61 Return<Status> LightExt::setHbm(bool on) { in setHbm()
37 using hardware::google::light::V1_0::implementation::LightExt;40 return new LightExt{ in HIDL_FETCH_ILight()
39 using hardware::google::light::V1_0::implementation::LightExt;45 android::sp<hwLight> light = new LightExt{ in main()
41 struct LightExt : public ::hardware::google::light::V1_0::ILight { struct42 LightExt(HwILight*&& light) : mLight(light) { in LightExt() argument
23 "LightExt.cpp",