Home
last modified time | relevance | path

Searched refs:execution (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/core/java/android/os/
DTestLooperManager.java123 MessageExecution execution = new MessageExecution(); in execute() local
124 execution.m = message; in execute()
125 synchronized (execution) { in execute()
126 mExecuteQueue.add(execution); in execute()
129 execution.wait(); in execute()
132 if (execution.response != null) { in execute()
133 throw new RuntimeException(execution.response); in execute()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt108 private val execution: Execution, in <lambda>() constant in com.android.systemui.statusbar.lockscreen.LockscreenSmartspaceController
195 execution.assertIsMainThread() in <lambda>()
241 execution.assertIsMainThread() in <lambda>()
248 execution.assertIsMainThread() in <lambda>()
255 execution.assertIsMainThread() in <lambda>()
262 execution.assertIsMainThread() in <lambda>()
267 execution.assertIsMainThread() in <lambda>()
308 execution.assertIsMainThread() in <lambda>()
314 execution.assertIsMainThread() in <lambda>()
320 execution.assertIsMainThread() in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/smartspace/
DCommunalSmartspaceController.kt47 private val execution: Execution, in <lambda>() constant in com.android.systemui.communal.smartspace.CommunalSmartspaceController
89 execution.assertIsMainThread() in <lambda>()
132 execution.assertIsMainThread() in <lambda>()
162 execution.assertIsMainThread() in <lambda>()
173 execution.assertIsMainThread() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDisplayMode.kt33 private val execution: Execution, constant in com.android.systemui.biometrics.UdfpsDisplayMode
42 execution.isMainThread() in enable()
74 execution.isMainThread() in disable()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/
DLockscreenPreconditionTest.kt46 private lateinit var execution: Execution variable in com.android.systemui.smartspace.LockscreenPreconditionTest
63 val precondition = LockscreenPrecondition(deviceProvisionedController, execution) in testFullyEnabled()
78 LockscreenPrecondition(deviceProvisionedController, execution) in testProvisioning()
104 LockscreenPrecondition(deviceProvisionedController, execution) in testUserSetup()
DLockscreenTargetFilterTest.kt61 @Mock private lateinit var execution: Execution variable in com.android.systemui.smartspace.LockscreenTargetFilterTest
97 execution, in testLockscreenAllowPrivateNotifications()
138 execution, in testUserSwitchCallback()
DCommunalSmartspaceControllerTest.kt55 @Mock private lateinit var execution: Execution variable in com.android.systemui.smartspace.CommunalSmartspaceControllerTest
119 execution, in setup()
DDreamSmartspaceControllerTest.kt62 private lateinit var execution: Execution variable in com.android.systemui.smartspace.DreamSmartspaceControllerTest
150 controller = DreamSmartspaceController(context, smartspaceManager, execution, uiExecutor, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
DDreamSmartspaceController.kt54 private val execution: Execution, in <lambda>() constant in com.android.systemui.dreams.smartspace.DreamSmartspaceController
121 execution.assertIsMainThread() in <lambda>()
150 execution.assertIsMainThread() in <lambda>()
223 execution.assertIsMainThread() in <lambda>()
264 execution.assertIsMainThread() in <lambda>()
275 execution.assertIsMainThread() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensorImpl.java70 Execution execution, float threshold, float thresholdLatch, int sensorDelay) { in ThresholdSensorImpl() argument
72 mExecution = execution; in ThresholdSensorImpl()
245 Builder(@Main Resources resources, AsyncSensorManager sensorManager, Execution execution) { in Builder() argument
248 mExecution = execution; in Builder()
372 Execution execution) { in BuilderFactory() argument
375 mExecution = execution; in BuilderFactory()
DPostureDependentProximitySensor.java50 Execution execution, in PostureDependentProximitySensor() argument
57 execution in PostureDependentProximitySensor()
DProximitySensorImpl.java124 Execution execution) { in ProximitySensorImpl() argument
128 mExecution = execution; in ProximitySensorImpl()
/frameworks/proto_logging/stats/enums/neuralnetworks/
Denums.proto33 // Async execution.
36 // Sync execution.
39 // Burst execution.
/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.proto147 // Get an unavailable job execution start timestamp when calculating the execution latency.
150 // Get an invalid execution period during the calculation.
153 // Failed to persist execution start time in the storage.
156 // Failed to persist execution stop time in the storage.
542 * Type of the result code that implies different execution results of Adservices background jobs.
548 /** Successful execution. */
551 /** Failed execution with retrying the job. */
554 /** Failed execution without retrying the job. */
564 * The execution is halted by system or device for unknown reason, leaving
565 * a not finished execution.
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/preconditions/
DLockscreenPrecondition.kt29 private val execution: Execution constant in com.android.systemui.smartspace.preconditions.LockscreenPrecondition
88 execution.assertIsMainThread() in conditionsMet()
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/filters/
DLockscreenTargetFilter.kt40 private val execution: Execution, constant in com.android.systemui.smartspace.filters.LockscreenTargetFilter
66 execution.assertIsMainThread() in onChange()
125 execution.assertIsMainThread() in onUserChanged()
/frameworks/proto_logging/stats/enums/media/drm/
Denums.proto91 * backed trusted execution environment.
97 * performed within a hardware backed trusted execution environment.
104 * hardware backed trusted execution environment.
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
DGlobalConcurrencyModule.java110 public abstract Execution provideExecution(ExecutionImpl execution); in provideExecution() argument
/frameworks/multidex/library/
DREADME8 won't help with linearalloc at execution time. This means that
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto82 // Count and execution time of getKeyRequest calls.
85 // Count and execution time of provideKeyResponse calls.
/frameworks/base/apex/jobscheduler/service/aconfig/
Djob.aconfig21 description: "Don't force rush job execution right after boot completion"
/frameworks/compile/libbcc/
DAndroid.bp96 // so that we can test the execution engine easily.
DREADME.rst9 libbcc is an LLVM bitcode execution engine that compiles the bitcode
45 upstream. Otherwise, libbcc's execution engine can easily become
/frameworks/proto_logging/stats/enums/federatedcompute/
Denums.proto214 // Client failed to initialize a component, but execution was not halted.
217 // Client failed to initialize a component, and execution was halted.
/frameworks/compile/libbcc/tests/debuginfo/
DREADME23 *** execution with the "-j1" flag to llvm-lit

12