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

/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp416 } AllocEntry; typedef in typeref:struct:android::__anon431
434 AllocEntry * entries = new AllocEntry[count];
438 AllocEntry *e = &entries[i];
456 AllocEntry *e1 = &entries[i];
457 AllocEntry *e2 = &entries[i+1];
470 AllocEntry t = entries[i];
479 AllocEntry *e = &entries[i];

Completed in 39 milliseconds