Home
last modified time | relevance | path

Searched refs:NEVER (Results 1 – 23 of 23) sorted by relevance

/system/hardware/interfaces/media/aidl_api/android.media.audio.common.types/1/android/media/audio/common/
DAudioMMapPolicy.aidl39 NEVER = 1, enumConstant
/system/hardware/interfaces/media/aidl_api/android.media.audio.common.types/3/android/media/audio/common/
DAudioMMapPolicy.aidl39 NEVER = 1, enumConstant
/system/hardware/interfaces/media/aidl/android/media/audio/common/
DAudioMMapPolicy.aidl32 NEVER = 1, enumConstant
/system/hardware/interfaces/media/aidl_api/android.media.audio.common.types/2/android/media/audio/common/
DAudioMMapPolicy.aidl39 NEVER = 1, enumConstant
/system/hardware/interfaces/media/aidl_api/android.media.audio.common.types/current/android/media/audio/common/
DAudioMMapPolicy.aidl39 NEVER = 1, enumConstant
/system/sepolicy/private/
Drecovery_refresh.te12 ### recovery_refresh should NEVER do any of this
Drecovery_persist.te19 ### recovery_persist should NEVER do any of this
Dlogpersist.te35 ### logpersist should NEVER do any of this
Dbluetooth.te92 ### These are things that the bluetooth app should NEVER be able to do
Dlogd.te96 ### logd should NEVER do any of this
Dsurfaceflinger.te152 ### surfaceflinger should NEVER do any of this
Dtraced.te78 ### traced should NEVER do any of this
Dnetwork_stack.te81 ############### NEVER ALLOW RULES
Dtraced_probes.te117 ### traced_probes should NEVER do any of this
Dperfetto.te111 ### perfetto should NEVER do any of the following
Dnetd.te159 ### netd should NEVER do any of this
Dapp.te513 ### These are things that Android apps should NEVER be able to do
Dsystem_server.te1304 ### system_server should NEVER do any of this
/system/sepolicy/microdroid/system/private/
Dtraced_probes.te38 ### traced_probes should NEVER do any of this
Dperfetto.te53 ### perfetto should NEVER do any of the following
Dtraced.te41 ### traced should NEVER do any of this
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer.h44 enum class LogBufferNotificationSetting : uint8_t { ALWAYS, NEVER, THRESHOLD }; enumerator
/system/chre/platform/shared/
Dlog_buffer.cc371 case LogBufferNotificationSetting::NEVER: { in dispatch()