Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 74) sorted by relevance

123

/aosp14/system/core/fastboot/
H A Dusb_osx.cpp163 kr = (*interface)->USBInterfaceOpen(interface); in try_interfaces()
167 (void) (*interface)->Release(interface); in try_interfaces()
173 kr = (*interface)->GetNumEndpoints(interface, &interfaceNumEndpoints); in try_interfaces()
181 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 || in try_interfaces()
200 kr = (*interface) in try_interfaces()
215 kr = (*interface)->GetPipeProperties(interface, endpoint, in try_interfaces()
246 handle->interface = interface; in try_interfaces()
256 kr = (*interface)->ClearPipeStallBothEnds(interface, in try_interfaces()
264 kr = (*interface)->ClearPipeStallBothEnds(interface, in try_interfaces()
275 (*interface)->USBInterfaceClose(interface); in try_interfaces()
[all …]
H A Dusb_linux.cpp268 std::string interface; in filter_usb_device() local
271 if (android::base::ReadFileToString(path, &interface)) { in filter_usb_device()
272 snprintf(info.interface, sizeof(info.interface), "%s", interface.c_str()); in filter_usb_device()
H A Dusb.h56 char interface[256]; member
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dplugin_hooks.md3 Expected interface: [OverlayPlugin](/frameworks/base/packages/SystemUI/plugin/src/com/android/syste…
8 Expected interface: [QS](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins…
12 Notes: To not mess up the notification panel interaction, much of the QSContainer interface needs t…
15 Expected interface: [QSFactory](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/…
25 Expected interface: [NavGesture](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui…
30 Expected interface: [IntentButtonProvider](/frameworks/base/packages/SystemUI/plugin/src/com/androi…
35 Expected interface: [IntentButtonProvider](/packages/SystemUI/plugin/src/com/android/systemui/plugi…
40 Expected interface: [GlobalActions](/frameworks/base/packages/SystemUI/plugin/src/com/android/syste…
45 Expected interface: [VolumeDialog](/frameworks/base/packages/SystemUI/plugin/src/com/android/system…
55 Expected interface: [ClockProviderPlugin](/frameworks/base/packages/SystemUI/plugin/src/com/android…
[all …]
H A Dplugins.md4 …s can expect to be in SysUI, then the portion of code controlled by the interface can be iterated …
14 …dding a plugin hook to SysUI is to define the interface layer between the plugin and SysUI.  This
16 …systemui.plugin or sub-packages.  The main interface (entry point) for the plugin should extend th…
19interface changes in an incompatible way, the version should be incremented.  Incompatible changes…
25 public interface MyPlugin extends Plugin {
34 To actually listen for plugins, you implement a plugin listener that has the following interface.
37 public interface PluginListener<T extends Plugin> {
79 …action for the plugin, and set the name to point at the class that implements the plugin interface.
97 ### Implementing the interface
99 Implementing the interface is generally pretty straightforward.  The version of the plugin should t…
[all …]
H A Dstatus-bar-data-pipeline.md42 here, and exposed through the appropriate interface. Where appropriate, we
194 `MobileConnectionsRepository` interface:
209 1. (Optional) If you want to enable the command line interface for setting and
214 sealed interface FakeNetworkEventModel {
/aosp14/system/core/libnetutils/
H A Ddhcptool.c32 char* interface = argv[1]; in main() local
34 err(errno, "dhcptool %s: ifc_init failed", interface); in main()
39 int rc = do_dhcp(interface); in main()
41 err(errno, "dhcptool %s: do_dhcp failed", interface); in main()
/aosp14/frameworks/base/packages/SettingsLib/search/
H A DAndroid.bp11 name: "SettingsLib-search-interface",
13 srcs: ["interface-src/**/*.java"],
20 "SettingsLib-search-interface",
32 "SettingsLib-search-interface",
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Dchanges.md30 In addition to doing the above, you will also need to provide an interface for calling to SysUI
32 interface that the `<Component name>Controller` implements and handles on the main Shell thread
36 add an appropriate method in `WMComponent` to get the interface and update the `Builder` in
37 `SysUIComponent` to take the interface so it can be injected in SysUI code. The binding between
41 - Create an implementation of the external interface within the controller
48 Launcher requires a new AIDL interface to be created and implemented by the controller. The
49 implementation of the stub interface in the controller otherwise behaves similar to the interface
53 - Create an implementation of the interface binder's `Stub` class within the controller, have it
59 - Inject `ShellController` and add the instance of the implementation as external interface
60 - In Launcher, update `TouchInteractionService` to pass the interface to `SystemUIProxy`, and then
[all …]
H A Dsysui.md46 1) (Shell) ShellFeature interface to be used from SysUI
47 2) (Shell) ShellFeatureController handles logic, implements ShellFeature interface and posts to
49 3) SysUI application init injects Optional<ShellFeature> as an interface to SysUI to call
50 4) (SysUI) SysUIFeature depends on ShellFeature interface
54 Adding an interface to a Shell component may seem like a lot of boiler plate, but is currently
68 the Shell feature interface. Any such calls should <u>**never**</u> be synchronous calls as
/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h210 int usb_device_claim_interface(struct usb_device *device, unsigned int interface);
213 int usb_device_release_interface(struct usb_device *device, unsigned int interface);
220 unsigned int interface, int connect);
226 int usb_device_set_interface(struct usb_device *device, unsigned int interface,
/aosp14/frameworks/base/test-base/api/
H A Dcurrent.txt18 …@java.lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface FlakyTest {
42 @Deprecated public interface PerformanceTestCase {
47 @Deprecated public static interface PerformanceTestCase.Intermediates {
55 ….lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface RepetitiveTest {
59 …va.lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface UiThreadTest {
66 …nnotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface LargeTest {
75 …ng.annotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface Smoke {
85 @Deprecated public interface Predicate<T> {
146 public interface Protectable {
150 public interface Test {
[all …]
/aosp14/frameworks/base/services/api/
H A Dcurrent.txt40 public interface ActivityManagerLocal {
54 public interface AppOpsManagerLocal {
62 public interface PackageManagerLocal {
87 public interface AndroidPackage {
177 public interface AndroidPackageSplit {
186 public interface PackageState {
202 public interface PackageUserState {
207 public interface SharedLibrary {
224 public interface RoleServicePlatformHelper {
250 public interface StorageStatsManagerLocal {
[all …]
/aosp14/frameworks/base/tests/TouchLatency/app/
H A Dproguard-rules.pro13 # and specify the fully qualified class name to the JavaScript interface
15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/aosp14/frameworks/base/startop/apps/ColorChanging/app/
H A Dproguard-rules.pro9 # and specify the fully qualified class name to the JavaScript interface
11 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/aosp14/system/core/libusbhost/
H A Dusbhost.c603 int usb_device_claim_interface(struct usb_device *device, unsigned int interface) in usb_device_claim_interface() argument
605 return ioctl(device->fd, USBDEVFS_CLAIMINTERFACE, &interface); in usb_device_claim_interface()
608 int usb_device_release_interface(struct usb_device *device, unsigned int interface) in usb_device_release_interface() argument
610 return ioctl(device->fd, USBDEVFS_RELEASEINTERFACE, &interface); in usb_device_release_interface()
614 unsigned int interface, int connect) in usb_device_connect_kernel_driver() argument
618 ctl.ifno = interface; in usb_device_connect_kernel_driver()
629 int usb_device_set_interface(struct usb_device *device, unsigned int interface, in usb_device_set_interface() argument
634 ctl.interface = interface; in usb_device_set_interface()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
H A Dproguard-project.txt16 # and specify the fully qualified class name to the JavaScript interface
18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/aosp14/frameworks/base/tests/TrustTests/
H A DREADME.md24 2. The primary interface to the system is through these three points:
31 2. `TrustManager` which is the interface the rest of the system (e.g. SystemUI) has to the
35 3. `TrustListener` which is the interface the rest of the system (e.g. SystemUI) uses to receive
/aosp14/system/core/trusty/confirmationui/
H A Dandroid.hardware.confirmationui-service.trusty.rc2 interface aidl android.hardware.confirmationui.IConfirmationUI/default
/aosp14/system/core/fs_mgr/
H A DAndroid.bp153 // It does not have a stable interface.
168 // It does not have a stable interface.
178 // It does not have a stable interface.
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DREADME.md15 - Providing a standard interface regardless which version of the HAL is implemented and gracefully
30 This layer implements the `ISoundTriggerHal` interface, which is the version-agnostic representation
45 This layer also uses a decorator-based design for separation of concerns. The main interface being
47 interface, `ISoundTriggerMiddlewareService`.
/aosp14/system/core/trusty/gatekeeper/fuzz/
H A DAndroid.bp33 // the `secure_env` emulator interface for cuttlefish while enrolling a new
/aosp14/system/core/trusty/keymaster/fuzz/
H A DAndroid.bp33 // the `secure_env` emulator interface for cuttlefish while running the
/aosp14/system/core/trusty/stats/test/
H A DAndroid.bp36 // AIDL interface deps versions, please refer to below link
/aosp14/frameworks/base/proto/src/
H A Dipconnectivity.proto135 // The interface name (wlan, rmnet, lo, ...) on which the probe was sent.
296 // Represents a DHCP event on a single interface, which can be a DHCPClient
302 // The interface name (wlan, rmnet, lo, ...) on which the event happened.
346 // True if the interface on which APF runs has an IPv4 address.
350 // Represents Router Advertisement listening statistics for an interface with
404 // Represents the reception of a Router Advertisement packet for an interface
438 // The interface name (wlan, rmnet, lo, ...) on which the probe was sent.
559 // The interface name (wlan, rmnet, lo, ...) on which the event happened.

123