Home
last modified time | relevance | path

Searched defs:deviceName (Results 101 – 125 of 172) sorted by relevance

1234567

/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetd.aidl47 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
49 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
49 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
49 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java403 private native boolean native_open(String deviceName, FileDescriptor pfd); in native_open()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDeviceConnection.cpp47 android_hardware_UsbDeviceConnection_open(JNIEnv *env, jobject thiz, jstring deviceName, in android_hardware_UsbDeviceConnection_open()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DConnectedDevicesSliceProvider.java217 String deviceName = ""; in createBluetoothDeviceSlice() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppManager.java337 String deviceName = null; in getDeviceName() local
H A DBluetoothOppUtility.java331 public static String getStatusDescription(Context context, int statusCode, String deviceName) { in getStatusDescription()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DLegacyBluetoothRouteController.java292 String deviceName = device.getName(); in createBluetoothRoute() local
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl443 void ipSecAddTunnelInterface( in ipSecAddTunnelInterface()
461 void ipSecUpdateTunnelInterface( in ipSecUpdateTunnelInterface()
474 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DAudioPrimaryHidlHalTest.h191 const auto& deviceName = std::get<PARAM_DEVICE_NAME>(info.param); in DeviceParameterToString() local
206 for (const auto& deviceName : devices) { in getDeviceParameters() local
539 const auto deviceName = DeviceParameterToString(::testing::TestParamInfo<DeviceParameter>{ in DeviceConfigParameterToString() local
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioPolicyService.aidl67 @utf8InCpp String deviceName, in setDeviceConnectionState()
73 @utf8InCpp String deviceName, in handleDeviceConfigChange()
/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java431 private native boolean native_open(String deviceName, FileDescriptor pfd); in native_open()
H A DIUsbManager.aidl40 ParcelFileDescriptor openDevice(String deviceName, String packageName); in openDevice()
/aosp12/system/netd/server/
H A DXfrmController.cpp1453 netdutils::Status XfrmController::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface()
1477 netdutils::Status XfrmController::ipSecAddXfrmInterface(const std::string& deviceName, in ipSecAddXfrmInterface()
1566 netdutils::Status XfrmController::ipSecAddVirtualTunnelInterface(const std::string& deviceName, in ipSecAddVirtualTunnelInterface()
1691 netdutils::Status XfrmController::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface()
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java433 private native boolean native_open(String deviceName, int fd); in native_open()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DBluetoothRouteProvider.java275 String deviceName = device.getName(); in createBluetoothRoute() local
/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceActivity.java458 final CharSequence deviceName = mRequest.getDisplayName(); in initUiForSelfManagedAssociation() local
/aosp14/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java433 private native boolean native_open(String deviceName, int fd); in native_open()
/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DScanFilter.java597 public Builder setDeviceName(String deviceName) { in setDeviceName()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExecution.cpp599 TestCompilation(const WrapperModel* model, const std::string& deviceName, in TestCompilation()
623 TestIntrospectionCompilation(const WrapperModel* model, const std::string& deviceName) { in TestIntrospectionCompilation()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp451 jbyteArray deviceName = env->NewByteArray(name_char_count); in createClassicOobDataObject() local
507 jbyteArray deviceName = env->NewByteArray(name_char_count); in createLeOobDataObject() local
1061 jbyteArray deviceName = callByteArrayGetter( in set_data() local

1234567