Searched defs:apiType (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ForegroundServiceTypeLoggerModule.java | 155 final int apiType = apiTypes.get(i); in logForegroundServiceStart() local 222 final int apiType = apiTypes.get(i); in logForegroundServiceStop() local 275 public long logForegroundServiceApiEventBegin(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventBegin() 345 public long logForegroundServiceApiEventEnd(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventEnd() 411 public void logForegroundServiceApiStateChanged(@ForegroundServiceApiType int apiType, in logForegroundServiceApiStateChanged() 464 private boolean hasValidActiveFgs(int uid, @ForegroundServiceApiType int apiType) { in hasValidActiveFgs() 478 @ForegroundServiceApiType int apiType, long timestamp) { in logFgsApiEvent() 545 @ForegroundServiceApiType int apiType, long timestamp) { in logFgsApiEventWithNoFgs()
|
| D | ActiveServices.java | 1979 void logFgsApiBeginLocked(int uid, int pid, int apiType) { in logFgsApiBeginLocked() 1985 void logFgsApiEndLocked(int uid, int pid, int apiType) { in logFgsApiEndLocked() 1991 void logFgsApiStateChangedLocked(int uid, int pid, int apiType, int state) { in logFgsApiStateChangedLocked()
|
| D | ActivityManagerService.java | 13199 public void logFgsApiBegin(@ForegroundServiceApiType int apiType, in logFgsApiBegin() 13209 public void logFgsApiEnd(@ForegroundServiceApiType int apiType, in logFgsApiEnd() 13219 public void logFgsApiStateChanged(@ForegroundServiceApiType int apiType, in logFgsApiStateChanged() 18935 public void logFgsApiBegin(@ForegroundServiceApiType int apiType, in logFgsApiBegin() 18943 public void logFgsApiEnd(@ForegroundServiceApiType int apiType, in logFgsApiEnd()
|
| /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 | 217 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 | 1158 public abstract void logFgsApiBegin(int apiType, int uid, int pid); in logFgsApiBegin() 1166 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 | 5824 public void noteForegroundResourceUseBegin(@ForegroundServiceApiType int apiType, in noteForegroundResourceUseBegin() 5843 public void noteForegroundResourceUseEnd(@ForegroundServiceApiType int apiType, in noteForegroundResourceUseEnd()
|