Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dcvei.h325 (uint32 aId, uint32 aEvent, uint32 aParam1 = 0) = 0;
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java1053 NoteOpEvent aEvent = a.get(keyOfEventToAdd); in add() local
1055 if (aEvent == null || bEvent.getNoteTime() > aEvent.getNoteTime()) { in add()