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