Home
last modified time | relevance | path

Searched refs:configured (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java358 public TriggerSensor(Sensor sensor, String setting, boolean configured, int pulseReason, in TriggerSensor() argument
360 this(sensor, setting, true /* settingDef */, configured, pulseReason, in TriggerSensor()
365 boolean configured, int pulseReason, boolean reportsTouchCoordinates, in TriggerSensor() argument
367 this(sensor, setting, settingDef, configured, pulseReason, reportsTouchCoordinates, in TriggerSensor()
372 boolean configured, int pulseReason, boolean reportsTouchCoordinates, in TriggerSensor() argument
377 mConfigured = configured; in TriggerSensor()
497 PluginSensor(SensorManagerPlugin.Sensor sensor, String setting, boolean configured, in PluginSensor() argument
499 this(sensor, setting, configured, pulseReason, reportsTouchCoordinates, in PluginSensor()
503 PluginSensor(SensorManagerPlugin.Sensor sensor, String setting, boolean configured, in PluginSensor() argument
506 super(null, setting, configured, pulseReason, reportsTouchCoordinates, in PluginSensor()
/frameworks/opt/gamesdk/samples/cube/
Dgradle.properties4 # Gradle settings configured through the IDE *will override*
14 # When configured, Gradle will run in incubating parallel mode.
/frameworks/opt/gamesdk/third_party/cube/
Dgradle.properties4 # Gradle settings configured through the IDE *will override*
14 # When configured, Gradle will run in incubating parallel mode.
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/
Dgradle.properties3 # Gradle settings configured through the IDE *will override*
10 # When configured, Gradle will run in incubating parallel mode.
/frameworks/opt/gamesdk/samples/bouncyball/
Dgradle.properties4 # Gradle settings configured through the IDE *will override*
14 # When configured, Gradle will run in incubating parallel mode.
/frameworks/opt/gamesdk/samples/unitypackaging/
Dgradle.properties3 # Gradle settings configured through the IDE *will override*
10 # When configured, Gradle will run in incubating parallel mode.
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradle.properties5 # configured through the IDE.
15 # When configured, Gradle will run in incubating parallel mode.
/frameworks/base/tests/TouchLatency/
Dgradle.properties4 # Gradle settings configured through the IDE *will override*
15 # When configured, Gradle will run in incubating parallel mode.
/frameworks/av/media/libnbaio/
DREADME.txt32 if configured to block, then will wait until space available before returning
33 if configured to not block, then will return a short transfer count
/frameworks/av/drm/libmediadrm/
DAndroid.bp46 // This is the version of the drm metrics configured for protobuf lite.
77 // This is the version of the drm metrics library configured for full protobuf.
/frameworks/base/proto/src/
Dsystem_messages.proto128 // Inform that USB is configured for Media Transfer Protocol
132 // Inform that USB is configured for Picture Transfer Protocol
136 // Inform that USB is configured as a Musical Instrument Digital Interface
140 // Inform that USB is configured in host mode
203 // Inform that USB is configured for Tethering
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.h58 bool configured = false) :
67 isConfigured(configured){} in streamId()
/frameworks/opt/setupwizard/library/
Drules.gradle5 * This allows the dependencies to be configured so that for builds in the Android tree, the
/frameworks/hardware/interfaces/sensorservice/1.0/
DIDirectReportChannel.hal36 * To stop all active sensor direct report configured to a channel, set
DREADME92 client to be configured single-threaded or multi-threaded to handle these
/frameworks/base/core/tests/BTtraffic/
DREADME14 independent service to measure cpu usage on any similarly configured tests (e.g. wifi, BLE). Refer
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp217 if (!mInputStream.configured) { in submitRequestList()
473 __FUNCTION__, mInputStream.configured ? 1 : 0, in endConfigure()
810 if (mInputStream.configured && mInputStream.id == streamId) { in deleteStream()
853 mInputStream.configured = false; in deleteStream()
1120 if (mInputStream.configured) { in createInputStream()
1130 mInputStream.configured = true; in createInputStream()
1886 if (mInputStream.configured) { in dumpClient()
DCameraDeviceClient.h297 bool configured; member
/frameworks/base/core/proto/android/service/
Dusb.proto63 optional bool configured = 6; field
82 // firmware of the device. If an Android phone is configured as accessory, the
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java562 int connected, configured; in updateState() local
566 configured = 0; in updateState()
569 configured = 0; in updateState()
572 configured = 1; in updateState()
581 msg.arg2 = configured; in updateState()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java402 private void sendUsbBroadcast(boolean connected, boolean configured, boolean rndisFunction) { in sendUsbBroadcast() argument
405 intent.putExtra(USB_CONFIGURED, configured); in sendUsbBroadcast()
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md12 ![Diagram of how animations are configured using the controller's configuration methods.](physics-a…
/frameworks/opt/telephony/proto/src/
Dtelephony.proto1532 // value RIL wants to override the one pre-configured in FW
1609 // Group id level 1. Logged only if gid1 is configured from subscription
1613 // MCC and MNC that map to this carrier. Logged only if mccmnc is configured
/frameworks/layoutlib/create/
DREADME.txt174 - CreateInfo class, which configured the generator. Not used yet, but could in theory help us track