Home
last modified time | relevance | path

Searched refs:expose (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.c56 BoolHook expose = MPH_init_table[MPH].mExpose; in HandleAdd() local
58 if ((NULL == expose) || (*expose)(thisItf)) { in HandleAdd()
165 BoolHook expose = MPH_init_table[MPH].mExpose; in IDynamicInterfaceManagement_AddInterface() local
166 if ((NULL == expose) || (*expose)(thisItf)) { in IDynamicInterfaceManagement_AddInterface()
/frameworks/wilhelm/src/
Dentry.c115 BoolHook expose = mi->mExpose; in liCreateEngine() local
116 if ((NULL == expose) || (*expose)((char *) thiz + x->mOffset)) { in liCreateEngine()
Dsles.c558 BoolHook expose; in construct() local
559 state = (exposedMask & 1) && ((NULL == (expose = mi->mExpose)) || (*expose)(self)) ? in construct()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Capabilities.java125 for (int expose : p.get(CONTROL_AE_AVAILABLE_MODES)) { in buildFlashModes()
126 if (expose == CONTROL_AE_MODE_ON_AUTO_FLASH_REDEYE) { in buildFlashModes()
DAndroidCamera2AgentImpl.java622 Camera2RequestSettingsSet expose = in handleMessage() local
624 expose.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, in handleMessage()
628 expose.createRequest(mCamera, CameraDevice.TEMPLATE_PREVIEW, in handleMessage()
/frameworks/base/docs/html/ndk/reference/
Dindex.jd6 expose a variety of features otherwise only accessible via the Android framework.
/frameworks/base/location/lib/
DREADME.txt10 ProviderRequest.java), but it must not expose them in any public method
/frameworks/base/media/lib/signer/
DREADME.txt12 expose them in any public method (or by extending them via inheritance). This would
/frameworks/base/media/lib/remotedisplay/
DREADME.txt10 expose them in any public method (or by extending them via inheritance). This would
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd112 <p>The example code above requires that you expose the rotation angle through your renderer by
115 Here is the code to declare the variable and expose the getter and setter pair:</p>
/frameworks/base/docs/html/guide/practices/app-design/
Dseamlessness.jd10 <li><a href="#expose">Don't Expose Raw Data</a></li>
54 used by other applications, you should expose it via a ContentProvider, rather
87 <h2 id="expose">Don't Expose Raw Data</h2>
90 data. While it's possible to expose certain kinds of application to the world
95 <p>The "Android Way" is to create a ContentProvider to expose your data to other
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd11 <li><a href="#expose">Don't Expose Raw Data</a></li>
55 used by other applications, you should expose it via a ContentProvider, rather
88 <h2 id="expose">Don't Expose Raw Data</h2>
91 data. While it's possible to expose certain kinds of application to the world
96 <p>The "Android Way" is to create a ContentProvider to expose your data to other
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd216 when the view is initialized. To provide dynamic behavior, expose a property getter and
251 <p>It's easy to forget to expose properties and events, especially when you're the only user
255 A good rule to follow is to always expose any property that affects the visible
/frameworks/base/docs/html/training/design-navigation/
Dscreen-planning.jd38 …o navigate to and interact with the data. The set of screens we actually expose should generally v…
Ddescendant-lateral.jd37 <p>One way of providing access to the full range of an application's screens is to expose hierarchi…
/frameworks/base/docs/html/guide/components/
Daidl.jd163 <li>Only methods are supported; you cannot expose static fields in AIDL.</li>
251 <p>Once you've implemented the interface for your service, you need to expose it to
252 clients so they can bind to it. To expose the interface
/frameworks/base/docs/html/tv/adt-1/
Dsafety.jd22 <li><p>Only use indoors and do not expose to rain, liquid, moisture, excessive heat, or
/frameworks/base/docs/html/about/versions/
Dandroid-1.6-highlights.jd79 <p>The search framework also provides developers a way to easily expose relevant
Dlollipop.jd164 <p>Apps can expose their media content and <strong>browse media</strong> from other apps, then requ…
178 expose detailed information about the camera's properties and capabilities and
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd68 <dd>A data-abstraction layer that you can use to safely expose your
185 {@link javax.microedition.khronos.opengles} packages expose
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd129 easier to add permissions later to expose new functionality than it is to take
391 <p>Also, make sure that you do not inadvertently expose user data to other
434 normally reserved for Android applications. If you use it, expose
543 actually want to expose functionality as IPC but you don’t want to rewrite
/frameworks/base/docs/html/design/patterns/
Dhelp.jd62 <p>In addition to help, you might want to expose other information, such as copyright info, credits…
Dwidgets.jd108 <p>In this simple example the user can horizontally resize a weather widget in 4 steps and expose r…
Dapp-structure.jd38 either show different representations of the same data or expose an altogether different functional
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd419 Subtypes allow the IME to expose multiple input modes and languages supported by an IME. A
432 also expose a combination of these.

12