/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | debug.h | 38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ 52 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string) 53 #define DTRACE_END() Debug::Get()->EndTrace() 63 static inline DebugHandler* Get() { return debug_.debug_handler_; } in Get() function
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXComponentDefines.h | 23 static OMX_ERRORTYPE Get##FUNC(void *inst, OMX_PTR pStructure) {\ 24 return ((CLASS*)inst)->Get##FUNC(pStructure);\ 29 OMX_ERRORTYPE Get##FUNC(OMX_PTR pStructure);\
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_display_primary.cpp | 56 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_width", &width); in Create() 57 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height); in Create() 85 if (cpu_hint_->Init(static_cast<HWCDebugHandler*>(HWCDebugHandler::Get())) != kErrorNone) { in Init() 92 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in Init() 259 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in SetMetaDataRefreshRateFlag()
|
D | hwc_display_external.cpp | 57 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled); in Create() 140 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width); in ApplyScanAdjustment() 142 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height); in ApplyScanAdjustment()
|
D | hwc_debugger.h | 44 static inline DebugHandler* Get() { return &debug_handler_; } in Get() function
|
D | blit_engine_c2d.cpp | 105 HWCDebugHandler::Get()->GetProperty("persist.hwc.blit.comp", &blit_supported_); in BlitEngineC2d()
|
D | hwc_display.cpp | 89 HWCDebugHandler::Get()->GetProperty("debug.egl.swapinterval", &property_swap_interval); in Init() 445 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); in PrepareLayerParams()
|
D | hwc_session.cpp | 141 DisplayError error = CoreInterface::CreateCore(HWCDebugHandler::Get(), buffer_allocator_, in Init()
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | debug_interface.h | 143 T::Get()->BeginTrace(class_name, function_name, ""); in ScopeTracer() 146 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
|
/hardware/intel/common/libva/test/basic/ |
D | testplan.txt | 15 - Get Config attributes for all profiles / entrypoints 23 - Get config attributes of various possible configs 88 - Get image data
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | tile_independence_test.cc | 96 const char *md5_fw_str = md5_fw_order_.Get(); in TEST_P() 97 const char *md5_inv_str = md5_inv_order_.Get(); in TEST_P()
|
D | md5_helper.h | 43 const char *Get(void) { in Get() function
|
D | test_vector_test.cc | 55 const char *actual_md5 = md5_res.Get(); in DecompressedFrameHook()
|
D | vp9_thread_test.cc | 126 return string(md5.Get()); in DecodeFile()
|
D | external_frame_buffer_test.cc | 236 const char *const actual_md5 = md5_res.Get(); in DecompressedFrameHook()
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | FindYuidoc.cmake | 14 # Get Yuidoc version
|
D | TargetArch.cmake | 133 # Get rid of the value marker leaving just the architecture name
|
/hardware/bsp/intel/peripheral/libupm/cmake/modules/ |
D | FindYuidoc.cmake | 14 # Get Yuidoc version
|
D | FindSphinx.cmake | 20 # Get Sphinx version
|
D | TargetArch.cmake | 124 # Get rid of the value marker leaving just the architecture name
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | CMakeLists.txt | 126 …# Get target package arch from Yocto ADT sysroot if set or host OS, mapping to Ubuntu name if nece… 173 # Get distro tag (e.g. 'fc20') by parsing output of rpm --showrc
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | changelog.md | 92 * Add Get Platform Name function
|
/hardware/bsp/intel/peripheral/libupm/ |
D | CMakeLists.txt | 136 …# Get target package arch from Yocto ADT sysroot if set or host OS, mapping to Ubuntu name if nece…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 778 template <int k> class Get; 848 template <int k> friend class gtest_internal::Get; 880 template <int k> friend class gtest_internal::Get; 923 template <int k> friend class gtest_internal::Get; 960 template <int k> friend class gtest_internal::Get; 1001 template <int k> friend class gtest_internal::Get; 1045 template <int k> friend class gtest_internal::Get; 1092 template <int k> friend class gtest_internal::Get; 1141 template <int k> friend class gtest_internal::Get; 1193 template <int k> friend class gtest_internal::Get; [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 16 Get rid of bashisms in the main build scripts
|