Home
last modified time | relevance | path

Searched defs:getContext (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/magma/
DConnection.cpp52 DrmContext* Connection::getContext(uint32_t id) { in getContext() function in gfxstream::magma::Connection
/hardware/interfaces/audio/aidl/default/deprecated/
DStreamSwitcher.cpp164 const StreamContext& StreamSwitcher::getContext() const { in getContext() function in aidl::android::hardware::audio::core::deprecated::StreamSwitcher
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.cpp366 ContextPtr EglDisplay::getContext(EGLContext ctx) const { in getContext() function in EglDisplay
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h499 const StreamContext& getContext() const override { return mContext; } in getContext() function
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3414 EGLContext FrameBuffer::getContext() const { in getContext() function in gfxstream::FrameBuffer
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1513 const StreamContext* getContext() const { return mContext ? &(mContext.value()) : nullptr; } in getContext() function in WithStream