Searched refs:drmTable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libdrm/mobile1/src/jni/
H A Ddrm1_jni.c88 static DrmData *drmTable = NULL; variable
135 if (NULL == drmTable) {
136 drmTable = d;
140 d->next = drmTable;
141 drmTable = d;
159 if (NULL == drmTable)
162 for (d = drmTable; d != NULL; d = d->next) {
182 if (NULL == drmTable)
186 for (curItem = drmTable; curItem != NULL; curItem = curItem->next) {
188 if (curItem == drmTable)
[all...]

Completed in 216 milliseconds