HomeSort by relevance Sort by last modified time
    Searched refs:ReConfigure (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.h 57 DisplayError ReConfigure(Handle display_ctx, HWLayers *hw_layers);
comp_manager.cpp 180 error = display_comp_ctx->strategy->Reconfigure(hw_panel_info, display_attributes,
183 DLOGE("Unable to Reconfigure strategy.");
302 DisplayError CompManager::ReConfigure(Handle display_ctx, HWLayers *hw_layers) {
314 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type);
display_base.cpp 296 // Layer stack attributes has changed, need to Reconfigure, currently in use for Hybrid Comp
298 error = comp_manager_->ReConfigure(display_comp_ctx_, &hw_layers_);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
comp_manager.h 59 DisplayError ReConfigure(Handle display_ctx, HWLayers *hw_layers);
comp_manager.cpp 196 error = display_comp_ctx->strategy->Reconfigure(hw_panel_info, display_attributes,
199 DLOGE("Unable to Reconfigure strategy.");
341 DisplayError CompManager::ReConfigure(Handle display_ctx, HWLayers *hw_layers) {
353 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type);
display_base.cpp 283 // Layer stack attributes has changed, need to Reconfigure, currently in use for Hybrid Comp
285 error = comp_manager_->ReConfigure(display_comp_ctx_, &hw_layers_);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.c 241 BOOLEAN ReConfigure;
329 // If ReConfigure is TRUE, it indicates the request URL is not same
333 ReConfigure = TRUE;
339 ReConfigure = FALSE;
383 ReConfigure = FALSE;
437 if (ReConfigure) {
    [all...]

Completed in 326 milliseconds