Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/config/
DConfigManager.h72 const sp<android::IBinder> GetConfigReceiver(const ConfigKey& key) const;
DConfigManager.cpp269 const sp<android::IBinder> ConfigManager::GetConfigReceiver(const ConfigKey& key) const { in GetConfigReceiver() function in android::os::statsd::ConfigManager
/frameworks/base/cmds/statsd/src/
DStatsService.cpp174 auto receiver = mConfigManager->GetConfigReceiver(key); in __anonbfe59ba20502()
567 auto receiver = mConfigManager->GetConfigReceiver(key); in cmd_trigger_broadcast()