Home
last modified time | relevance | path

Searched refs:hasContext (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioDynamicRouting.java69 boolean hasContext = false; in setupAudioDynamicRoutingForGroup()
78 hasContext = true; in setupAudioDynamicRoutingForGroup()
92 if (hasContext) { in setupAudioDynamicRoutingForGroup()
/aosp12/frameworks/compile/mclinker/lib/MC/
H A DFileAction.cpp25 if (input->hasContext()) in activate()
/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h104 bool hasContext() const { return (m_pContext != NULL); } in hasContext() function
/aosp12/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp98 ASSERT_TRUE(m_pInput->hasContext()); in TEST_F()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp133 if (!input->hasContext()) in CreateInput()
146 if (!input->hasContext()) in ReadInput()
185 if (!input->hasContext()) in ReadInput()