Searched refs:IPendingIntentRef (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/cmds/statsd/src/config/ |
D | ConfigManager.h | 28 using aidl::android::os::IPendingIntentRef; 68 void SetConfigReceiver(const ConfigKey& key, const shared_ptr<IPendingIntentRef>& pir); 73 const shared_ptr<IPendingIntentRef> GetConfigReceiver(const ConfigKey& key) const; 89 void SetActiveConfigsChangedReceiver(const int uid, const shared_ptr<IPendingIntentRef>& pir); 95 const shared_ptr<IPendingIntentRef> GetActiveConfigsChangedReceiver(const int uid) const; 147 std::map<ConfigKey, shared_ptr<IPendingIntentRef>> mConfigReceivers; 153 std::map<int, shared_ptr<IPendingIntentRef>> mActiveConfigsChangedReceivers;
|
D | ConfigManager.cpp | 47 const shared_ptr<IPendingIntentRef>& pir) : in ConfigReceiverDeathCookie() 53 shared_ptr<IPendingIntentRef> mPir; 64 shared_ptr<IPendingIntentRef>& pir = cookie_->mPir; in configReceiverDied() 81 const shared_ptr<IPendingIntentRef>& pir) : in ActiveConfigChangedReceiverDeathCookie() 87 shared_ptr<IPendingIntentRef> mPir; 98 shared_ptr<IPendingIntentRef>& pir = cookie_->mPir; in activeConfigChangedReceiverDied() 189 const shared_ptr<IPendingIntentRef>& pir) { in SetConfigReceiver() 202 const shared_ptr<IPendingIntentRef>& pir) { in SetActiveConfigsChangedReceiver() 321 const shared_ptr<IPendingIntentRef> ConfigManager::GetConfigReceiver(const ConfigKey& key) const { in GetConfigReceiver() 332 const shared_ptr<IPendingIntentRef> ConfigManager::GetActiveConfigsChangedReceiver(const int uid) in GetActiveConfigsChangedReceiver()
|
/frameworks/base/cmds/statsd/src/subscriber/ |
D | SubscriberReporter.h | 31 using aidl::android::os::IPendingIntentRef; 61 const shared_ptr<IPendingIntentRef>& pir); 77 shared_ptr<IPendingIntentRef> getBroadcastSubscriber(const ConfigKey& configKey, 86 unordered_map<ConfigKey, unordered_map<int64_t, shared_ptr<IPendingIntentRef>>> mIntentMap; 92 void sendBroadcastLocked(const shared_ptr<IPendingIntentRef>& pir,
|
D | SubscriberReporter.cpp | 32 const shared_ptr<IPendingIntentRef>& pir): in BroadcastSubscriberDeathCookie() 39 shared_ptr<IPendingIntentRef> mPir; 46 shared_ptr<IPendingIntentRef>& pir = cookie_->mPir; in broadcastSubscriberDied() 76 const shared_ptr<IPendingIntentRef>& pir) { in setBroadcastSubscriber() 140 void SubscriberReporter::sendBroadcastLocked(const shared_ptr<IPendingIntentRef>& pir, in sendBroadcastLocked() 155 shared_ptr<IPendingIntentRef> SubscriberReporter::getBroadcastSubscriber(const ConfigKey& configKey, in getBroadcastSubscriber()
|
/frameworks/base/apex/statsd/aidl/android/os/ |
D | IStatsd.aidl | 19 import android.os.IPendingIntentRef; 122 void setDataFetchOperation(long configId, in IPendingIntentRef pendingIntentRef, in setDataFetchOperation() 140 long[] setActiveConfigsChangedOperation(in IPendingIntentRef pendingIntentRef, int callingUid); in setActiveConfigsChangedOperation() 172 void setBroadcastSubscriber(long configId, long subscriberId, in IPendingIntentRef pir, in setBroadcastSubscriber()
|
D | IPendingIntentRef.aidl | 25 interface IPendingIntentRef { interface
|
/frameworks/base/cmds/statsd/src/ |
D | StatsService.h | 44 using aidl::android::os::IPendingIntentRef; 120 const shared_ptr<IPendingIntentRef>& pir, 132 virtual Status setActiveConfigsChangedOperation(const shared_ptr<IPendingIntentRef>& pir, 151 const shared_ptr<IPendingIntentRef>& pir,
|
D | StatsService.cpp | 133 shared_ptr<IPendingIntentRef> receiver = mConfigManager->GetConfigReceiver(key); in __anon24fc2e590602() 146 shared_ptr<IPendingIntentRef> receiver = in __anon24fc2e590702() 513 shared_ptr<IPendingIntentRef> receiver = mConfigManager->GetConfigReceiver(key); in cmd_trigger_broadcast() 567 shared_ptr<IPendingIntentRef> receiver = mConfigManager->GetActiveConfigsChangedReceiver(uid); in cmd_trigger_active_config_broadcast() 1157 const shared_ptr<IPendingIntentRef>& pir, in setDataFetchOperation() 1171 Status StatsService::setActiveConfigsChangedOperation(const shared_ptr<IPendingIntentRef>& pir, in setActiveConfigsChangedOperation() 1202 const shared_ptr<IPendingIntentRef>& pir, in setBroadcastSubscriber()
|
/frameworks/base/apex/statsd/service/java/com/android/server/stats/ |
D | StatsCompanion.java | 24 import android.os.IPendingIntentRef; 99 public static class PendingIntentRef extends IPendingIntentRef.Stub {
|
/frameworks/base/apex/statsd/aidl/ |
D | Android.bp | 25 "android/os/IPendingIntentRef.aidl",
|