Home
last modified time | relevance | path

Searched refs:mHidlTvInput (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/tvinput/
DTvInputHal_hidl.cpp74 : mIsHidl(true), mHidlTvInput(hidlTvInput) {} in ITvInputWrapper()
78 mHidlTvInput->setCallback(in_callback); in hidlSetCallback()
86 mHidlTvInput->getStreamConfigurations(in_deviceId, in hidlGetStreamConfigurations()
113 mHidlTvInput->openStream(in_deviceId, in_streamId, in hidlOpenStream()
134 Result result = mHidlTvInput->closeStream(in_deviceId, in_streamId); in hidlCloseStream()
DJTvInputHal.h225 sp<HidlITvInput> mHidlTvInput; variable