Home
last modified time | relevance | path

Searched refs:mIsHidl (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/jni/tvinput/
DJTvInputHal.cpp492 : mIsHidl(false), mAidlTvInput(aidlTvInput) {} in ITvInputWrapper()
496 if (mIsHidl) { in setCallback()
517 if (mIsHidl) { in getStreamConfigurations()
527 if (mIsHidl) { in openStream()
536 if (mIsHidl) { in closeStream()
547 if (mIsHidl) { in setTvMessageEnabled()
557 if (mIsHidl) { in getTvMessageQueueDesc()
565 if (mIsHidl) { in getAidlInterfaceVersion()
DTvInputHal_hidl.cpp74 : mIsHidl(true), mHidlTvInput(hidlTvInput) {} in ITvInputWrapper()
DJTvInputHal.h224 bool mIsHidl; variable