Home
last modified time | relevance | path

Searched refs:REQUEST_PRIORITY_HIGH (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java124 private static final int REQUEST_PRIORITY_HIGH = 0; field in CarEvsService
460 if (priority == REQUEST_PRIORITY_HIGH) { in handleTransitionToRequestedLocked()
489 if (priority == REQUEST_PRIORITY_HIGH && !isSessionToken(token)) { in handleTransitionToActiveLocked()
628 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_REQUESTED, in requestActivityIfNecessaryLocked()
645 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE); in handleActivityRequestTimeout()
711 if (mStateEngine.execute(REQUEST_PRIORITY_HIGH, targetState, type) != in onEvent()
763 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE) != ERROR_NONE) { in init()
903 final int priority = token != null ? REQUEST_PRIORITY_HIGH : REQUEST_PRIORITY_LOW; in startVideoStream()
926 if (mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE, callback) != in stopVideoStream()
1106 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE, callback); in handleClientDisconnected()
[all …]
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestSchedulerTest.java19 …port static com.android.internal.net.ipsec.test.ike.IkeLocalRequestScheduler.REQUEST_PRIORITY_HIGH;
137 createMockRequestArrayWithPriority(REQUEST_PRIORITY_HIGH); in testPriorityProcessOrder()
180 REQUEST_PRIORITY_HIGH, in testProcedureTypeToPriority()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java66 @VisibleForTesting static final int REQUEST_PRIORITY_HIGH = 1; field in IkeLocalRequestScheduler
78 REQUEST_PRIORITY_HIGH,
331 return REQUEST_PRIORITY_HIGH; in procedureTypeToPriority()