HomeSort by relevance Sort by last modified time
    Searched refs:LogEvent (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/multiprocess/
ErrorLoggingService.java 77 private final ArrayList<LogEvent> mLog = new ArrayList<>();
110 ArrayList<LogEvent> mErrorLog;
113 MainHandler(ArrayList<LogEvent> log, ArrayList<Pair<Integer, Messenger>> waiters) {
124 for (LogEvent i : mErrorLog) {
129 mErrorLog.toArray(new LogEvent[mErrorLog.size()]));
169 b.setClassLoader(LogEvent.class.getClassLoader());
170 LogEvent error = b.getParcelable(LOG_EVENT);
186 public static class LogEvent implements Parcelable {
210 public static final Parcelable.Creator<LogEvent> CREATOR
211 = new Parcelable.Creator<LogEvent>() {
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/multiprocess/camera/cts/
CameraEvictionTest.java 180 List<ErrorLoggingService.LogEvent> events = null;
225 List<ErrorLoggingService.LogEvent> eventList2 = null;
281 List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT,
286 ArrayList<ErrorLoggingService.LogEvent> events = new ArrayList<>();
287 for (ErrorLoggingService.LogEvent e : allEvents) {
300 for (ErrorLoggingService.LogEvent e : events) {
331 List<ErrorLoggingService.LogEvent> eventList2 = null;
431 public static void assertOnly(int event, List<ErrorLoggingService.LogEvent> events) {
433 for (ErrorLoggingService.LogEvent e : events) {
449 public static void assertNone(String msg, List<ErrorLoggingService.LogEvent> events)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtutils.h 76 #define LogEvent __MINGW_NAME_AW(LogEvent)
resapi.h 136 typedef DWORD (_stdcall *PSTARTUP_ROUTINE)(LPCWSTR ResourceType,DWORD MinVersionSupported,DWORD MaxVersionSupported,PSET_RESOURCE_STATUS_ROUTINE SetResourceStatus,PLOG_EVENT_ROUTINE LogEvent,PCLRES_FUNCTION_TABLE *FunctionTable);

Completed in 655 milliseconds