Home
last modified time | relevance | path

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

123

/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.c561 BoolHook expose; in construct() local
562 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/media/lib/tvremote/
DREADME.txt10 expose them in any public method (or by extending them via inheritance). This would
/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/topics/resources/
Dicu4j-framework.jd59 expose ICU4J APIs for various reasons; for example, Android does not expose
/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.jd215 when the view is initialized. To provide dynamic behavior, expose a property getter and
250 <p>It's easy to forget to expose properties and events, especially when you're the only user
254 A good rule to follow is to always expose any property that affects the visible
/frameworks/base/docs/html/guide/platform/
Dindex.jd76 hardware abstraction layer (HAL)</a> provides standard interfaces that expose
140 The Android platform provides Java framework APIs to expose the functionality
/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…
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc11 …river. The loader also supports enumerating and loading layers which can expose additional extensi…
36 …hat implements a heap for device memory. These layers will almost always expose extensions. Develo…
/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.jd23 <li><p>Only use indoors and do not expose to rain, liquid, moisture, excessive heat, or
/frameworks/base/docs/html/topic/libraries/support-library/
Dindex.jd113 version of Android, and the framework doesn't expose the needed
/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.jd134 easier to add permissions later to expose new functionality than it is to take
395 avoid transmitting user data. Also, make sure that you do not inadvertently expose user
443 normally reserved for Android applications. If you use it, expose
552 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…

123