Searched refs:Get (Results 1 - 16 of 16) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/core/
H A Ddebug_interface.h143 T::Get()->BeginTrace(class_name, function_name, "");
146 ~ScopeTracer() { T::Get()->EndTrace(); }
/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentDefines.h23 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/include/utils/
H A Ddebug.h38 #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_; } function in class:sdm::Debug
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dtile_independence_test.cc96 const char *md5_fw_str = md5_fw_order_.Get();
97 const char *md5_inv_str = md5_inv_order_.Get();
H A Dmd5_helper.h43 const char *Get(void) { function in class:libvpx_test::MD5
H A Dtest_vector_test.cc55 const char *actual_md5 = md5_res.Get();
H A Dvp9_thread_test.cc121 // Get decompressed data
126 return string(md5.Get());
H A Dexternal_frame_buffer_test.cc236 const char *const actual_md5 = md5_res.Get();
332 // Get decompressed data
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_primary.cpp56 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_width", &width);
57 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height);
85 if (cpu_hint_->Init(static_cast<HWCDebugHandler*>(HWCDebugHandler::Get())) != kErrorNone) {
92 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps);
259 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps);
H A Dhwc_display_external.cpp57 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled);
140 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width);
142 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height);
H A Dhwc_debugger.h44 static inline DebugHandler* Get() { return &debug_handler_; } function in class:sdm::HWCDebugHandler
H A Dblit_engine_c2d.cpp105 HWCDebugHandler::Get()->GetProperty("persist.hwc.blit.comp", &blit_supported_);
H A Dhwc_display.cpp89 HWCDebugHandler::Get()->GetProperty("debug.egl.swapinterval", &property_swap_interval);
445 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled);
H A Dhwc_session.cpp141 DisplayError error = CoreInterface::CreateCore(HWCDebugHandler::Get(), buffer_allocator_,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1381 HANDLE Get() const { return handle_; } function in class:testing::internal::AutoHandle
3855 // Get the number of tests in this test case that should run.
7139 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
7163 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
7167 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE);
7209 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL);
7222 "|" + StreamableToString(reinterpret_cast<size_t>(event_handle_.Get()));
7729 if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) {
7745 if (!::DuplicateHandle(parent_process_handle.Get(), write_handl
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h778 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...]

Completed in 335 milliseconds