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