Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/tvinput/
H A DJTvInputHal.cpp441 : mIsHidl(false), mAidlTvInput(aidlTvInput) {} in ITvInputWrapper()
445 if (mIsHidl) { in setCallback()
454 if (mIsHidl) { in getStreamConfigurations()
464 if (mIsHidl) { in openStream()
473 if (mIsHidl) { in closeStream()
484 if (mIsHidl) { in setTvMessageEnabled()
494 if (mIsHidl) { in getTvMessageQueueDesc()
H A DTvInputHal_hidl.cpp70 : mIsHidl(true), mHidlTvInput(hidlTvInput) {} in ITvInputWrapper()
H A DJTvInputHal.h206 bool mIsHidl; variable