Home
last modified time | relevance | path

Searched refs:GetMode (Results 1 – 22 of 22) sorted by relevance

/aosp12/hardware/interfaces/dumpstate/1.1/vts/functional/
H A DVtsHalDumpstateV1_1TargetTest.cpp100 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 Dvariable_unittest.cc67 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 Devaluation_context.cc88 if (it.first->GetMode() == kVariableModeAsync) in RemoveObserversAndTimeout()
152 if (it->first->GetMode() == kVariableModeConst) { in ResetEvaluation()
188 switch (it.first->GetMode()) { in RunOnValueChangeOrTimeout()
H A Dvariable.h80 VariableMode GetMode() const { return mode_; } in GetMode() function
H A Dgeneric_variables_unittest.cc159 EXPECT_EQ(kVariableModeAsync, var.GetMode()); in TEST_F()
/aosp12/hardware/qcom/display/msm8909w_3100/libdrmutils/
H A Ddrm_res_mgr.h47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
/aosp12/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_res_mgr.h47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
/aosp12/hardware/qcom/display/msm8909/libdrmutils/
H A Ddrm_res_mgr.h47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
/aosp12/hardware/qcom/sdm845/display/libdrmutils/
H A Ddrm_res_mgr.h47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
/aosp12/hardware/qcom/sm7250/display/libdrmutils/
H A Ddrm_res_mgr.h47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
/aosp12/hardware/qcom/sm8150/display/libdrmutils/
H A Ddrm_res_mgr.h47 void GetMode(drmModeModeInfo *mode) { *mode = conn_->modes[0]; } in GetMode() function
/aosp12/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp132 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 Dhw_device_drm.cpp157 res_mgr->GetMode(&mode); in PopulateDisplayAttributes()
500 res_mgr->GetMode(&mode); in DefaultCommit()
/aosp12/art/runtime/
H A Dtrace.h237 static TraceMode GetMode() REQUIRES(!Locks::trace_lock_);
H A Dtrace.cc1042 Trace::TraceMode Trace::GetMode() { in GetMode() function in art::Trace
/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc362 Trace::TraceMode trace_mode = Trace::GetMode(); in ZygoteHooks_nativePostForkChild()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/drm/
H A Dhw_device_drm.cpp386 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 Dhw_device_drm.cpp381 res_mgr->GetMode(&mode); in PopulateDisplayAttributes()
734 res_mgr->GetMode(&mode); in DefaultCommit()
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_chip_hidl_test.cpp192 TEST_P(WifiChipHidlTest, GetMode) { in TEST_P() argument
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/drm/
H A Dhw_device_drm.cpp471 res_mgr->GetMode(&mode); in PopulateDisplayAttributes()
1129 res_mgr->GetMode(&mode); in DefaultCommit()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_device_drm.cpp596 res_mgr->GetMode(&mode); in PopulateDisplayAttributes()
1355 res_mgr->GetMode(&mode); in DefaultCommit()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_device_drm.cpp601 res_mgr->GetMode(&mode); in PopulateDisplayAttributes()
1531 res_mgr->GetMode(&mode); in DefaultCommit()