Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.cpp56 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.cpp114 BoolHook expose = mi->mExpose; in liCreateEngine() local
115 if ((NULL == expose) || (*expose)((char *) thiz + x->mOffset)) { in liCreateEngine()
Dsles.cpp561 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/remotedisplay/
DREADME.txt19 expose them in any public method (or by extending them via inheritance). This would
/frameworks/base/media/lib/signer/
DREADME.txt21 expose them in any public method (or by extending them via inheritance). This would
/frameworks/base/tests/FlickerTests/
DREADME.md51 …estamp. Each trace entry has common assertion checks. The trace subjects expose methods to filter …
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBCodedOuputStreamTests.m39 // Declared in the .m file, expose for testing.
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md98 Layers must expose the following two functions described above:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md257 recommend that you do NOT expose protocol buffer objects in your library's
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt166 expose the internals of the `ByteString` (i.e. `byte[]` or `ByteBuffer`)