Searched defs:FrontendClientCallbackImpl (Results 1 – 2 of 2) sorted by relevance
183 struct FrontendClientCallbackImpl : public FrontendClientCallback { struct195 std::unordered_map<JTuner*, jweak> mListenersMap;196 std::mutex mMutex;
1091 FrontendClientCallbackImpl::FrontendClientCallbackImpl(JTuner* jtuner, jweak listener) { in FrontendClientCallbackImpl() function in android::FrontendClientCallbackImpl