HomeSort by relevance Sort by last modified time
    Searched full:deinit (Results 26 - 50 of 151) sorted by null

12 3 4 5 6 7

  /frameworks/rs/
rsContext.cpp 462 mStateRaster.deinit(this);
463 mStateVertex.deinit(this);
464 mStateFragment.deinit(this);
465 mStateFragmentStore.deinit(this);
466 mStateFont.deinit(this);
467 mStateSampler.deinit(this);
468 mFBOCache.deinit(this);
rsProgramRaster.cpp 73 void ProgramRasterState::deinit(Context *rsc) { function in class:ProgramRasterState
rsProgramStore.cpp 137 void ProgramStoreState::deinit(Context *rsc) { function in class:ProgramStoreState
rsFont.h 145 void deinit(Context *rsc);
rsProgramFragment.cpp 125 void ProgramFragmentState::deinit(Context *rsc) { function in class:ProgramFragmentState
  /external/oprofile/module/x86/
op_rtc.c 185 deinit: rtc_deinit,
  /external/wpa_supplicant_8/src/eap_peer/
eap_gtc.c 138 eap->deinit = eap_gtc_deinit;
eap_vendor_test.c 180 eap->deinit = eap_vendor_test_deinit;
eap_tls.c 338 eap->deinit = eap_tls_deinit;
369 eap->deinit = eap_tls_deinit;
eap_i.h 92 * deinit - Deinitialize an EAP method
98 void (*deinit)(struct eap_sm *sm, void *priv); member in struct:eap_method
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java 93 mEngine.deinit();
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 129 DOMX_ERROR("Proxy common deinit returned error = %x",eError);
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 32 static void deinit(void *a) function
396 &deinit,
ltm_desc.c 61 static void deinit(void *a) function
402 &deinit,
  /external/libnfc-nxp/src/
phLibNfc_discovery.c 240 /* Check for DeInit call*/
330 /* Check DeInit call is called, if yes call pending
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 321 static void deinit(struct wpa *wpa) function
366 deinit(&wpa);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 48 if (iface->driver->deinit)
49 iface->driver->deinit(iface->drv_priv);
87 if (iface->driver->deinit)
88 iface->driver->deinit(iface->drv_priv);
536 if (iface->drv_priv && iface->driver->deinit)
537 iface->driver->deinit(iface->drv_priv);
driver_i.h 29 if (wpa_s->driver->deinit)
30 wpa_s->driver->deinit(wpa_s->drv_priv);
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 171 /* deinit only if we are done taking requested number of snapshots */
173 LOGE(" About to issue deinit callback");
174 /* If it's ZSL Mode, we don't deinit now. We'll stop the polling thread and
175 deinit the channel/buffers only when we change the mode from zsl to
675 /* deinit buffers only if we have already allocated */
840 /* Deinit only if we have already initialized*/
873 LOGD("%s: Already deinit'd!", __func__);
878 /* deinit buffer */
902 /* deinit jpeg buffer if allocated */
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 192 /* deinit only if we are done taking requested number of snapshots */
194 ALOGV(" About to issue deinit callback");
195 /* If it's ZSL Mode, we don't deinit now. We'll stop the polling thread and
196 deinit the channel/buffers only when we change the mode from zsl to
745 /* deinit buffers only if we have already allocated */
909 /* Deinit only if we have already initialized*/
942 ALOGV("%s: Already deinit'd!", __func__);
947 /* deinit buffer */
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h 45 // Static methods to initialize and deinit the SSL library are in
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 29 /* ---- init/deinit functions ---- */
44 /** deinit
48 void (*deinit)(void *a); member in struct:__anon7178
446 #define mp_clear(a) ltc_mp.deinit(a)
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c 361 /* TODO: is any deinit needed? */
  /hardware/samsung_slsi/exynos5/libcsc/
csc.h 134 * Deinit CSC handle
  /external/oprofile/module/ia64/
op_pmu.c 632 deinit: pmu_deinit,
652 deinit: NULL,

Completed in 3443 milliseconds

12 3 4 5 6 7