Home
last modified time | relevance | path

Searched refs:DICT_INVALID_KEY (Results 1 – 1 of 1) sorted by relevance

/device/google/dragon/audio/hal/
Ddictionary.c30 #define DICT_INVALID_KEY ((char*)-1) macro
380 val = dictionary_get(d, cval, DICT_INVALID_KEY); in main()
381 if (val==DICT_INVALID_KEY) { in main()