Home
last modified time | relevance | path

Searched refs:applyHBM (Results 1 – 4 of 4) sorted by relevance

/hardware/google/interfaces/light/1.0/default/
DLightExt.cpp29 Return<Status> LightExt::applyHBM(bool on) { in applyHBM() function in hardware::google::light::V1_0::implementation::LightExt
50 applyHBM(false); in setLight()
53 applyHBM(mRegHBM); in setLight()
67 Status status = applyHBM(mRegHBM); in setHbm()
DLightExt.h56 Return<Status> applyHBM(bool on);
/hardware/google/interfaces/light/1.1/default/
DLightExt.cpp36 Return<Status> LightExt::applyHBM() { in applyHBM() function in hardware::google::light::V1_1::implementation::LightExt
88 applyHBM(); in setLight()
95 applyHBM(); in setLight()
109 Status status = applyHBM(); in setHbm()
124 Status status = applyHBM(); in setHbmSv()
DLightExt.h65 Return<Status> applyHBM();