Home
last modified time | relevance | path

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

12345678910>>...72

/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl44 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
46 void registerScanner(in IScannerCallback callback, in WorkSource workSource); in registerScanner()
47 void unregisterScanner(in int scannerId); in unregisterScanner()
48 void startScan(in int scannerId, in ScanSettings settings, in List<ScanFilter> filters, in startScan()
49 in List scanStorages, in String callingPackage, String callingFeatureId); in startScan()
50 …void startScanForIntent(in PendingIntent intent, in ScanSettings settings, in List<ScanFilter> fil… in startScanForIntent()
51 in String callingPackage, String callingFeatureId); in startScanForIntent()
52 void stopScanForIntent(in PendingIntent intent, in String callingPackage); in stopScanForIntent()
53 void stopScan(in int scannerId); in stopScan()
54 void flushPendingBatchResults(in int scannerId); in flushPendingBatchResults()
[all …]
DIBluetoothGattServerCallback.aidl25 void onServerRegistered(in int status, in int serverIf); in onServerRegistered()
26 void onServerConnectionState(in int status, in int serverIf, in onServerConnectionState()
27 in boolean connected, in String address); in onServerConnectionState()
28 void onServiceAdded(in int status, in BluetoothGattService service); in onServiceAdded()
29 void onCharacteristicReadRequest(in String address, in int transId, in int offset, in onCharacteristicReadRequest()
30 in boolean isLong, in int handle); in onCharacteristicReadRequest()
31 void onDescriptorReadRequest(in String address, in int transId, in onDescriptorReadRequest()
32 in int offset, in boolean isLong, in onDescriptorReadRequest()
33 in int handle); in onDescriptorReadRequest()
34 void onCharacteristicWriteRequest(in String address, in int transId, in int offset, in onCharacteristicWriteRequest()
[all …]
DIBluetoothGattCallback.aidl26 void onClientRegistered(in int status, in int clientIf); in onClientRegistered()
27 void onClientConnectionState(in int status, in int clientIf, in onClientConnectionState()
28 in boolean connected, in String address); in onClientConnectionState()
29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate()
30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead()
31 void onSearchComplete(in String address, in List<BluetoothGattService> services, in int status); in onSearchComplete()
32 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value); in onCharacteristicRead()
33 void onCharacteristicWrite(in String address, in int status, in int handle); in onCharacteristicWrite()
34 void onExecuteWrite(in String address, in int status); in onExecuteWrite()
35 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead()
[all …]
DIBluetooth.aidl45 boolean setName(in String name); in setName()
48 boolean setBluetoothClass(in BluetoothClass bluetoothClass); in setBluetoothClass()
70 boolean createBond(in BluetoothDevice device, in int transport, in OobData oobData); in createBond()
71 boolean cancelBondProcess(in BluetoothDevice device); in cancelBondProcess()
72 boolean removeBond(in BluetoothDevice device); in removeBond()
73 int getBondState(in BluetoothDevice device); in getBondState()
74 boolean isBondingInitiatedLocally(in BluetoothDevice device); in isBondingInitiatedLocally()
76 int getConnectionState(in BluetoothDevice device); in getConnectionState()
78 String getRemoteName(in BluetoothDevice device); in getRemoteName()
79 int getRemoteType(in BluetoothDevice device); in getRemoteType()
[all …]
DIBluetoothHeadsetClient.aidl29 boolean connect(in BluetoothDevice device); in connect()
30 boolean disconnect(in BluetoothDevice device); in disconnect()
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
34 int getConnectionState(in BluetoothDevice device); in getConnectionState()
35 boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy); in setConnectionPolicy()
36 int getConnectionPolicy(in BluetoothDevice device); in getConnectionPolicy()
38 boolean startVoiceRecognition(in BluetoothDevice device); in startVoiceRecognition()
39 boolean stopVoiceRecognition(in BluetoothDevice device); in stopVoiceRecognition()
41 List<BluetoothHeadsetClientCall> getCurrentCalls(in BluetoothDevice device); in getCurrentCalls()
42 Bundle getCurrentAgEvents(in BluetoothDevice device); in getCurrentAgEvents()
[all …]
DIBluetoothHidDeviceCallback.aidl23 void onAppStatusChanged(in BluetoothDevice device, boolean registered); in onAppStatusChanged()
24 void onConnectionStateChanged(in BluetoothDevice device, in int state); in onConnectionStateChanged()
25 void onGetReport(in BluetoothDevice device, in byte type, in byte id, in int bufferSize); in onGetReport()
26 void onSetReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data); in onSetReport()
27 void onSetProtocol(in BluetoothDevice device, in byte protocol); in onSetProtocol()
28 void onInterruptData(in BluetoothDevice device, in byte reportId, in byte[] data); in onInterruptData()
29 void onVirtualCableUnplug(in BluetoothDevice device); in onVirtualCableUnplug()
DIBluetoothMapClient.aidl29 boolean connect(in BluetoothDevice device); in connect()
30 boolean disconnect(in BluetoothDevice device); in disconnect()
31 boolean isConnected(in BluetoothDevice device); in isConnected()
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
34 int getConnectionState(in BluetoothDevice device); in getConnectionState()
35 boolean setConnectionPolicy(in BluetoothDevice device,in int connectionPolicy); in setConnectionPolicy()
36 int getConnectionPolicy(in BluetoothDevice device); in getConnectionPolicy()
37 boolean sendMessage(in BluetoothDevice device, in Uri[] contacts, in String message, in sendMessage()
38 in PendingIntent sentIntent, in PendingIntent deliveryIntent); in sendMessage()
39 boolean getUnreadMessages(in BluetoothDevice device); in getUnreadMessages()
[all …]
DIBluetoothHidDevice.aidl26 boolean registerApp(in BluetoothHidDeviceAppSdpSettings sdp, in registerApp()
27 in BluetoothHidDeviceAppQosSettings inQos, in BluetoothHidDeviceAppQosSettings outQos, in registerApp()
28 in IBluetoothHidDeviceCallback callback); in registerApp()
30 boolean sendReport(in BluetoothDevice device, in int id, in byte[] data); in sendReport()
31 boolean replyReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data); in replyReport()
32 boolean reportError(in BluetoothDevice device, byte error); in reportError()
33 boolean unplug(in BluetoothDevice device); in unplug()
34 boolean connect(in BluetoothDevice device); in connect()
35 boolean disconnect(in BluetoothDevice device); in disconnect()
37 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
[all …]
DIBluetoothA2dp.aidl31 boolean connect(in BluetoothDevice device); in connect()
33 boolean disconnect(in BluetoothDevice device); in disconnect()
37 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
39 int getConnectionState(in BluetoothDevice device); in getConnectionState()
40 boolean setActiveDevice(in BluetoothDevice device); in setActiveDevice()
42 boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy); in setConnectionPolicy()
43 int getConnectionPolicy(in BluetoothDevice device); in getConnectionPolicy()
46 boolean isA2dpPlaying(in BluetoothDevice device); in isA2dpPlaying()
47 BluetoothCodecStatus getCodecStatus(in BluetoothDevice device); in getCodecStatus()
48 oneway void setCodecConfigPreference(in BluetoothDevice device, in setCodecConfigPreference()
[all …]
DIBluetoothHidHost.aidl28 boolean connect(in BluetoothDevice device); in connect()
29 boolean disconnect(in BluetoothDevice device); in disconnect()
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
32 int getConnectionState(in BluetoothDevice device); in getConnectionState()
33 boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy); in setConnectionPolicy()
34 int getConnectionPolicy(in BluetoothDevice device); in getConnectionPolicy()
38 boolean getProtocolMode(in BluetoothDevice device); in getProtocolMode()
42 boolean virtualUnplug(in BluetoothDevice device); in virtualUnplug()
46 boolean setProtocolMode(in BluetoothDevice device, int protocolMode); in setProtocolMode()
50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize); in getReport()
[all …]
DIBluetoothHeadset.aidl34 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
36 int getConnectionState(in BluetoothDevice device); in getConnectionState()
37 boolean startVoiceRecognition(in BluetoothDevice device); in startVoiceRecognition()
38 boolean stopVoiceRecognition(in BluetoothDevice device); in stopVoiceRecognition()
39 boolean isAudioConnected(in BluetoothDevice device); in isAudioConnected()
40 boolean sendVendorSpecificResultCode(in BluetoothDevice device, in sendVendorSpecificResultCode()
41 in String command, in sendVendorSpecificResultCode()
42 in String arg); in sendVendorSpecificResultCode()
46 boolean connect(in BluetoothDevice device); in connect()
48 boolean disconnect(in BluetoothDevice device); in disconnect()
[all …]
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl4 …boolean firewallReplaceUidChain(in @utf8InCpp String chainName, boolean isWhitelist, in int[] uids… in firewallReplaceUidChain()
9 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface()
10 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface()
11 void networkAddUidRanges(int netId, in android.net.UidRangeParcel[] uidRanges); in networkAddUidRanges()
12 void networkRemoveUidRanges(int netId, in android.net.UidRangeParcel[] uidRanges); in networkRemoveUidRanges()
13 void networkRejectNonSecureVpn(boolean add, in android.net.UidRangeParcel[] uidRanges); in networkRejectNonSecureVpn()
14 void socketDestroy(in android.net.UidRangeParcel[] uidRanges, in int[] exemptUids); in socketDestroy()
17 …void interfaceAddAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, int prefixL… in interfaceAddAddress()
18 …void interfaceDelAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, int prefixL… in interfaceDelAddress()
19 …@utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InC… in getProcSysNet()
[all …]
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl22 …boolean firewallReplaceUidChain(in @utf8InCpp String chainName, boolean isWhitelist, in int[] uids… in firewallReplaceUidChain()
27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface()
28 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface()
29 void networkAddUidRanges(int netId, in android.net.UidRangeParcel[] uidRanges); in networkAddUidRanges()
30 void networkRemoveUidRanges(int netId, in android.net.UidRangeParcel[] uidRanges); in networkRemoveUidRanges()
31 void networkRejectNonSecureVpn(boolean add, in android.net.UidRangeParcel[] uidRanges); in networkRejectNonSecureVpn()
32 void socketDestroy(in android.net.UidRangeParcel[] uidRanges, in int[] exemptUids); in socketDestroy()
35 …void interfaceAddAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, int prefixL… in interfaceAddAddress()
36 …void interfaceDelAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, int prefixL… in interfaceDelAddress()
37 …@utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InC… in getProcSysNet()
[all …]
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl21 …boolean firewallReplaceUidChain(in @utf8InCpp String chainName, boolean isWhitelist, in int[] uids… in firewallReplaceUidChain()
26 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface()
27 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface()
28 void networkAddUidRanges(int netId, in android.net.UidRangeParcel[] uidRanges); in networkAddUidRanges()
29 void networkRemoveUidRanges(int netId, in android.net.UidRangeParcel[] uidRanges); in networkRemoveUidRanges()
30 void networkRejectNonSecureVpn(boolean add, in android.net.UidRangeParcel[] uidRanges); in networkRejectNonSecureVpn()
31 void socketDestroy(in android.net.UidRangeParcel[] uidRanges, in int[] exemptUids); in socketDestroy()
34 …void interfaceAddAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, int prefixL… in interfaceAddAddress()
35 …void interfaceDelAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, int prefixL… in interfaceDelAddress()
36 …@utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InC… in getProcSysNet()
[all …]
/system/bt/binder/android/bluetooth/le/
DIAdvertisingSetCallback.aidl23 void onAdvertisingSetStarted(in int advertiserId, in int tx_power, in int status); in onAdvertisingSetStarted()
24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address); in onOwnAddressRead()
25 void onAdvertisingSetStopped(in int advertiserId); in onAdvertisingSetStopped()
26 void onAdvertisingEnabled(in int advertiserId, in boolean enable, in int status); in onAdvertisingEnabled()
27 void onAdvertisingDataSet(in int advertiserId, in int status); in onAdvertisingDataSet()
28 void onScanResponseDataSet(in int advertiserId, in int status); in onScanResponseDataSet()
29 void onAdvertisingParametersUpdated(in int advertiserId, in int tx_power, in int status); in onAdvertisingParametersUpdated()
30 void onPeriodicAdvertisingParametersUpdated(in int advertiserId, in int status); in onPeriodicAdvertisingParametersUpdated()
31 void onPeriodicAdvertisingDataSet(in int advertiserId, in int status); in onPeriodicAdvertisingDataSet()
32 void onPeriodicAdvertisingEnabled(in int advertiserId, in boolean enable, in int status); in onPeriodicAdvertisingEnabled()
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl22 …boolean firewallReplaceUidChain(in @utf8InCpp String chainName, boolean isWhitelist, in int[] uids… in firewallReplaceUidChain()
27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface()
28 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface()
29 void networkAddUidRanges(int netId, in android.net.UidRangeParcel[] uidRanges); in networkAddUidRanges()
30 void networkRemoveUidRanges(int netId, in android.net.UidRangeParcel[] uidRanges); in networkRemoveUidRanges()
31 void networkRejectNonSecureVpn(boolean add, in android.net.UidRangeParcel[] uidRanges); in networkRejectNonSecureVpn()
32 void socketDestroy(in android.net.UidRangeParcel[] uidRanges, in int[] exemptUids); in socketDestroy()
35 …void interfaceAddAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, int prefixL… in interfaceAddAddress()
36 …void interfaceDelAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, int prefixL… in interfaceDelAddress()
37 …@utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InC… in getProcSysNet()
[all …]
/system/netd/server/binder/android/net/
DINetd.aidl48 boolean firewallReplaceUidChain(in @utf8InCpp String chainName, in firewallReplaceUidChain()
50 in int[] uids); in firewallReplaceUidChain()
114 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface()
125 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface()
138 void networkAddUidRanges(int netId, in UidRangeParcel[] uidRanges); in networkAddUidRanges()
151 void networkRemoveUidRanges(int netId, in UidRangeParcel[] uidRanges); in networkRemoveUidRanges()
174 void networkRejectNonSecureVpn(boolean add, in UidRangeParcel[] uidRanges); in networkRejectNonSecureVpn()
179 void socketDestroy(in UidRangeParcel[] uidRanges, in int[] exemptUids); in socketDestroy()
212 void interfaceAddAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, in interfaceAddAddress()
214 void interfaceDelAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, in interfaceDelAddress()
[all …]
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl22 …boolean firewallReplaceUidChain(in @utf8InCpp String chainName, boolean isWhitelist, in int[] uids… in firewallReplaceUidChain()
27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface()
28 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface()
29 void networkAddUidRanges(int netId, in android.net.UidRangeParcel[] uidRanges); in networkAddUidRanges()
30 void networkRemoveUidRanges(int netId, in android.net.UidRangeParcel[] uidRanges); in networkRemoveUidRanges()
31 void networkRejectNonSecureVpn(boolean add, in android.net.UidRangeParcel[] uidRanges); in networkRejectNonSecureVpn()
32 void socketDestroy(in android.net.UidRangeParcel[] uidRanges, in int[] exemptUids); in socketDestroy()
35 …void interfaceAddAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, int prefixL… in interfaceAddAddress()
36 …void interfaceDelAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, int prefixL… in interfaceDelAddress()
37 …@utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InC… in getProcSysNet()
[all …]
/system/update_engine/
Domaha_response_handler_action_unittest.cc92 bool DoTest(const OmahaResponse& in,
122 bool OmahaResponseHandlerActionTest::DoTest(const OmahaResponse& in, in DoTest() argument
131 feeder_action->set_obj(in); in DoTest()
132 if (in.update_exists && in.version != kBadVersion) { in DoTest()
134 for (const auto& package : in.packages) in DoTest()
149 string current_url = in.packages.size() ? in.packages[0].payload_urls[0] : ""; in DoTest()
182 OmahaResponse in; in TEST_F() local
183 in.update_exists = true; in TEST_F()
184 in.version = "a.b.c.d"; in TEST_F()
185 in.packages.push_back( in TEST_F()
[all …]
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl38 int insert(String name, in byte[] item, int uid, int flags); in insert()
58 int addRngEntropy(IKeystoreResponseCallback cb, in byte[] data, int flags); in addRngEntropy()
59 …eKey(IKeystoreKeyCharacteristicsCallback cb, String alias, in KeymasterArguments arguments, in byt… in generateKey()
61 …istics (IKeystoreKeyCharacteristicsCallback cb, String alias, in KeymasterBlob clientId, in Keymas… in getKeyCharacteristics()
63 …int importKey(IKeystoreKeyCharacteristicsCallback cb, String alias, in KeymasterArguments argument… in importKey()
64 in byte[] keyData, int uid, int flags); in importKey()
65 … int exportKey(IKeystoreExportKeyCallback cb, String alias, int format, in KeymasterBlob clientId, in exportKey()
66 in KeymasterBlob appData, int uid); in exportKey()
67 …int begin(in IKeystoreOperationResultCallback cb, IBinder appToken, String alias, int purpose, boo… in begin()
68 in KeymasterArguments params, in byte[] entropy, int uid); in begin()
[all …]
/system/update_engine/payload_generator/
Dzip_unittest.cc71 bool DecompressWithWriter(const brillo::Blob& in, brillo::Blob* out) { in DecompressWithWriter() argument
76 ok = writer->Write(in.data(), in.size()) && ok; in DecompressWithWriter()
85 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const = 0;
86 bool ZipDecompress(const brillo::Blob& in, brillo::Blob* out) const = 0;
94 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipCompress() argument
95 return BzipCompress(in, out); in ZipCompress()
97 bool ZipDecompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipDecompress() argument
98 return DecompressWithWriter<BzipExtentWriter>(in, out); in ZipDecompress()
107 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipCompress() argument
108 return XzCompress(in, out); in ZipCompress()
[all …]
/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/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/tools/aidl/tests/android/aidl/tests/
DITestService.aidl60 SimpleParcelable RepeatSimpleParcelable(in SimpleParcelable input, in RepeatSimpleParcelable()
62 PersistableBundle RepeatPersistableBundle(in PersistableBundle input); in RepeatPersistableBundle()
65 boolean[] ReverseBoolean (in boolean[] input, out boolean[] repeated); in ReverseBoolean()
66 byte[] ReverseByte (in byte[] input, out byte[] repeated); in ReverseByte()
67 char[] ReverseChar (in char[] input, out char[] repeated); in ReverseChar()
68 int[] ReverseInt (in int[] input, out int[] repeated); in ReverseInt()
69 long[] ReverseLong (in long[] input, out long[] repeated); in ReverseLong()
70 float[] ReverseFloat (in float[] input, out float[] repeated); in ReverseFloat()
71 double[] ReverseDouble (in double[] input, out double[] repeated); in ReverseDouble()
72 String[] ReverseString (in String[] input, out String[] repeated); in ReverseString()
[all …]
/system/security/identity/binder/android/security/identity/
DICredential.aidl40 void setReaderEphemeralPublicKey(in byte[] publicKey); in setReaderEphemeralPublicKey()
46 long selectAuthKey(in boolean allowUsingExhaustedKeys); in selectAuthKey()
48 GetEntriesResultParcel getEntries(in byte[] requestMessage, in getEntries()
49 in RequestNamespaceParcel[] requestNamespaces, in getEntries()
50 in byte[] sessionTranscript, in getEntries()
51 in byte[] readerSignature, in getEntries()
52 in boolean allowUsingExhaustedKeys); in getEntries()
54 void setAvailableAuthenticationKeys(in int keyCount, in int maxUsesPerKey); in setAvailableAuthenticationKeys()
58 … void storeStaticAuthenticationData(in AuthKeyParcel authenticationKey, in byte[] staticAuthData); in storeStaticAuthenticationData()

12345678910>>...72