Searched refs:controlEnableInfo (Results 1 – 2 of 2) sorted by relevance
53 for (auto& controlEnableInfo : pipControlEnableInfoList_) { in SetPiPControlEnabled() local54 if (controlType == controlEnableInfo.controlType) { in SetPiPControlEnabled()55 controlEnableInfo.enabled = enabled; in SetPiPControlEnabled()
166 napi_value CreateJsPiPControlEnableObject(napi_env env, PiPControlEnableInfo controlEnableInfo) in CreateJsPiPControlEnableObject() argument175 uint32_t controlType = static_cast<uint32_t>(controlEnableInfo.controlType); in CreateJsPiPControlEnableObject()176 int32_t enabled = static_cast<int32_t>(controlEnableInfo.enabled); in CreateJsPiPControlEnableObject()212 for (const auto& controlEnableInfo : controlEnableInfoList) { in CreatePipTemplateInfo() local214 CreateJsPiPControlEnableObject(env, controlEnableInfo)); in CreatePipTemplateInfo()