Searched refs:openDemuxById (Results 1 – 8 of 8) sorted by relevance
35 AssertionResult DemuxTests::openDemuxById(int32_t demuxId, std::shared_ptr<IDemux>& demux) { in openDemuxById() function in DemuxTests36 auto status = mService->openDemuxById(demuxId, &mDemux); in openDemuxById()
38 AssertionResult openDemuxById(int32_t demuxId, std::shared_ptr<IDemux>& demux);
704 TEST_P(TunerDemuxAidlTest, openDemuxById) { in TEST_P() argument710 ASSERT_TRUE(mDemuxTests.openDemuxById(demuxIds[i], demux)); in TEST_P()
181 IDemux openDemuxById(in int demuxId); in openDemuxById() method
52 android.hardware.tv.tuner.IDemux openDemuxById(in int demuxId); in openDemuxById() method
49 ::ndk::ScopedAStatus openDemuxById(int32_t in_demuxId,
132 ::ndk::ScopedAStatus Tuner::openDemuxById(int32_t in_demuxId, in openDemuxById() function in aidl::android::hardware::tv::tuner::Tuner170 return openDemuxById(demuxId, _aidl_return); in openDemux()