OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmperr
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c
245
int
tmperr
;
local
466
tmperr
= pthread_create(&phandle->g_tidMessageThread,
471
if (
tmperr
|| !phandle->g_tidMessageThread)
473
OMX_ERROR4 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "Thread creation failed: 0x%x",
tmperr
);
548
int
tmperr
;
local
[
all
...]
/external/bluetooth/glib/glib/
giochannel.c
390
GError *
tmperr
= NULL;
local
407
result = g_io_channel_flush (channel, &
tmperr
);
433
g_clear_error (&
tmperr
);
438
g_propagate_error (err,
tmperr
);
[
all
...]
Completed in 46 milliseconds