/aosp12/hardware/interfaces/dumpstate/1.1/vts/functional/ |
H A D | VtsHalDumpstateV1_1TargetTest.cpp | 100 DumpstateMode GetMode() { return std::get<1>(GetParam()); } in GetMode() function in __anon983d92660110::DumpstateHidl1_1PerModeTest 108 if (GetMode() == DumpstateMode::DEFAULT) { in AssertStatusForMode() 110 << "Required mode (DumpstateMode::" << toString(GetMode()) in AssertStatusForMode() 117 << "Optional mode (DumpstateMode::" << toString(GetMode()) in AssertStatusForMode() 135 dumpstate->dumpstateBoard_1_1(nullptr, GetMode(), kDefaultTimeoutMillis); in TEST_P() 148 dumpstate->dumpstateBoard_1_1(handle, GetMode(), kDefaultTimeoutMillis); in TEST_P() 169 dumpstate->dumpstateBoard_1_1(handle, GetMode(), kDefaultTimeoutMillis); in TEST_P() 196 dumpstate->dumpstateBoard_1_1(handle, GetMode(), kDefaultTimeoutMillis); in TEST_P() 293 dumpstate->dumpstateBoard_1_1(handle, GetMode(), kDefaultTimeoutMillis); in TEST_P()
|
/aosp12/system/update_engine/update_manager/ |
H A D | variable_unittest.cc | 67 EXPECT_EQ(var.GetMode(), kVariableModeConst); in TEST_F() 69 EXPECT_EQ(other_var.GetMode(), kVariableModePoll); in TEST_F() 81 EXPECT_EQ(var.GetMode(), kVariableModePoll); in TEST_F()
|
H A D | evaluation_context.cc | 88 if (it.first->GetMode() == kVariableModeAsync) in RemoveObserversAndTimeout() 152 if (it->first->GetMode() == kVariableModeConst) { in ResetEvaluation() 188 switch (it.first->GetMode()) { in RunOnValueChangeOrTimeout()
|
H A D | variable.h | 80 VariableMode GetMode() const { return mode_; } in GetMode() function
|
H A D | generic_variables_unittest.cc | 159 EXPECT_EQ(kVariableModeAsync, var.GetMode()); in TEST_F()
|
/aosp12/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
H A D | drm_res_mgr.h | 47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
|
/aosp12/hardware/qcom/display/msm8998/libdrmutils/ |
H A D | drm_res_mgr.h | 47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
|
/aosp12/hardware/qcom/display/msm8909/libdrmutils/ |
H A D | drm_res_mgr.h | 47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
|
/aosp12/hardware/qcom/sdm845/display/libdrmutils/ |
H A D | drm_res_mgr.h | 47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
|
/aosp12/hardware/qcom/sm7250/display/libdrmutils/ |
H A D | drm_res_mgr.h | 47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
|
/aosp12/hardware/qcom/sm8150/display/libdrmutils/ |
H A D | drm_res_mgr.h | 47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
|
/aosp12/frameworks/native/libs/vr/libvrsensor/ |
H A D | pose_client.cpp | 132 int GetMode(DvrPoseMode* out_mode) { in GetMode() function in android::dvr::PoseClient 352 return PoseClient::FromC(client)->GetMode(mode); in dvrPoseClientModeGet()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
H A D | hw_device_drm.cpp | 157 res_mgr->GetMode(&mode); in PopulateDisplayAttributes() 500 res_mgr->GetMode(&mode); in DefaultCommit()
|
/aosp12/art/runtime/ |
H A D | trace.h | 237 static TraceMode GetMode() REQUIRES(!Locks::trace_lock_);
|
H A D | trace.cc | 1042 Trace::TraceMode Trace::GetMode() { in GetMode() function in art::Trace
|
/aosp12/art/runtime/native/ |
H A D | dalvik_system_ZygoteHooks.cc | 362 Trace::TraceMode trace_mode = Trace::GetMode(); in ZygoteHooks_nativePostForkChild()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
H A D | hw_device_drm.cpp | 386 res_mgr->GetMode(&mode); in PopulateDisplayAttributes() 739 res_mgr->GetMode(&mode); in DefaultCommit()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
H A D | hw_device_drm.cpp | 381 res_mgr->GetMode(&mode); in PopulateDisplayAttributes() 734 res_mgr->GetMode(&mode); in DefaultCommit()
|
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/ |
H A D | wifi_chip_hidl_test.cpp | 192 TEST_P(WifiChipHidlTest, GetMode) { in TEST_P() argument
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
H A D | hw_device_drm.cpp | 471 res_mgr->GetMode(&mode); in PopulateDisplayAttributes() 1129 res_mgr->GetMode(&mode); in DefaultCommit()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
H A D | hw_device_drm.cpp | 596 res_mgr->GetMode(&mode); in PopulateDisplayAttributes() 1355 res_mgr->GetMode(&mode); in DefaultCommit()
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
H A D | hw_device_drm.cpp | 601 res_mgr->GetMode(&mode); in PopulateDisplayAttributes() 1531 res_mgr->GetMode(&mode); in DefaultCommit()
|