Home
last modified time | relevance | path

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

12345678910>>...53

/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); in startScan()
50 …void startScanForIntent(in PendingIntent intent, in ScanSettings settings, in List<ScanFilter> fil… in startScanForIntent()
51 in String callingPackage); 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.aidl46 boolean setName(in String name); in setName()
49 boolean setBluetoothClass(in BluetoothClass bluetoothClass); in setBluetoothClass()
71 boolean createBond(in BluetoothDevice device, in int transport); in createBond()
72 boolean createBondOutOfBand(in BluetoothDevice device, in int transport, in OobData oobData); in createBondOutOfBand()
73 boolean cancelBondProcess(in BluetoothDevice device); in cancelBondProcess()
74 boolean removeBond(in BluetoothDevice device); in removeBond()
75 int getBondState(in BluetoothDevice device); in getBondState()
76 boolean isBondingInitiatedLocally(in BluetoothDevice device); in isBondingInitiatedLocally()
78 int getConnectionState(in BluetoothDevice device); in getConnectionState()
80 String getRemoteName(in BluetoothDevice device); in getRemoteName()
[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 setPriority(in BluetoothDevice device, int priority); in setPriority()
36 int getPriority(in BluetoothDevice device); in getPriority()
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()
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 …]
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 setPriority(in BluetoothDevice device,in int priority); in setPriority()
36 int getPriority(in BluetoothDevice device); in getPriority()
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 …]
DIBluetoothA2dp.aidl30 boolean connect(in BluetoothDevice device); in connect()
31 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 setActiveDevice(in BluetoothDevice device); in setActiveDevice()
37 boolean setPriority(in BluetoothDevice device, int priority); in setPriority()
38 int getPriority(in BluetoothDevice device); in getPriority()
41 boolean isA2dpPlaying(in BluetoothDevice device); in isA2dpPlaying()
42 BluetoothCodecStatus getCodecStatus(in BluetoothDevice device); in getCodecStatus()
43 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 setPriority(in BluetoothDevice device, int priority); in setPriority()
34 int getPriority(in BluetoothDevice device); in getPriority()
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.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
34 int getConnectionState(in BluetoothDevice device); in getConnectionState()
35 boolean startVoiceRecognition(in BluetoothDevice device); in startVoiceRecognition()
36 boolean stopVoiceRecognition(in BluetoothDevice device); in stopVoiceRecognition()
37 boolean isAudioConnected(in BluetoothDevice device); in isAudioConnected()
38 boolean sendVendorSpecificResultCode(in BluetoothDevice device, in sendVendorSpecificResultCode()
39 in String command, in sendVendorSpecificResultCode()
40 in String arg); in sendVendorSpecificResultCode()
43 boolean connect(in BluetoothDevice device); in connect()
44 boolean disconnect(in BluetoothDevice device); in disconnect()
[all …]
DIBluetoothHearingAid.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 setActiveDevice(in BluetoothDevice device); in setActiveDevice()
35 boolean setPriority(in BluetoothDevice device, int priority); in setPriority()
36 int getPriority(in BluetoothDevice device); in getPriority()
42 long getHiSyncId(in BluetoothDevice device); in getHiSyncId()
46 int getDeviceSide(in BluetoothDevice device); in getDeviceSide()
50 int getDeviceMode(in BluetoothDevice device); in getDeviceMode()
/system/netd/server/aidl/netd/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/binder/android/net/
DINetd.aidl44 boolean firewallReplaceUidChain(in @utf8InCpp String chainName, in firewallReplaceUidChain()
46 in int[] uids); in firewallReplaceUidChain()
110 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface()
121 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface()
134 void networkAddUidRanges(int netId, in UidRangeParcel[] uidRanges); in networkAddUidRanges()
147 void networkRemoveUidRanges(int netId, in UidRangeParcel[] uidRanges); in networkRemoveUidRanges()
170 void networkRejectNonSecureVpn(boolean add, in UidRangeParcel[] uidRanges); in networkRejectNonSecureVpn()
175 void socketDestroy(in UidRangeParcel[] uidRanges, in int[] exemptUids); in socketDestroy()
208 void interfaceAddAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, in interfaceAddAddress()
210 void interfaceDelAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString, in interfaceDelAddress()
[all …]
/system/netd/server/aidl/netd/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()
DIPeriodicAdvertisingCallback.aidl27 void onSyncEstablished(in int syncHandle, in BluetoothDevice device, in int advertisingSid, in onSyncEstablished()
28 in int skip, in int timeout, in int status); in onSyncEstablished()
29 void onPeriodicAdvertisingReport(in PeriodicAdvertisingReport report); in onPeriodicAdvertisingReport()
30 void onSyncLost(in int syncHandle); in onSyncLost()
/system/update_engine/
Domaha_response_handler_action_unittest.cc91 bool DoTest(const OmahaResponse& in,
121 bool OmahaResponseHandlerActionTest::DoTest(const OmahaResponse& in, in DoTest() argument
130 feeder_action->set_obj(in); in DoTest()
131 if (in.update_exists && in.version != kBadVersion) { in DoTest()
133 for (const auto& package : in.packages) in DoTest()
148 string current_url = in.packages.size() ? in.packages[0].payload_urls[0] : ""; in DoTest()
181 OmahaResponse in; in TEST_F() local
182 in.update_exists = true; in TEST_F()
183 in.version = "a.b.c.d"; in TEST_F()
184 in.packages.push_back( in TEST_F()
[all …]
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl34 int insert(String name, in byte[] item, int uid, int flags); in insert()
49 int addRngEntropy(IKeystoreResponseCallback cb, in byte[] data, int flags); in addRngEntropy()
50 …eKey(IKeystoreKeyCharacteristicsCallback cb, String alias, in KeymasterArguments arguments, in byt… in generateKey()
52 …istics (IKeystoreKeyCharacteristicsCallback cb, String alias, in KeymasterBlob clientId, in Keymas… in getKeyCharacteristics()
54 …int importKey(IKeystoreKeyCharacteristicsCallback cb, String alias, in KeymasterArguments argument… in importKey()
55 in byte[] keyData, int uid, int flags); in importKey()
56 … int exportKey(IKeystoreExportKeyCallback cb, String alias, int format, in KeymasterBlob clientId, in exportKey()
57 in KeymasterBlob appData, int uid); in exportKey()
58 …int begin(in IKeystoreOperationResultCallback cb, IBinder appToken, String alias, int purpose, boo… in begin()
59 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/tools/hidl/host_utils/
DStringHelper.cpp34 std::string StringHelper::Uppercase(const std::string &in) { in Uppercase() argument
35 std::string out{in}; in Uppercase()
44 std::string StringHelper::Lowercase(const std::string &in) { in Lowercase() argument
45 std::string out{in}; in Lowercase()
54 std::string StringHelper::Capitalize(const std::string &in) { in Capitalize() argument
55 std::string out{in}; in Capitalize()
64 void StringHelper::Tokenize(const std::string &in, in Tokenize() argument
68 if (in.empty()) { in Tokenize()
72 std::string copy(in); in Tokenize()
95 LOG(WARNING) << "Could not stylize \"" << in << "\""; in Tokenize()
[all …]
/system/update_engine/binder_bindings/android/brillo/
DIUpdateEngine.aidl23 void SetUpdateAttemptFlags(in int flags); in SetUpdateAttemptFlags()
24 boolean AttemptUpdate(in String app_version, in String omaha_url, in int flags); in AttemptUpdate()
25 void AttemptRollback(in boolean powerwash); in AttemptRollback()
30 void SetChannel(in String target_channel, in boolean powewash); in SetChannel()
31 String GetChannel(in boolean get_current_channel); in GetChannel()
32 void SetCohortHint(in String cohort_hint); in SetCohortHint()
34 void SetP2PUpdatePermission(in boolean enabled); in SetP2PUpdatePermission()
36 void SetUpdateOverCellularPermission(in boolean enabled); in SetUpdateOverCellularPermission()
37 void SetUpdateOverCellularTarget(in String target_version, in SetUpdateOverCellularTarget()
38 in long target_size); in SetUpdateOverCellularTarget()
[all …]
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl53 Map RepeatMap(in Map token); in RepeatMap()
55 SimpleParcelable RepeatSimpleParcelable(in SimpleParcelable input, in RepeatSimpleParcelable()
57 PersistableBundle RepeatPersistableBundle(in PersistableBundle input); in RepeatPersistableBundle()
60 boolean[] ReverseBoolean(in boolean[] input, out boolean[] repeated); in ReverseBoolean()
61 byte[] ReverseByte (in byte[] input, out byte[] repeated); in ReverseByte()
62 char[] ReverseChar (in char[] input, out char[] repeated); in ReverseChar()
63 int[] ReverseInt (in int[] input, out int[] repeated); in ReverseInt()
64 long[] ReverseLong (in long[] input, out long[] repeated); in ReverseLong()
65 float[] ReverseFloat (in float[] input, out float[] repeated); in ReverseFloat()
66 double[] ReverseDouble (in double[] input, out double[] repeated); in ReverseDouble()
[all …]
/system/media/audio_utils/
Dlimiter.c23 static inline float atan_approximation(float in) in atan_approximation() argument
26 if (in <= 1.0) { in atan_approximation()
27 return in / (1.0 + 0.28 * in * in); in atan_approximation()
29 const float in_inverse = 1.0 / in; in atan_approximation()
35 float limiter(float in) in limiter() argument
38 float in_abs = fabsf(in); in limiter()
40 return in; in limiter()
65 if (in < 0) { in limiter()
/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>>...53