OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lognames
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/common/libmix/mix_audio/src/
mixaudio.c
263
static const gchar*
lognames
[] = {"error", "critical", "warning", "message", "log", "debug"};
local
272
if ((index<0) || (index >= (sizeof(
lognames
)/sizeof(
lognames
[0])))) return;
278
lognames
[index],
[
all
...]
Completed in 164 milliseconds