Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 2106) sorted by relevance

12345678910>>...85

/system/chre/chpp/common/
Dwwan_convert.c48 const struct chreWwanCellIdentityCdma *in, in chppWwanConvertCellIdentityCdmaFromChre() argument
50 out->networkId = in->networkId; in chppWwanConvertCellIdentityCdmaFromChre()
51 out->systemId = in->systemId; in chppWwanConvertCellIdentityCdmaFromChre()
52 out->basestationId = in->basestationId; in chppWwanConvertCellIdentityCdmaFromChre()
53 out->longitude = in->longitude; in chppWwanConvertCellIdentityCdmaFromChre()
54 out->latitude = in->latitude; in chppWwanConvertCellIdentityCdmaFromChre()
58 const struct chreWwanSignalStrengthCdma *in, in chppWwanConvertSignalStrengthCdmaFromChre() argument
60 out->dbm = in->dbm; in chppWwanConvertSignalStrengthCdmaFromChre()
61 out->ecio = in->ecio; in chppWwanConvertSignalStrengthCdmaFromChre()
65 const struct chreWwanSignalStrengthEvdo *in, in chppWwanConvertSignalStrengthEvdoFromChre() argument
[all …]
Dgnss_convert.c47 static void chppGnssConvertClockFromChre(const struct chreGnssClock *in, in chppGnssConvertClockFromChre() argument
49 out->time_ns = in->time_ns; in chppGnssConvertClockFromChre()
50 out->full_bias_ns = in->full_bias_ns; in chppGnssConvertClockFromChre()
51 out->bias_ns = in->bias_ns; in chppGnssConvertClockFromChre()
52 out->drift_nsps = in->drift_nsps; in chppGnssConvertClockFromChre()
53 out->bias_uncertainty_ns = in->bias_uncertainty_ns; in chppGnssConvertClockFromChre()
54 out->drift_uncertainty_nsps = in->drift_uncertainty_nsps; in chppGnssConvertClockFromChre()
55 out->hw_clock_discontinuity_count = in->hw_clock_discontinuity_count; in chppGnssConvertClockFromChre()
56 out->flags = in->flags; in chppGnssConvertClockFromChre()
61 const struct chreGnssMeasurement *in, struct ChppGnssMeasurement *out) { in chppGnssConvertMeasurementFromChre() argument
[all …]
Dwifi_convert.c105 const struct chreWifiScanResult *in, struct ChppWifiScanResult *out) { in chppWifiConvertScanResultFromChre() argument
106 out->ageMs = in->ageMs; in chppWifiConvertScanResultFromChre()
107 out->capabilityInfo = in->capabilityInfo; in chppWifiConvertScanResultFromChre()
108 out->ssidLen = in->ssidLen; in chppWifiConvertScanResultFromChre()
109 memcpy(out->ssid, in->ssid, sizeof(out->ssid)); in chppWifiConvertScanResultFromChre()
110 memcpy(out->bssid, in->bssid, sizeof(out->bssid)); in chppWifiConvertScanResultFromChre()
111 out->flags = in->flags; in chppWifiConvertScanResultFromChre()
112 out->rssi = in->rssi; in chppWifiConvertScanResultFromChre()
113 out->band = in->band; in chppWifiConvertScanResultFromChre()
114 out->primaryChannel = in->primaryChannel; in chppWifiConvertScanResultFromChre()
[all …]
/system/security/identity/binder/android/security/identity/
DICredential.aidl42 void setReaderEphemeralPublicKey(in byte[] publicKey); in setReaderEphemeralPublicKey()
45 byte[] deleteWithChallenge(in byte[] challenge); in deleteWithChallenge()
47 byte[] proveOwnership(in byte[] challenge); in proveOwnership()
51 long selectAuthKey(in boolean allowUsingExhaustedKeys, in selectAuthKey()
52 in boolean allowUsingExpiredKeys, in selectAuthKey()
53 in boolean incrementUsageCount); in selectAuthKey()
55 GetEntriesResultParcel getEntries(in byte[] requestMessage, in getEntries()
56 in RequestNamespaceParcel[] requestNamespaces, in getEntries()
57 in byte[] sessionTranscript, in getEntries()
58 in byte[] readerSignature, in getEntries()
[all …]
/system/hardware/interfaces/net/netd/aidl/android/system/net/netd/
DINetd.aidl27 void addInterfaceToOemNetwork(in long networkHandle, in String ifname); in addInterfaceToOemNetwork()
48 void addRouteToOemNetwork(in long networkHandle, in String ifname, in String destination, in addRouteToOemNetwork()
49 in String nexthop); in addRouteToOemNetwork()
80 void destroyOemNetwork(in long networkHandle); in destroyOemNetwork()
91 void removeInterfaceFromOemNetwork(in long networkHandle, in String ifname); in removeInterfaceFromOemNetwork()
112 void removeRouteFromOemNetwork(in long networkHandle, in String ifname, in removeRouteFromOemNetwork()
113 in String destination, in String nexthop); in removeRouteFromOemNetwork()
125 void setForwardingBetweenInterfaces(in String inputIfName, in String outputIfName, in setForwardingBetweenInterfaces()
126 in boolean enable); in setForwardingBetweenInterfaces()
135 void setIpForwardEnable(in boolean enable); in setIpForwardEnable()
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreSecurityLevel.aidl88 CreateOperationResponse createOperation(in KeyDescriptor key, in createOperation()
89 in KeyParameter[] operationParameters, in boolean forced); in createOperation()
137 KeyMetadata generateKey(in KeyDescriptor key, in @nullable KeyDescriptor attestationKey, in generateKey()
138 in KeyParameter[] params, in int flags, in byte[] entropy); in generateKey()
151 KeyMetadata importKey(in KeyDescriptor key, in @nullable KeyDescriptor attestationKey, in importKey()
152 in KeyParameter[] params, in int flags, in byte[] keyData); in importKey()
180 KeyMetadata importWrappedKey(in KeyDescriptor key, in KeyDescriptor wrappingKey, in importWrappedKey()
181 in @nullable byte[] maskingKey, in KeyParameter[] params, in importWrappedKey()
182 in AuthenticatorSpec[] authenticators); in importWrappedKey()
200 EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in KeyDescriptor storageKey); in convertStorageKeyToEphemeral()
[all …]
DIKeystoreService.aidl49 IKeystoreSecurityLevel getSecurityLevel(in SecurityLevel securityLevel); in getSecurityLevel()
83 KeyEntryResponse getKeyEntry(in KeyDescriptor key); in getKeyEntry()
108 void updateSubcomponent(in KeyDescriptor key, in @nullable byte[] publicCert, in updateSubcomponent()
109 in @nullable byte[] certificateChain); in updateSubcomponent()
138 KeyDescriptor[] listEntries(in Domain domain, in long nspace); in listEntries()
153 void deleteKey(in KeyDescriptor key); in deleteKey()
183 KeyDescriptor grant(in KeyDescriptor key, in int granteeUid, in int accessVector); in grant()
194 void ungrant(in KeyDescriptor key, in int granteeUid); in ungrant()
217 int getNumberOfEntries(in Domain domain, in long nspace); in getNumberOfEntries()
246 KeyDescriptor[] listEntriesBatched(in Domain domain, in long nspace, in listEntriesBatched()
[all …]
/system/hardware/interfaces/net/netd/aidl/aidl_api/android.system.net.netd/current/android/system/net/netd/
DINetd.aidl22 void addInterfaceToOemNetwork(in long networkHandle, in String ifname); in addInterfaceToOemNetwork()
23 …void addRouteToOemNetwork(in long networkHandle, in String ifname, in String destination, in Strin… in addRouteToOemNetwork()
25 void destroyOemNetwork(in long networkHandle); in destroyOemNetwork()
26 void removeInterfaceFromOemNetwork(in long networkHandle, in String ifname); in removeInterfaceFromOemNetwork()
27 …void removeRouteFromOemNetwork(in long networkHandle, in String ifname, in String destination, in in removeRouteFromOemNetwork()
28 …void setForwardingBetweenInterfaces(in String inputIfName, in String outputIfName, in boolean enab… in setForwardingBetweenInterfaces()
29 void setIpForwardEnable(in boolean enable); in setIpForwardEnable()
/system/hardware/interfaces/net/netd/aidl/aidl_api/android.system.net.netd/1/android/system/net/netd/
DINetd.aidl22 void addInterfaceToOemNetwork(in long networkHandle, in String ifname); in addInterfaceToOemNetwork()
23 …void addRouteToOemNetwork(in long networkHandle, in String ifname, in String destination, in Strin… in addRouteToOemNetwork()
25 void destroyOemNetwork(in long networkHandle); in destroyOemNetwork()
26 void removeInterfaceFromOemNetwork(in long networkHandle, in String ifname); in removeInterfaceFromOemNetwork()
27 …void removeRouteFromOemNetwork(in long networkHandle, in String ifname, in String destination, in in removeRouteFromOemNetwork()
28 …void setForwardingBetweenInterfaces(in String inputIfName, in String outputIfName, in boolean enab… in setForwardingBetweenInterfaces()
29 void setIpForwardEnable(in boolean enable); in setIpForwardEnable()
/system/update_engine/payload_generator/
Dzip_unittest.cc69 bool DecompressWithWriter(const brillo::Blob& in, brillo::Blob* out) { in DecompressWithWriter() argument
70 out->reserve(in.size()); in DecompressWithWriter()
75 ok = writer->Write(in.data(), in.size()) && ok; in DecompressWithWriter()
84 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const = 0;
85 bool ZipDecompress(const brillo::Blob& in, brillo::Blob* out) const = 0;
93 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipCompress() argument
94 return BzipCompress(in, out); in ZipCompress()
96 bool ZipDecompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipDecompress() argument
97 return DecompressWithWriter<BzipExtentWriter>(in, out); in ZipDecompress()
106 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipCompress() argument
[all …]
/system/tools/hidl/host_utils/
DStringHelper.cpp39 std::string StringHelper::Uppercase(const std::string &in) { in Uppercase() argument
40 std::string out{in}; in Uppercase()
49 std::string StringHelper::Lowercase(const std::string &in) { in Lowercase() argument
50 std::string out{in}; in Lowercase()
59 std::string StringHelper::Capitalize(const std::string &in) { in Capitalize() argument
60 std::string out{in}; in Capitalize()
94 void StringHelper::Tokenize(const std::string& in, std::vector<std::string>* vec) { in Tokenize() argument
96 if (in.empty()) return; in Tokenize()
98 if (in.find('_') != std::string::npos) { in Tokenize()
100 SplitString(in, '_', &snakeCaseComponents); in Tokenize()
[all …]
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreService.aidl38 …android.system.keystore2.IKeystoreSecurityLevel getSecurityLevel(in android.hardware.security.keym… in getSecurityLevel()
39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry()
40 …void updateSubcomponent(in android.system.keystore2.KeyDescriptor key, in @nullable byte[] publicC… in updateSubcomponent()
44 …android.system.keystore2.KeyDescriptor[] listEntries(in android.system.keystore2.Domain domain, in in listEntries()
45 void deleteKey(in android.system.keystore2.KeyDescriptor key); in deleteKey()
46 …roid.system.keystore2.KeyDescriptor grant(in android.system.keystore2.KeyDescriptor key, in int gr… in grant()
47 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant()
48 int getNumberOfEntries(in android.system.keystore2.Domain domain, in long nspace); in getNumberOfEntries()
49 ….keystore2.KeyDescriptor[] listEntriesBatched(in android.system.keystore2.Domain domain, in long n… in listEntriesBatched()
DIKeystoreSecurityLevel.aidl38 …reateOperation(in android.system.keystore2.KeyDescriptor key, in android.hardware.security.keymint… in createOperation()
39in android.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor… in generateKey()
40in android.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor… in importKey()
41in android.system.keystore2.KeyDescriptor key, in android.system.keystore2.KeyDescriptor wrappingK… in importWrappedKey()
42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral()
43 void deleteKey(in android.system.keystore2.KeyDescriptor key); in deleteKey()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreService.aidl38 …android.system.keystore2.IKeystoreSecurityLevel getSecurityLevel(in android.hardware.security.keym… in getSecurityLevel()
39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry()
40 …void updateSubcomponent(in android.system.keystore2.KeyDescriptor key, in @nullable byte[] publicC… in updateSubcomponent()
44 …android.system.keystore2.KeyDescriptor[] listEntries(in android.system.keystore2.Domain domain, in in listEntries()
45 void deleteKey(in android.system.keystore2.KeyDescriptor key); in deleteKey()
46 …roid.system.keystore2.KeyDescriptor grant(in android.system.keystore2.KeyDescriptor key, in int gr… in grant()
47 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant()
48 int getNumberOfEntries(in android.system.keystore2.Domain domain, in long nspace); in getNumberOfEntries()
49 ….keystore2.KeyDescriptor[] listEntriesBatched(in android.system.keystore2.Domain domain, in long n… in listEntriesBatched()
DIKeystoreSecurityLevel.aidl38 …reateOperation(in android.system.keystore2.KeyDescriptor key, in android.hardware.security.keymint… in createOperation()
39in android.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor… in generateKey()
40in android.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor… in importKey()
41in android.system.keystore2.KeyDescriptor key, in android.system.keystore2.KeyDescriptor wrappingK… in importWrappedKey()
42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral()
43 void deleteKey(in android.system.keystore2.KeyDescriptor key); in deleteKey()
/system/teeui/libteeui/src/
Dgeneric_messages.cpp22 std::tuple<ReadStream, uint32_t> readU32(ReadStream in) { in readU32() argument
23 volatile const uint32_t* pos = reinterpret_cast<volatile const uint32_t*>(in.pos()); in readU32()
24 in += sizeof(uint32_t); in readU32()
25 if (!in) return {in, 0}; in readU32()
26 return {in, *pos}; in readU32()
29 std::tuple<ReadStream, Command> readCommand(ReadStream in) { in readCommand() argument
30 return readCmd<Command>(in); in readCommand()
33 Command peakCommand(ReadStream in) { in peakCommand() argument
34 auto [_, cmd] = readCommand(in); in peakCommand()
38 std::tuple<ReadStream, Protocol> readProtocol(ReadStream in) { in readProtocol() argument
[all …]
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreSecurityLevel.aidl38 …reateOperation(in android.system.keystore2.KeyDescriptor key, in android.hardware.security.keymint… in createOperation()
39in android.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor… in generateKey()
40in android.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor… in importKey()
41in android.system.keystore2.KeyDescriptor key, in android.system.keystore2.KeyDescriptor wrappingK… in importWrappedKey()
42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral()
43 void deleteKey(in android.system.keystore2.KeyDescriptor key); in deleteKey()
DIKeystoreService.aidl38 …android.system.keystore2.IKeystoreSecurityLevel getSecurityLevel(in android.hardware.security.keym… in getSecurityLevel()
39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry()
40 …void updateSubcomponent(in android.system.keystore2.KeyDescriptor key, in @nullable byte[] publicC… in updateSubcomponent()
41 …android.system.keystore2.KeyDescriptor[] listEntries(in android.system.keystore2.Domain domain, in in listEntries()
42 void deleteKey(in android.system.keystore2.KeyDescriptor key); in deleteKey()
43 …roid.system.keystore2.KeyDescriptor grant(in android.system.keystore2.KeyDescriptor key, in int gr… in grant()
44 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreSecurityLevel.aidl38 …reateOperation(in android.system.keystore2.KeyDescriptor key, in android.hardware.security.keymint… in createOperation()
39in android.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor… in generateKey()
40in android.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor… in importKey()
41in android.system.keystore2.KeyDescriptor key, in android.system.keystore2.KeyDescriptor wrappingK… in importWrappedKey()
42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral()
43 void deleteKey(in android.system.keystore2.KeyDescriptor key); in deleteKey()
DIKeystoreService.aidl38 …android.system.keystore2.IKeystoreSecurityLevel getSecurityLevel(in android.hardware.security.keym… in getSecurityLevel()
39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry()
40 …void updateSubcomponent(in android.system.keystore2.KeyDescriptor key, in @nullable byte[] publicC… in updateSubcomponent()
41 …android.system.keystore2.KeyDescriptor[] listEntries(in android.system.keystore2.Domain domain, in in listEntries()
42 void deleteKey(in android.system.keystore2.KeyDescriptor key); in deleteKey()
43 …roid.system.keystore2.KeyDescriptor grant(in android.system.keystore2.KeyDescriptor key, in int gr… in grant()
44 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl127 boolean[] ReverseBoolean(in boolean[] input, out boolean[] repeated); in ReverseBoolean()
128 byte[] ReverseByte(in byte[] input, out byte[] repeated); in ReverseByte()
129 char[] ReverseChar(in char[] input, out char[] repeated); in ReverseChar()
130 int[] ReverseInt(in int[] input, out int[] repeated); in ReverseInt()
131 long[] ReverseLong(in long[] input, out long[] repeated); in ReverseLong()
132 float[] ReverseFloat(in float[] input, out float[] repeated); in ReverseFloat()
133 double[] ReverseDouble(in double[] input, out double[] repeated); in ReverseDouble()
134 String[] ReverseString(in String[] input, out String[] repeated); in ReverseString()
135 ByteEnum[] ReverseByteEnum(in ByteEnum[] input, out ByteEnum[] repeated); in ReverseByteEnum()
136 IntEnum[] ReverseIntEnum(in IntEnum[] input, out IntEnum[] repeated); in ReverseIntEnum()
[all …]
/system/update_engine/binder_bindings/android/os/
DIUpdateEngine.aidl26 in long payload_offset, in applyPayload()
27 in long payload_size, in applyPayload()
28 in String[] headerKeyValuePairs); in applyPayload()
30 void applyPayloadFd(in ParcelFileDescriptor pfd, in applyPayloadFd()
31 in long payload_offset, in applyPayloadFd()
32 in long payload_size, in applyPayloadFd()
33 in String[] headerKeyValuePairs); in applyPayloadFd()
47 void setShouldSwitchSlotOnReboot(in String metadataFilename); in setShouldSwitchSlotOnReboot()
52 boolean verifyPayloadApplicable(in String metadataFilename); in verifyPayloadApplicable()
64 long allocateSpaceForPayload(in String metadataFilename, in allocateSpaceForPayload()
[all …]
/system/libfmq/tests/aidl/android/fmq/test/
DITestAidlMsgQ.aidl36 boolean configureFmqSyncReadWrite(in MQDescriptor<int, SynchronizedReadWrite> mqDesc); in configureFmqSyncReadWrite()
54 boolean getFmqUnsyncWrite(in boolean configureFmq, in boolean userFd, in getFmqUnsyncWrite()
63 oneway void requestBlockingRead(in int count); in requestBlockingRead()
72 oneway void requestBlockingReadDefaultEventFlagBits(in int count); in requestBlockingReadDefaultEventFlagBits()
81 oneway void requestBlockingReadRepeat(in int count, in int numIter); in requestBlockingReadRepeat()
91 boolean requestReadFmqSync(in int count); in requestReadFmqSync()
101 boolean requestReadFmqUnsync(in int count); in requestReadFmqUnsync()
111 boolean requestWriteFmqSync(in int count); in requestWriteFmqSync()
121 boolean requestWriteFmqUnsync(in int count); in requestWriteFmqUnsync()
/system/apex/apexd/aidl/android/apex/
DIApexService.aidl26 void submitStagedSession(in ApexSessionParams params, out ApexInfoList packages); in submitStagedSession()
32 ApexInfo[] getStagedApexInfos(in ApexSessionParams params); in getStagedApexInfos()
43 void snapshotCeData(int user_id, int rollback_id, in @utf8InCpp String apex_name); in snapshotCeData()
49 void restoreCeData(int user_id, int rollback_id, in @utf8InCpp String apex_name); in restoreCeData()
65 void destroyCeSnapshotsNotSpecified(int user_id, in int[] retain_rollback_ids); in destroyCeSnapshotsNotSpecified()
67 void unstagePackages(in @utf8InCpp List<String> active_package_paths); in unstagePackages()
73 ApexInfo getActivePackage(in @utf8InCpp String package_name); in getActivePackage()
79 void stagePackages(in @utf8InCpp List<String> package_tmp_paths); in stagePackages()
111 void recollectPreinstalledData(in @utf8InCpp List<String> paths); in recollectPreinstalledData()
118 void recollectDataApex(in @utf8InCpp String path, in@utf8InCpp String decompression_dir); in recollectDataApex()
[all …]
/system/tools/hidl/host_utils/include/hidl-util/
DStringHelper.h43 static std::string Uppercase(const std::string &in);
45 static std::string Lowercase(const std::string &in);
47 static std::string Capitalize(const std::string &in);
50 static std::string ToCamelCase(const std::string &in);
51 static std::string ToPascalCase(const std::string &in);
52 static std::string ToUpperSnakeCase(const std::string &in);
53 static std::string ToLowerSnakeCase(const std::string &in);
54 static std::string ToCase(Case c, const std::string &in);
56 static bool EndsWith(const std::string &in, const std::string &suffix);
57 static bool StartsWith(const std::string &in, const std::string &prefix);
[all …]

12345678910>>...85