Home
last modified time | relevance | path

Searched refs:associated (Results 1 – 25 of 220) sorted by relevance

123456789

/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
DNativeScanResultTest.java67 scanResult.associated = TEST_ASSOCIATED; in canSerializeAndDeserialize()
84 assertEquals(scanResult.associated, scanResultDeserialized.associated); in canSerializeAndDeserialize()
/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DNativeScanResult.java68 public boolean associated; field in NativeScanResult
139 return associated; in isAssociated()
284 out.writeInt(associated ? 1 : 0); in writeToParcel()
310 result.associated = (in.readInt() != 0);
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto28 // Attributes are associated with a recorded value. E.g. A counter may
45 // The Counter message is used to store a count value with an associated
49 // Represents the attributes associated with this counter instance.
75 // code associated with it.
79 // code associated with it.
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt113 sets the callback function pointers that client APIs associated with
117 that retrieves from the cache the value associated with a given key. The
124 called until the time that the last resource associated with <dpy> is
150 the cache after the set call. If a different value has been associated
152 associated with the key after the set call. Note that while there are no
156 To retrieve the binary value associated with a given key from the cache, a
165 a value associated with the given key then the size of that binary value in
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.inc38 ALOGE("Error: Device associated with session %p has been closed!", this);
64 ALOGE("Error: Device associated with session %p has been closed!", this);
/frameworks/hardware/interfaces/automotive/display/1.0/
DIAutomotiveDisplayProxyService.hal33 * Sets the ANativeWindow, which is associated with the
43 * Sets the ANativeWindow, which is associated with the
/frameworks/base/docs/downloads/
DREADME5 for downloadables that are associated with documentation.
/frameworks/base/core/java/android/companion/
Dflags.aconfig54 description: "Unpair with an associated bluetooth device"
/frameworks/proto_logging/stats/atoms/desktopmode/
Ddesktopmode_extensions_atoms.proto90 // The event associated with this app update
94 // The uid of the app associated with this task
/frameworks/base/tools/aapt2/
DResources.proto142 // The comment associated with the <public> tag.
157 // Any comment associated with the declaration.
191 // Any comment associated with the declaration.
256 // Any comment associated with the value.
422 // Any comments associated with the enum or flag.
478 // Any comments associated with the entry.
506 // Any comments associated with the declaration.
524 // Any comments associated with the element.
552 // Any comments associated with the plural.
/frameworks/proto_logging/stats/enums/media/audio/
Denums.proto27 * A device type associated with an unknown or uninitialized device.
82 * A device type describing the audio device associated with a dock.
86 * A device type associated with the transmission of audio signals over FM.
182 // The event (method) associated with the AudioRecord (e.g. create, start,
189 // The event (method) associated with the AudioTrack (e.g. create, start,
/frameworks/proto_logging/stats/enums/media/midi/
Denums.proto27 * A device type associated with an unspecified device.
/frameworks/base/core/proto/android/
Dtypedef.proto25 // can be associated with their string representation
/frameworks/proto_logging/stats/atoms/telephony/
Dtelephony_extension_atoms.proto64 // call route associated with emergency number.
67 // list of URNs associated with emergency number.
/frameworks/native/opengl/include/KHR/
DNOTICE4 copy of this software and/or associated documentation files (the
/frameworks/wilhelm/include/SLES/
DNOTICE4 this software and /or associated documentation files (the "Materials "), to
/frameworks/native/opengl/include/EGL/
DNOTICE4 copy of this software and/or associated documentation files (the
/frameworks/wilhelm/include/OMXAL/
DNOTICE4 a copy of this software and/or associated documentation files (the
/frameworks/opt/telephony/flags/
Dsubscription.aconfig53 description: "Supports querying if a subscription is associated with the caller"
/frameworks/base/core/proto/android/server/
Dpowerstatsservice.proto134 * ID of the state associated with this residency
159 * ID of the PowerEntity associated with this result
235 /** Name of the subsystem associated with this Channel. Opaque to framework */
/frameworks/native/services/inputflinger/docs/
Danr.md25associated with a window, and each window may have a custom timeout time. To calculate the timeout…
27 The `timeoutTime` field of the `DispatchEntry` is needed because the window associated with a speci…
/frameworks/base/proto/src/
Dipconnectivity.proto132 // This message is associated to android.net.metrics.IpReachabilityEvent.
147 // This message is associated to android.net.metrics.NetworkEvent.
165 // This message is associated to android.net.metrics.ValidationProbeEvent.
184 // This message is associated to android.net.metrics.DnsEvent.
298 // This message is associated to android.net.metrics.DhcpClientEvent and
435 // This message is associated to android.net.metrics.IpManagerEvent.
518 // The total number of wakeup packets with no associated socket or uid.
/frameworks/base/core/proto/android/service/
Dprocstats.proto184 // Procss Name of the associated process/package
187 // Package Name of the associated process/package
190 // UID of the associated process/package
/frameworks/native/opengl/include/GLES2/
DNOTICE18 copy of this software and/or associated documentation files (the
/frameworks/native/opengl/include/GLES/
DNOTICE18 copy of this software and/or associated documentation files (the

123456789