OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ehandle
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/proxy/
EffectProxy.cpp
73
pContext->
eHandle
[SUB_FX_HOST] = pContext->
eHandle
[SUB_FX_OFFLOAD] = NULL;
134
if (pContext->
eHandle
[SUB_FX_HOST])
135
EffectRelease(pContext->
eHandle
[SUB_FX_HOST]);
136
if (pContext->
eHandle
[SUB_FX_OFFLOAD])
137
EffectRelease(pContext->
eHandle
[SUB_FX_OFFLOAD]);
167
ret = (*pContext->
eHandle
[index])->process(pContext->
eHandle
[index],
188
if (pContext->
eHandle
[SUB_FX_HOST] == NULL) {
192
&(pContext->
eHandle
[SUB_FX_HOST]))
[
all
...]
EffectProxy.h
66
effect_handle_t
eHandle
[SUB_FX_COUNT]; // The effect handles of the sub effects
/external/e2fsprogs/e2fsck/
pass1.c
1826
ext2_extent_handle_t
ehandle
;
local
[
all
...]
Completed in 908 milliseconds