Searched refs:IStatsd (Results 1 – 9 of 9) sorted by relevance
30 import android.os.IStatsd;64 private IStatsd mStatsd;235 IStatsd statsd = getStatsdNonblocking(); in registerPullAtomCallback()263 IStatsd statsd = getStatsdNonblocking(); in unregisterPullAtomCallback()291 IStatsd statsd = getStatsdNonblocking(); in setDataFetchOperation()312 IStatsd statsd = getStatsdNonblocking(); in removeDataFetchOperation()335 IStatsd statsd = getStatsdNonblocking(); in setActiveConfigsChangedOperation()356 IStatsd statsd = getStatsdNonblocking(); in removeActiveConfigsChangedOperation()383 IStatsd statsd = getStatsdNonblocking(); in setBroadcastSubscriber()410 IStatsd statsd = getStatsdNonblocking(); in unsetBroadcastSubscriber()[all …]
43 import android.os.IStatsd;109 private static IStatsd sStatsd;144 private static IStatsd getStatsdNonblocking() { in getStatsdNonblocking()215 IStatsd statsd = getStatsdNonblocking(); in informAllUids()414 IStatsd statsd = getStatsdNonblocking(); in onAlarm()448 IStatsd statsd = getStatsdNonblocking(); in onAlarm()485 IStatsd statsd = getStatsdNonblocking(); in onReceive()628 private IStatsd fetchStatsdServiceLocked() { in fetchStatsdServiceLocked()629 sStatsd = IStatsd.Stub.asInterface(StatsFrameworkInitializer in fetchStatsdServiceLocked()636 private void registerStatsdDeathRecipient(IStatsd statsd, List<BroadcastReceiver> receivers) { in registerStatsdDeathRecipient()[all …]
30 using aidl::android::os::IStatsd;94 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in onStatsBinderRestart()142 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in AStatsManager_addSubscription()157 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in AStatsManager_removeSubscription()174 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in AStatsManager_flushSubscription()
35 using aidl::android::os::IStatsd;179 std::shared_ptr<IStatsd> getStatsService() { in getStatsService()188 mStatsd = IStatsd::fromBinder(binder); in getStatsService()206 std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in binderDied()235 std::shared_ptr<IStatsd> mStatsd;244 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in registerStatsPullAtomCallbackBlocking()256 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in unregisterStatsPullAtomCallbackBlocking()337 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in processCommands()
20 using aidl::android::os::IStatsd;30 std::shared_ptr<IStatsd> StatsProvider::getStatsService() { in getStatsService()35 mStatsd = IStatsd::fromBinder(binder); in getStatsService()
33 std::shared_ptr<aidl::android::os::IStatsd> getStatsService();41 std::shared_ptr<aidl::android::os::IStatsd> mStatsd;
30 import android.os.IStatsd;422 (options & IStatsd.FLAG_REQUIRE_STAGING) > 0, in logBinaryPushStateChanged()423 (options & IStatsd.FLAG_ROLLBACK_ENABLED) > 0, in logBinaryPushStateChanged()424 (options & IStatsd.FLAG_REQUIRE_LOW_LATENCY_MONITOR) > 0, in logBinaryPushStateChanged()
35 "android/os/IStatsd.aidl",
30 interface IStatsd { interface