Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/lshal/
H A DLshal.h40 sp<hidl::manager::V1_0::IServiceManager> passthroughManager);
47 const sp<hidl::manager::V1_0::IServiceManager> &passthroughManager() const;
H A DLshal.cpp46 sp<hidl::manager::V1_0::IServiceManager> passthroughManager) in Lshal() argument
49 mPassthroughManager(passthroughManager) { in Lshal()
251 const sp<IServiceManager> &Lshal::passthroughManager() const { in passthroughManager() function in android::lshal::Lshal
H A DListCommand.cpp807 auto pManager = mLshal.passthroughManager(); in fetch()