Home
last modified time | relevance | path

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

12345678910>>...18

/frameworks/base/docs/html/guide/components/
Daidl.jd12 <li><a href="#Implement">Implement the interface</a></li>
13 <li><a href="#Expose">Expose the interface to clients</a></li>
30 worked with. It allows you to define the programming interface that both
40 different applications, you should create your interface by <a
43 implement your interface <a
49 <p>Before you begin designing your AIDL interface, be aware that calls to an AIDL interface are
56 this is your main UI thread, that thread continues to execute in the AIDL interface. If it is
60 interface by <a href="{@docRoot}guide/components/bound-services.html#Binder">implementing a
65 happening at the same time. In other words, an implementation of an AIDL interface must be
70 The implementation of the interface eventually receives this as a regular call from the {@link
[all …]
/frameworks/base/docs/html/training/tv/discovery/
Din-app-search.jd24 users to find what they are looking for. A search interface can help your users get to the
30 library</a> provides a set of classes to enable a standard search interface within your app that
35 This lesson discusses how to provide a search interface in your app using Leanback support
44 browsing interface, you can enable a search interface as a standard part of the user
45 interface. The search interface is an icon that appears in the layout when you set {@link
85 android.support.v17.leanback.app.SearchFragment.SearchResultProvider} interface in order to
91 android.support.v17.leanback.app.SearchFragment} class to provide a search interface and results:
145 queries from blocking the main user interface thread.
/frameworks/native/cmds/ip-up-vpn/
Dip-up-vpn.c85 const char *interface = env("INTERFACE"); in main() local
95 strncpy(ifr.ifr_name, interface, IFNAMSIZ); in main()
97 ALOGE("Cannot bring up %s: %s", interface, strerror(errno)); in main()
118 fprintf(state, "%s\n", interface); in main()
/frameworks/base/services/core/jni/
Dcom_android_server_UsbHostManager.cpp112 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; in usb_device_added() local
113 char *name = usb_device_get_string(device, interface->iInterface); in usb_device_added()
117 interface->bInterfaceNumber, interfaceName, interface->bAlternateSetting, in usb_device_added()
118 interface->bInterfaceClass, interface->bInterfaceSubClass, in usb_device_added()
119 interface->bInterfaceProtocol); in usb_device_added()
/frameworks/wilhelm/tests/sandbox/
Dengine.c116 void *interface = NULL; in main() local
118 result = (*engineObject)->GetInterface(engineObject, engine_ids[index], &interface); in main()
140 void *interface = NULL; in main() local
141 result = (*engineObject)->GetInterface(engineObject, engine_ids[index], &interface); in main()
143 printf("interface[%u] %p\n", index, interface); in main()
150 assert(interface_again == interface); in main()
/frameworks/base/docs/html/training/basics/fragments/
Dcommunicating.jd46 <p>To allow a Fragment to communicate up to its Activity, you can define an interface
48 the interface implementation during its onAttach() lifecycle method and can then call
57 // Container Activity must implement this interface
58 public interface OnHeadlineSelectedListener {
67 // the callback interface. If not, it throws an exception
81 onArticleSelected()} method (or other methods in the interface) using the {@code mCallback}
82 instance of the {@code OnHeadlineSelectedListener} interface.</p>
85 item. The fragment uses the callback interface to deliver the event to the parent activity.</p>
100 implement the interface defined in the fragment class.</p>
102 <p>For example, the following activity implements the interface from the above example.</p>
/frameworks/av/services/audiopolicy/manager/
DAudioPolicyFactory.cpp27 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) in destroyAudioPolicyManager() argument
29 delete interface; in destroyAudioPolicyManager()
/frameworks/wilhelm/doc/
DREADME.txt1 …nk the OpenSLES_IID.c file into your project. This file contains unique interface IDs for all Open…
2 have been automatically generated. Application developers should not edit these interface IDs.
/frameworks/av/services/audiopolicy/
DAndroid.mk26 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface \
86 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface \
111 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface \
/frameworks/av/media/libeffects/preprocessing/
DAndroid.mk15 external/webrtc/src/modules/interface \
16 external/webrtc/src/modules/audio_processing/interface \
/frameworks/base/tools/aidl/
Dgenerate_java_binder.cpp250 generate_method(const method_type* method, Class* interface, in generate_method() argument
289 interface->elements.push_back(decl); in generate_method()
523 Class* interface = new Class; in generate_binder_interface_class() local
524 interface->comment = gather_comments(iface->comments_token->extra); in generate_binder_interface_class()
525 interface->modifiers = PUBLIC; in generate_binder_interface_class()
526 interface->what = Class::INTERFACE; in generate_binder_interface_class()
527 interface->type = interfaceType; in generate_binder_interface_class()
528 interface->interfaces.push_back(IINTERFACE_TYPE); in generate_binder_interface_class()
534 interface->elements.push_back(stub); in generate_binder_interface_class()
552 generate_method(method_item, interface, stub, proxy, method_item->assigned_id); in generate_binder_interface_class()
[all …]
/frameworks/av/media/mtp/
DMtpDevice.cpp67 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; in open() local
69 if (interface->bInterfaceClass == USB_CLASS_STILL_IMAGE && in open()
70 interface->bInterfaceSubClass == 1 && // Still Image Capture in open()
71 interface->bInterfaceProtocol == 1) // Picture Transfer Protocol (PIMA 15470) in open()
78 } else if (interface->bInterfaceClass == 0xFF && in open()
79 interface->bInterfaceSubClass == 0xFF && in open()
80 interface->bInterfaceProtocol == 0) { in open()
81 char* interfaceName = usb_device_get_string(device, interface->iInterface); in open()
166 if (usb_device_claim_interface(device, interface->bInterfaceNumber)) { in open()
172 MtpDevice* mtpDevice = new MtpDevice(device, interface->bInterfaceNumber, in open()
[all …]
/frameworks/data-binding/samples/BindingDemo/app/
Dproguard-rules.pro13 # and specify the fully qualified class name to the JavaScript interface
15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/
Dproguard-rules.pro13 # and specify the fully qualified class name to the JavaScript interface
15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/
Dproguard-rules.pro13 # and specify the fully qualified class name to the JavaScript interface
15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/frameworks/data-binding/integration-tests/TestApp/app/
Dproguard-rules.pro13 # and specify the fully qualified class name to the JavaScript interface
15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/frameworks/data-binding/integration-tests/App With Spaces/app/
Dproguard-rules.pro13 # and specify the fully qualified class name to the JavaScript interface
15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/frameworks/data-binding/integration-tests/IndependentLibrary/app/
Dproguard-rules.pro13 # and specify the fully qualified class name to the JavaScript interface
15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dproguard-rules.pro13 # and specify the fully qualified class name to the JavaScript interface
15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/frameworks/av/services/audiopolicy/engineconfigurable/
DAndroid.mk20 $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/interface \
21 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface
/frameworks/base/tests/MusicServiceDemo/
Dproguard-project.txt16 # and specify the fully qualified class name to the JavaScript interface
18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproguard-project.txt16 # and specify the fully qualified class name to the JavaScript interface
18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/frameworks/volley/
Dproguard-project.txt16 # and specify the fully qualified class name to the JavaScript interface
18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/frameworks/base/docs/html/guide/topics/ui/controls/
Dspinner.jd109 android.widget.AdapterView.OnItemSelectedListener} interface and the corresponding {@link
111 For example, here's an implementation of the interface in an {@link android.app.Activity}:</p>
124 // Another interface callback
135 <p>Then you need to specify the interface implementation by calling {@link
144 android.widget.AdapterView.OnItemSelectedListener} interface with your {@link
146 <code>this</code> as the interface instance.</p>
/frameworks/opt/net/ims/
DREADME.txt11 - 3GPP TS 24.623 : XCAP over the Ut interface for manipulating supplementary services
84 It provides APIs for the supplementary service settings using IMS (Ut interface, XCAP).
91 Wrapper class which has an ICallGroup interface.
94 Implements ICallGroup interface.
103 Provides the interface to manage all calls which are established hereafter the initial

12345678910>>...18