Searched defs:interfaceName (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecTunnelInterfaceResponse.java31 public final String interfaceName; field in class:IpSecTunnelInterfaceResponse
44 out.writeString(interfaceName);
53 interfaceName = "";
59 interfaceName = inInterfaceName;
65 interfaceName = in.readString();
/frameworks/native/cmds/lshal/
H A DLshal.cpp98 const std::string &interfaceName,
107 hardware::Return<sp<IBase>> retBase = serviceManager()->get(interfaceName, instanceName);
110 std::string msg = "Cannot get " + interfaceName + "/" + instanceName + ": "
119 std::string msg = interfaceName + "/" + instanceName + " does not exist, or "
129 std::string msg = interfaceName + "/" + instanceName + " getDescriptor failed";
133 if (descriptor != interfaceName) {
156 std::string msg = "debug() FAILED on " + interfaceName + "/" + instanceName + ": "
97 emitDebugInfo( const std::string &interfaceName, const std::string &instanceName, const std::vector<std::string> &options, bool excludesParentInstances, std::ostream &out, NullableOStream<std::ostream> err) const argument
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DTestUtils.java94 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { argument
99 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { argument
105 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase,
112 String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand,
104 initiateDataPath(short transactionId, int peerId, int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand, Capabilities capabilities) argument
111 respondToDataPathRequest(short transactionId, boolean accept, int ndpId, String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand, Capabilities capabilities) argument
H A DWifiAwareMetricsTest.java631 int index, int uid, String interfaceName, String passphrase) {
639 anri.interfaceName = interfaceName;
628 addNetworkInfoToCache( Map<WifiAwareNetworkSpecifier, WifiAwareDataPathStateManager .AwareNetworkRequestInformation> networkRequestCache, int index, int uid, String interfaceName, String passphrase) argument
/frameworks/base/core/java/android/os/
H A DHwParcel.java71 * @param interfaceName fully qualified name of interface message
74 public native final void writeInterfaceToken(String interfaceName); argument
281 public native final void enforceInterface(String interfaceName); argument
H A DParcel.java333 private static native void nativeWriteInterfaceToken(long nativePtr, String interfaceName); argument
334 private static native void nativeEnforceInterface(long nativePtr, String interfaceName); argument
605 public final void writeInterfaceToken(String interfaceName) { argument
606 nativeWriteInterfaceToken(mNativePtr, interfaceName);
609 public final void enforceInterface(String interfaceName) { argument
610 nativeEnforceInterface(mNativePtr, interfaceName);
/frameworks/layoutlib/bridge/src/android/webkit/
H A DWebView.java224 public void addJavascriptInterface(Object obj, String interfaceName) { argument
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java155 void removeInterface(String interfaceName) { argument
156 NetworkInterfaceState iface = mTrackingInterfaces.remove(interfaceName);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWificondControl.java838 * @param interfaceName Name of the interface.
842 public boolean setMacAddress(@NonNull String interfaceName, @NonNull MacAddress mac) { argument
843 IClientInterface mClientInterface = getClientInterface(interfaceName);
H A DWifiNative.java1290 * @param interfaceName Name of the interface
1294 public boolean setMacAddress(String interfaceName, MacAddress mac) { argument
1296 return mWifiVendorHal.setMacAddress(interfaceName, mac);
/frameworks/av/media/mtp/
H A DMtpDevice.cpp103 char* interfaceName = usb_device_get_string(device, interface->iInterface, local
105 if (!interfaceName) {
107 } else if (strcmp(interfaceName, "MTP")) {
108 free(interfaceName);
111 free(interfaceName);
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java148 public RegisteredServicesCache(Context context, String interfaceName, String metaDataName, argument
151 mInterfaceName = interfaceName;
/frameworks/base/core/jni/
H A Dandroid_os_HwParcel.cpp263 const jchar *interfaceName = env->GetStringCritical(interfaceNameObj, NULL); local
264 if (interfaceName) {
266 reinterpret_cast<const char16_t *>(interfaceName),
269 env->ReleaseStringCritical(interfaceNameObj, interfaceName);
270 interfaceName = NULL;
290 const jchar *interfaceName = env->GetStringCritical(interfaceNameObj, NULL); local
291 if (interfaceName) {
293 reinterpret_cast<const char16_t *>(interfaceName),
296 env->ReleaseStringCritical(interfaceNameObj, interfaceName);
297 interfaceName
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DTetherInterfaceStateMachine.java171 public String interfaceName() { return mIfaceName; } method in class:TetherInterfaceStateMachine
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeApi.java807 * @param interfaceName The name of the interface, e.g. "aware0".
809 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { argument
812 + "interfaceName=" + interfaceName);
823 WifiStatus status = iface.createDataInterfaceRequest(transactionId, interfaceName);
841 * @param interfaceName The name of the interface, e.g. "aware0".
843 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { argument
846 + "interfaceName=" + interfaceName);
857 WifiStatus status = iface.deleteDataInterfaceRequest(transactionId, interfaceName);
888 initiateDataPath(short transactionId, int peerId, int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand, Capabilities capabilities) argument
966 respondToDataPathRequest(short transactionId, boolean accept, int ndpId, String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand, Capabilities capabilities) argument
[all...]
H A DWifiAwareDataPathStateManager.java229 public void onInterfaceCreated(String interfaceName) { argument
230 if (VDBG) Log.v(TAG, "onInterfaceCreated: interfaceName=" + interfaceName);
232 if (mInterfaces.contains(interfaceName)) {
233 Log.w(TAG, "onInterfaceCreated: already contains interface -- " + interfaceName);
236 mInterfaces.add(interfaceName);
242 public void onInterfaceDeleted(String interfaceName) { argument
243 if (VDBG) Log.v(TAG, "onInterfaceDeleted: interfaceName=" + interfaceName);
245 if (!mInterfaces.contains(interfaceName)) {
1011 public String interfaceName; field in class:WifiAwareDataPathStateManager.AwareNetworkRequestInformation
[all...]
H A DWifiAwareStateManager.java757 public void createDataPathInterface(String interfaceName) { argument
760 msg.obj = interfaceName;
767 public void deleteDataPathInterface(String interfaceName) { argument
770 msg.obj = interfaceName;
778 int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk,
787 msg.getData().putString(MESSAGE_BUNDLE_KEY_INTERFACE_NAME, interfaceName);
797 public void respondToDataPathRequest(boolean accept, int ndpId, String interfaceName, argument
803 msg.getData().putString(MESSAGE_BUNDLE_KEY_INTERFACE_NAME, interfaceName);
1715 String interfaceName = data.getString(MESSAGE_BUNDLE_KEY_INTERFACE_NAME);
1722 interfaceName, pm
777 initiateDataPathSetup(WifiAwareNetworkSpecifier networkSpecifier, int peerId, int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand) argument
2469 initiateDataPathSetupLocal(short transactionId, WifiAwareNetworkSpecifier networkSpecifier, int peerId, int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand) argument
2494 respondToDataPathRequestLocal(short transactionId, boolean accept, int ndpId, String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java1426 public final void onRegistration(String interfaceName, String instanceName, argument
1428 if (!IHealth.kInterfaceName.equals(interfaceName)) return;
H A DIpSecService.java799 String interfaceName,
807 mInterfaceName = interfaceName;
797 TunnelInterfaceRecord( int resourceId, String interfaceName, Network underlyingNetwork, String localAddr, String remoteAddr, int ikey, int okey) argument
H A DNetworkManagementService.java2307 public void startClatd(String interfaceName) throws IllegalStateException { argument
2311 mConnector.execute("clatd", "start", interfaceName);
2318 public void stopClatd(String interfaceName) throws IllegalStateException { argument
2322 mConnector.execute("clatd", "stop", interfaceName);
2329 public boolean isClatdStarted(String interfaceName) { argument
2334 event = mConnector.execute("clatd", "status", interfaceName);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java248 public void addJavascriptInterface(Object obj, String interfaceName); argument
250 public void removeJavascriptInterface(String interfaceName); argument
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 885 milliseconds