/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
strategy.h | 49 DisplayError Reconfigure(const HWPanelInfo &hw_panel_info,
|
comp_manager.cpp | 197 error = display_comp_ctx->strategy->Reconfigure(hw_panel_info, display_attributes, 200 DLOGE("Unable to Reconfigure strategy."); 346 DisplayError CompManager::ReConfigure(Handle display_ctx, HWLayers *hw_layers) { 358 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type);
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
strategy_interface.h | 51 virtual DisplayError Reconfigure(HWDisplayMode mode, HWS3DMode s3d_mode,
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
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);
|
strategy.h | 47 DisplayError Reconfigure(const HWPanelInfo &hw_panel_info,
|
comp_manager.h | 57 DisplayError ReConfigure(Handle display_ctx, HWLayers *hw_layers);
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
strategy_interface.h | 51 virtual DisplayError Reconfigure(const HWPanelInfo &hw_panel_info,
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
strategy.h | 49 DisplayError Reconfigure(const HWPanelInfo &hw_panel_info,
|
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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonSourceViewerConfig.java | 61 // default sourceViewerConfig and reconfigure it with one that really
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnectionPool.java | 115 RECONFIGURE, 279 public void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnectionPool 346 // Reconfigure the database connections in place. 434 if (status == AcquiredConnectionStatus.RECONFIGURE) { 436 connection.reconfigure(mConfiguration); // might throw 438 Log.e(TAG, "Failed to reconfigure released connection, closing it: " 628 mAvailablePrimaryConnection.reconfigure(mConfiguration); // might throw 630 Log.e(TAG, "Failed to reconfigure available primary connection, closing it: " 641 connection.reconfigure(mConfiguration); // might throw 643 Log.e(TAG, "Failed to reconfigure available non-primary connection, closing it: [all...] |
/system/bt/device/include/ |
interop.h | 78 // Do not use AVDTP RECONFIGURE when reconfiguring A2DP streams. 79 // Some A2DP Sink devices report SUCCESS to the AVDTP RECONFIGURE command,
|
/frameworks/base/libs/hwui/hwui/ |
Bitmap.cpp | 162 void Bitmap::reconfigure(const SkImageInfo& newInfo, size_t rowBytes) { function in class:android::Bitmap 276 void Bitmap::reconfigure(const SkImageInfo& info) { function in class:android::Bitmap 277 reconfigure(info, info.minRowBytes());
|
/external/autotest/server/site_tests/network_WiFi_ConnectionIdentifier/ |
network_WiFi_ConnectionIdentifier.py | 81 # Reconfigure the router with different SSIDs, and verify the
|
/external/libvpx/libvpx/vpx_ports/ |
arm_cpudetect.c | 153 "available for your platform. Reconfigure with --disable-runtime-cpu-detect."
|
/external/llvm/test/Unit/ |
lit.cfg | 87 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/external/swiftshader/third_party/LLVM/test/Unit/ |
lit.cfg | 72 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/frameworks/av/media/libaudioclient/include/media/ |
AudioParameter.h | 84 // keyReconfigA2dp: Ask HwModule to reconfigure A2DP offloaded codec
|
/frameworks/av/media/libmedia/include/media/ |
RecordBufferConverter.h | 71 // allows dynamic reconfigure of all parameters
|
/hardware/interfaces/wifi/1.0/ |
IWifiChipEventCallback.hal | 34 * invalid. The client can attempt to recover by trying to reconfigure the
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
comp_manager.cpp | 197 error = display_comp_ctx->strategy->Reconfigure(hw_panel_info, display_attributes, 200 DLOGE("Unable to Reconfigure strategy."); 363 DisplayError CompManager::ReConfigure(Handle display_ctx, HWLayers *hw_layers) { 375 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type);
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/ |
AudioTrackWrapper.java | 112 public void reconfigure(MediaFormat format, int audioBufferSize) { method in class:AudioTrackWrapper
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/cmake/Modules/ |
HandleOutOfTreeLLVM.cmake | 58 "Reconfigure with -DLLVM_CONFIG_PATH=path/to/llvm-config "
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/cmake/Modules/ |
HandleOutOfTreeLLVM.cmake | 58 "Reconfigure with -DLLVM_CONFIG_PATH=path/to/llvm-config "
|
/system/bt/bta/include/ |
bta_av_api.h | 136 #define BTA_AV_RECONFIG_EVT 14 /* reconfigure response */ 526 * Description Reconfigure the audio/video stream. 528 * suspend/reconfigure procedure first. 529 * If suspend is false or when suspend/reconfigure fails,
|