Searched defs:pir (Results 1 – 9 of 9) sorted by relevance
/packages/modules/StatsD/statsd/src/config/ |
D | ConfigManager.cpp | 116 const shared_ptr<IPendingIntentRef>& pir) { in SetConfigReceiver() 127 const shared_ptr<IPendingIntentRef>& pir) { in RemoveConfigReceiver() 136 const shared_ptr<IPendingIntentRef>& pir) { in SetActiveConfigsChangedReceiver() 147 const shared_ptr<IPendingIntentRef>& pir) { in RemoveActiveConfigsChangedReceiver() 158 const shared_ptr<IPendingIntentRef>& pir) { in SetRestrictedMetricsChangedReceiver() 180 const shared_ptr<IPendingIntentRef>& pir) { in RemoveRestrictedMetricsChangedReceiver()
|
/packages/modules/StatsD/statsd/src/subscriber/ |
D | SubscriberReporter.cpp | 60 const shared_ptr<IPendingIntentRef>& pir) { in setBroadcastSubscriber() 132 void SubscriberReporter::sendBroadcastLocked(const shared_ptr<IPendingIntentRef>& pir, in sendBroadcastLocked()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_matching.h | 47 db_PointInfo_f *pir; variable 74 db_PointInfo_u *pir; variable
|
D | db_feature_matching.cpp | 2701 db_PointInfo_f *pir; in db_FillBuckets_f() local 2736 db_PointInfo_u *pir; in db_FillBuckets_u() local 2789 db_PointInfo_f *pir; in db_FillBucketsPrewarped_f() local 2833 db_PointInfo_u *pir; in db_FillBucketsPrewarped_u() local 2880 db_PointInfo_u *pir; in db_FillBucketsPrewarpedAffine_u() local 3107 db_PointInfo_f *pir,*pir2; in db_CollectMatches_f() local 3144 db_PointInfo_u *pir,*pir2; in db_CollectMatches_u() local
|
/packages/modules/StatsD/statsd/tests/ |
D | ConfigManager_test.cpp | 171 shared_ptr<MockPendingIntentRef> pir = SharedRefBase::make<StrictMock<MockPendingIntentRef>>(); in TEST() local 248 shared_ptr<MockPendingIntentRef> pir = SharedRefBase::make<StrictMock<MockPendingIntentRef>>(); in TEST() local
|
/packages/modules/StatsD/statsd/tests/e2e/ |
D | RestrictedConfig_e2e_test.cpp | 274 shared_ptr<MockPendingIntentRef> pir = SharedRefBase::make<StrictMock<MockPendingIntentRef>>(); in TEST_F() local 366 shared_ptr<MockPendingIntentRef> pir = SharedRefBase::make<StrictMock<MockPendingIntentRef>>(); in TEST_F() local 453 shared_ptr<MockPendingIntentRef> pir = SharedRefBase::make<StrictMock<MockPendingIntentRef>>(); in TEST_F() local
|
/packages/modules/StatsD/aidl/android/os/ |
D | IStatsd.aidl | 176 void setBroadcastSubscriber(long configId, long subscriberId, in IPendingIntentRef pir, in setBroadcastSubscriber() 264 in IPendingIntentRef pir, int callingUid); in setRestrictedMetricsChangedOperation()
|
/packages/modules/StatsD/service/java/com/android/server/stats/ |
D | StatsManagerService.java | 284 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setDataFetchOperation() local 329 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setActiveConfigsChangedOperation() local 373 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setBroadcastSubscriber() local 557 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setRestrictedMetricsChangedOperation() local
|
/packages/modules/StatsD/statsd/src/ |
D | StatsService.cpp | 1270 const shared_ptr<IPendingIntentRef>& pir, in setDataFetchOperation() 1285 Status StatsService::setActiveConfigsChangedOperation(const shared_ptr<IPendingIntentRef>& pir, in setActiveConfigsChangedOperation() 1319 const shared_ptr<IPendingIntentRef>& pir, in setBroadcastSubscriber() 1480 const shared_ptr<IPendingIntentRef>& pir, in setRestrictedMetricsChangedOperation()
|