Home
last modified time | relevance | path

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

12345

/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal42 * @return value the value associated with |key| in the keystore.
48 * Requests the public key associated with the credential referred to by
51 * @param keyId the key identifier associated with the credential.
56 * @return publicKey the public key associated with the credential.
62 * Signs the digest in |dataToSign| with the private key associated with
67 * @param keyId the key identifier associated with the credential.
/system/connectivity/wificond/scanning/
Dscan_result.cpp50 associated(associated_), in NativeScanResult()
64 RETURN_IF_FAILED(parcel->writeInt32(associated ? 1 : 0)); in writeToParcel()
85 associated = (parcel->readInt32() != 0); in readFromParcel()
118 LOG(INFO) << "ASSOCIATED: " << associated; in DebugLog()
Dscan_result.h44 bool associated,
83 bool associated; variable
Dscan_utils.cpp173 bool associated = false; in ParseScanResult() local
178 associated = true; in ParseScanResult()
186 capability, associated, radio_chain_infos); in ParseScanResult()
/system/sepolicy/prebuilts/api/28.0/public/
Dmediaprovider.te3 ### MediaProvider and DownloadProvider and associated services.
/system/sepolicy/public/
Dmediaprovider.te3 ### MediaProvider and DownloadProvider and associated services.
/system/sepolicy/prebuilts/api/27.0/public/
Dmediaprovider.te3 ### MediaProvider and DownloadProvider and associated services.
/system/timezone/distro/
DREADME1 This directory contains tools and code associated with time zone "distro"
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dflatbuffers_types.fbs26 * SSID and associated security mode(s)
30 /* SecurityMode flags that are associated with this SSID
/system/tools/hidl/test/vendor/1.1/
DIVendor.hal22 // associated Android.bp
/system/sepolicy/prebuilts/api/27.0/private/
Dmediaprovider.te3 ### MediaProvider and DownloadProvider and associated services.
/system/connectivity/wificond/tests/
Dscan_result_unittest.cpp78 EXPECT_EQ(kFakeAssociated, scan_result_copy.associated); in TEST_F()
/system/tpm/attestation/common/
Ddatabase.proto19 // The |endorsement_credential| encrypted with a public key associated with
73 // An arbitrary payload associated with the key.
Dattestation_ca.proto174 // Domain information about the device or user associated with the key. For an
178 // The virtual device ID associated with the device or user.
/system/sepolicy/tools/sepolicy-analyze/
DREADME40 terms of attributes associated with those same types. The rule
66 Displays the types associated with the specified attribute name.
70 Displays the attributes associated with the specified type name.
/system/sepolicy/private/
Dmediaprovider.te3 ### MediaProvider and DownloadProvider and associated services.
/system/sepolicy/prebuilts/api/28.0/private/
Dmediaprovider.te3 ### MediaProvider and DownloadProvider and associated services.
/system/libhidl/transport/token/1.0/
DITokenManager.hal37 * Destory a token and the strong reference to the associated interface.
/system/connectivity/wificond/scanning/offload/
Doffload_scan_utils.cpp52 single_scan_result.associated = false; in convertToNativeScanResults()
/system/core/
DNOTICE247 risks associated with Your exercise of permissions under this License.
298 a copy of the Unicode data files and any associated documentation (the
299 "Data Files") or Unicode software and any associated documentation (the
306 above copyright notice(s) and this permission notice appear in associated
308 or in the Software as well as in the documentation associated with the
/system/connectivity/wificond/
Dclient_interface_impl.cpp249 if (scan_result.associated) { in RefreshAssociateFreq()
/system/bt/service/doc/
DIBluetoothLowEnergy.txt62 * application with the associated IBluetoothLowEnergyCallback event will be
/system/core/rootdir/
Dueventd.rc36 # ueventd can only set permissions on device nodes and their associated
/system/tpm/trunks/generator/
Draw_commands.txt945 are associated.
975 indicates that an authorization session is required for use of the entity associated with the handl…
1015 TPM2_SequenceComplete() will flush the context associated with the sequenceHandle.
1030 TPM2_Clear() will flush all contexts associated with the Storage hierarchy and the
1035 session. The authorization sessions associated with handles will occur in the session area in the
1144 Before a TPM may begin the actions associated with a command, a set of command format and
1237 the hierarchy associated with the object is not disabled (TPM_RC_HIERARCHY); and
1262 the hierarchy associated with the existing NV Index is not disabled (TPM_RC_HANDLE).
1264 iii) the hierarchy associated
1310 the number of handles associated with the commandCode and may be zero.
[all …]
Draw_commands_fixed.txt945 are associated.
975 indicates that an authorization session is required for use of the entity associated with the handl…
1015 TPM2_SequenceComplete() will flush the context associated with the sequenceHandle.
1030 TPM2_Clear() will flush all contexts associated with the Storage hierarchy and the
1035 session. The authorization sessions associated with handles will occur in the session area in the
1144 Before a TPM may begin the actions associated with a command, a set of command format and
1237 the hierarchy associated with the object is not disabled (TPM_RC_HIERARCHY); and
1262 the hierarchy associated with the existing NV Index is not disabled (TPM_RC_HANDLE).
1264 iii) the hierarchy associated
1310 the number of handles associated with the commandCode and may be zero.
[all …]

12345