Home
last modified time | relevance | path

Searched refs:configure (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Dtransport_class.h24 int (*configure)(struct transport_container *, struct device *, member
30 …class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 …S(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . …
/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java282 configure(new String(packet.array(), 1, length - 1).trim()); in handshake()
289 private void configure(String parameters) throws Exception { in configure() method in ToyVpnService
/development/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java149 if (providerInfo.configure != null) { in setAppWidget()
151 configureIntent.setComponent(providerInfo.configure); in setAppWidget()