Searched refs:expose (Results 1 – 14 of 14) sorted by relevance
56 BoolHook expose = MPH_init_table[MPH].mExpose; in HandleAdd() local58 if ((NULL == expose) || (*expose)(thisItf)) { in HandleAdd()165 BoolHook expose = MPH_init_table[MPH].mExpose; in IDynamicInterfaceManagement_AddInterface() local166 if ((NULL == expose) || (*expose)(thisItf)) { in IDynamicInterfaceManagement_AddInterface()
114 BoolHook expose = mi->mExpose; in liCreateEngine() local115 if ((NULL == expose) || (*expose)((char *) thiz + x->mOffset)) { in liCreateEngine()
561 BoolHook expose; in construct() local562 state = (exposedMask & 1) && ((NULL == (expose = mi->mExpose)) || (*expose)(self)) ? in construct()
125 for (int expose : p.get(CONTROL_AE_AVAILABLE_MODES)) { in buildFlashModes()126 if (expose == CONTROL_AE_MODE_ON_AUTO_FLASH_REDEYE) { in buildFlashModes()
622 Camera2RequestSettingsSet expose = in handleMessage() local624 expose.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, in handleMessage()628 expose.createRequest(mCamera, CameraDevice.TEMPLATE_PREVIEW, in handleMessage()
10 expose them in any public method (or by extending them via inheritance). This would
10 ProviderRequest.java), but it must not expose them in any public method
19 expose them in any public method (or by extending them via inheritance). This would
21 expose them in any public method (or by extending them via inheritance). This would
51 …estamp. Each trace entry has common assertion checks. The trace subjects expose methods to filter …
39 // Declared in the .m file, expose for testing.
98 Layers must expose the following two functions described above:
257 recommend that you do NOT expose protocol buffer objects in your library's
166 expose the internals of the `ByteString` (i.e. `byte[]` or `ByteBuffer`)