Searched defs:Get (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_debugger.h44 static inline DebugHandler* Get() { return &debug_handler_; } function in class:sdm::HWCDebugHandler
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dmd5_helper.h43 const char *Get(void) { function in class:libvpx_test::MD5
/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/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...]

Completed in 925 milliseconds