Home
last modified time | relevance | path

Searched refs:attention (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
H A DAttentionManagerServiceTest.java17 package com.android.server.attention;
21 import static com.android.server.attention.AttentionManagerService.ATTENTION_CACHE_BUFFER_SIZE;
22 import static com.android.server.attention.AttentionManagerService.DEFAULT_STALE_AFTER_MILLIS;
23 import static com.android.server.attention.AttentionManagerService.KEY_STALE_AFTER_MILLIS;
34 import android.attention.AttentionManagerInternal.AttentionCallbackInternal;
43 import android.service.attention.IAttentionCallback;
44 import android.service.attention.IAttentionService;
48 import com.android.server.attention.AttentionManagerService.AttentionCheck;
49 import com.android.server.attention.AttentionManagerService.AttentionCheckCache;
50 import com.android.server.attention.AttentionManagerService.AttentionCheckCacheBuffer;
[all …]
H A DOWNERS1 include /core/java/android/attention/OWNERS
/aosp12/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
H A DGazeDriverAwarenessSupplierTest.java118 float attention = mInitialValue; in testprocessDetectionEvent_neverExceedsOne() local
126 .emitAwarenessEvent(new DriverAwarenessEvent(timestamp, attention)); in testprocessDetectionEvent_neverExceedsOne()
129 attention = Math.min(attention + mGrowthRate, 1.0f); in testprocessDetectionEvent_neverExceedsOne()
144 float attention = mInitialValue; in testprocessDetectionEvent_neverFallsBelowZero() local
152 .emitAwarenessEvent(new DriverAwarenessEvent(timestamp, attention)); in testprocessDetectionEvent_neverFallsBelowZero()
155 attention = Math.max(attention - mDecayRate, 0); in testprocessDetectionEvent_neverFallsBelowZero()
/aosp12/frameworks/base/core/java/android/service/attention/
H A DIAttentionService.aidl17 package android.service.attention;
19 import android.service.attention.IAttentionCallback;
H A DIAttentionCallback.aidl17 package android.service.attention;
H A DAttentionService.java17 package android.service.attention;
/aosp12/frameworks/base/services/core/java/com/android/server/attention/
H A DAttentionManagerService.java17 package com.android.server.attention;
23 import static android.service.attention.AttentionService.ATTENTION_FAILURE_CANCELLED;
24 import static android.service.attention.AttentionService.ATTENTION_FAILURE_UNKNOWN;
30 import android.attention.AttentionManagerInternal;
31 import android.attention.AttentionManagerInternal.AttentionCallbackInternal;
55 import android.service.attention.AttentionService;
56 import android.service.attention.AttentionService.AttentionFailureCodes;
57 import android.service.attention.AttentionService.AttentionSuccessCodes;
58 import android.service.attention.IAttentionCallback;
59 import android.service.attention.IAttentionService;
H A DOWNERS1 include /core/java/android/attention/OWNERS
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DAttentionDetector.java24 import android.attention.AttentionManagerInternal;
25 import android.attention.AttentionManagerInternal.AttentionCallbackInternal;
37 import android.service.attention.AttentionService;
/aosp12/frameworks/base/core/java/android/attention/
H A DAttentionManagerInternal.java17 package android.attention;
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_diag.cpp1600 (rx_stats_rcvd->attention.fcs_err) || in parse_rx_stats_v2()
1604 (rx_stats_rcvd->attention.decrypt_err))) in parse_rx_stats_v2()
1612 if (rx_stats_rcvd->attention.first_mpdu) { in parse_rx_stats_v2()
1661 if ((rx_stats_rcvd->attention.last_mpdu in parse_rx_stats_v2()
1663 || (rx_stats_rcvd->attention.first_mpdu in parse_rx_stats_v2()
1664 && rx_stats_rcvd->attention.last_mpdu)) { in parse_rx_stats_v2()
1730 (rx_stats_rcvd->attention.fcs_err) || in parse_rx_stats()
1734 (rx_stats_rcvd->attention.decrypt_err))) in parse_rx_stats()
1742 if (rx_stats_rcvd->attention.first_mpdu) { in parse_rx_stats()
1786 if ((rx_stats_rcvd->attention.last_mpdu in parse_rx_stats()
[all …]
H A Dpkt_stats.h258 struct rx_attention attention; member
271 struct rx_attention attention; member
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DAttentionDetectorTest.java40 import android.attention.AttentionManagerInternal;
41 import android.attention.AttentionManagerInternal.AttentionCallbackInternal;
48 import android.service.attention.AttentionService;
H A DPowerManagerServiceTest.java47 import android.attention.AttentionManagerInternal;
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DAdaptiveSleepPreferenceController.java34 import android.service.attention.AttentionService;
/aosp12/frameworks/base/core/proto/android/media/
H A Daudioattributes.proto83 // Usage value to use when the usage is to attract the user's attention,
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dservice_contexts18 attention u:object_r:attention_service:s0
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dservice_contexts29 attention u:object_r:attention_service:s0
/aosp12/hardware/interfaces/biometrics/face/1.0/
H A DIBiometricsFace.hal152 * attention during the original enrollment. This flag reflects the same
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dservice_contexts56 attention u:object_r:attention_service:s0
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dservice_contexts56 attention u:object_r:attention_service:s0
/aosp12/system/sepolicy/private/
H A Dservice_contexts56 attention u:object_r:attention_service:s0
/aosp12/frameworks/native/opengl/tests/angeles/
H A Dlicense-LGPL.txt110 modification follow. Pay close attention to the difference between a
/aosp12/frameworks/base/services/java/com/android/server/
H A DSystemServer.java106 import com.android.server.attention.AttentionManagerService;
/aosp12/frameworks/base/services/
H A Dart-profile10634attention/AttentionManagerService$AttentionCheck$1;-><init>(Lcom/android/server/attention/Attentio…
10644attention/AttentionManagerService$AttentionCheck;->access$900(Lcom/android/server/attention/Attent…
10669 …erver/attention/AttentionManagerService$BinderService;-><init>(Lcom/android/server/attention/Atten…
10672 …server/attention/AttentionManagerService$LocalService;-><init>(Lcom/android/server/attention/Atten…
10677 …er/attention/AttentionManagerService$ScreenStateReceiver;-><init>(Lcom/android/server/attention/At…
10681 …oid/server/attention/AttentionManagerService;->access$1200(Lcom/android/server/attention/Attention…
10684 HPLcom/android/server/attention/AttentionManagerService;->access$1500(Lcom/android/server/attention
10685 HPLcom/android/server/attention/AttentionManagerService;->access$1600(Lcom/android/server/attention
10690 …m/android/server/attention/AttentionManagerService;->cancel()V+]Landroid/service/attention/IAttent…
10692attention/AttentionManagerService;->cancelAndUnbindLocked()V+]Lcom/android/server/attention/Attent…
[all …]

12