Searched defs:apiType (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ForegroundServiceTypeLoggerModule.java | 161 final int apiType = apiTypes.get(i); in logForegroundServiceStart() local 233 final int apiType = apiTypes.get(i); in logForegroundServiceStop() local 286 public long logForegroundServiceApiEventBegin(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventBegin() 356 public long logForegroundServiceApiEventEnd(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventEnd() 422 public void logForegroundServiceApiStateChanged(@ForegroundServiceApiType int apiType, in logForegroundServiceApiStateChanged() 475 private boolean hasValidActiveFgs(int uid, @ForegroundServiceApiType int apiType) { in hasValidActiveFgs() 489 @ForegroundServiceApiType int apiType, long timestamp) { in logFgsApiEvent() 557 @ForegroundServiceApiType int apiType, long timestamp) { in logFgsApiEventWithNoFgs()
|
D | ActiveServices.java | 2136 void logFgsApiBeginLocked(int uid, int pid, int apiType) { in logFgsApiBeginLocked() 2142 void logFgsApiEndLocked(int uid, int pid, int apiType) { in logFgsApiEndLocked() 2148 void logFgsApiStateChangedLocked(int uid, int pid, int apiType, int state) { in logFgsApiStateChangedLocked()
|
/frameworks/native/libs/binder/ |
D | IActivityManager.cpp | 187 virtual status_t logFgsApiBegin(int32_t apiType, int32_t appUid, int32_t appPid) { in logFgsApiBegin() 202 virtual status_t logFgsApiEnd(int32_t apiType, int32_t appUid, int32_t appPid) { in logFgsApiEnd() 217 virtual status_t logFgsApiStateChanged(int32_t apiType, int32_t state, int32_t appUid, in logFgsApiStateChanged()
|
/frameworks/base/services/core/java/com/android/server/location/injector/ |
D | LocationUsageLogger.java | 224 int apiType, boolean hasListener, boolean hasIntent) { in getCallbackType()
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | B2HGraphicBufferProducer.cpp | 255 HConnectionType apiType; member
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 1154 public abstract void logFgsApiBegin(int apiType, int uid, int pid); in logFgsApiBegin() 1162 public abstract void logFgsApiEnd(int apiType, int uid, int pid); in logFgsApiEnd()
|
D | IActivityManager.aidl | 150 oneway void logFgsApiBegin(int apiType, int appUid, int appPid); in logFgsApiBegin() 153 oneway void logFgsApiEnd(int apiType, int appUid, int appPid); in logFgsApiEnd() 156 oneway void logFgsApiStateChanged(int apiType, int state, int appUid, int appPid); in logFgsApiStateChanged()
|
D | ActivityManager.java | 6274 public void noteForegroundResourceUseBegin(@ForegroundServiceApiType int apiType, in noteForegroundResourceUseBegin() 6293 public void noteForegroundResourceUseEnd(@ForegroundServiceApiType int apiType, in noteForegroundResourceUseEnd()
|