Searched defs:pir (Results  1 – 9 of 9) sorted by relevance
| /packages/modules/StatsD/statsd/src/config/ | 
| D | ConfigManager.cpp | 118                                       const shared_ptr<IPendingIntentRef>& pir) {  in SetConfigReceiver() 129                                          const shared_ptr<IPendingIntentRef>& pir) {  in RemoveConfigReceiver() 138                                                     const shared_ptr<IPendingIntentRef>& pir) {  in SetActiveConfigsChangedReceiver() 149                                                        const shared_ptr<IPendingIntentRef>& pir) {  in RemoveActiveConfigsChangedReceiver() 160                                                         const shared_ptr<IPendingIntentRef>& pir) {  in SetRestrictedMetricsChangedReceiver() 182         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 | 280     shared_ptr<MockPendingIntentRef> pir = SharedRefBase::make<StrictMock<MockPendingIntentRef>>();  in TEST_F()  local 371     shared_ptr<MockPendingIntentRef> pir = SharedRefBase::make<StrictMock<MockPendingIntentRef>>();  in TEST_F()  local 458     shared_ptr<MockPendingIntentRef> pir = SharedRefBase::make<StrictMock<MockPendingIntentRef>>();  in TEST_F()  local
  | 
| /packages/modules/StatsD/service/java/com/android/server/stats/ | 
| D | StatsManagerService.java | 277         PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext);  in setDataFetchOperation()  local 322         PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext);  in setActiveConfigsChangedOperation()  local 366         PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext);  in setBroadcastSubscriber()  local 523         PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext);  in setRestrictedMetricsChangedOperation()  local
  | 
| /packages/modules/StatsD/aidl/android/os/ | 
| D | IStatsd.aidl | 175     void setBroadcastSubscriber(long configId, long subscriberId, in IPendingIntentRef pir,  in setBroadcastSubscriber() 263             in IPendingIntentRef pir, int callingUid);  in setRestrictedMetricsChangedOperation()
  | 
| /packages/modules/StatsD/statsd/src/ | 
| D | StatsService.cpp | 1242                                            const shared_ptr<IPendingIntentRef>& pir,  in setDataFetchOperation() 1256 Status StatsService::setActiveConfigsChangedOperation(const shared_ptr<IPendingIntentRef>& pir,  in setActiveConfigsChangedOperation() 1287                                             const shared_ptr<IPendingIntentRef>& pir,  in setBroadcastSubscriber() 1433                                                           const shared_ptr<IPendingIntentRef>& pir,  in setRestrictedMetricsChangedOperation()
  |