Searched refs:svManager (Results 1 – 3 of 3) sorted by relevance
65 auto svManager = IProfileManager::GetInstance(); in impl() local66 … service_ = static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in impl()80 auto svManager = IProfileManager::GetInstance(); in ~impl() local81 … service_ = static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in ~impl()110 auto svManager = IProfileManager::GetInstance(); in OnSystemStateChange() local111 … service_ = static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in OnSystemStateChange()
244 auto svManager = IProfileManager::GetInstance(); in impl() local245 … service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in impl()259 auto svManager = IProfileManager::GetInstance(); in ~impl() local260 … service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in ~impl()289 auto svManager = IProfileManager::GetInstance(); in OnSystemStateChange() local290 … service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in OnSystemStateChange()
330 auto svManager = IProfileManager::GetInstance(); in GetService() local332 return static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in GetService()369 auto svManager = IProfileManager::GetInstance(); in GetService() local371 return static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in GetService()408 auto svManager = IProfileManager::GetInstance(); in GetService() local410 return static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in GetService()