HomeSort by relevance Sort by last modified time
    Searched full:notificationqueue (Results 1 - 8 of 8) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
NotificationQueue.cpp 32 #include "NotificationQueue.h"
38 NotificationQueue::NotificationQueue(
50 void NotificationQueue::putNotification(
65 notification_t *NotificationQueue::getNotification(
NotificationQueue.h 41 class NotificationQueue
54 NotificationQueue(
Android.mk 23 $(DEVICE_PATH)/NotificationQueue.cpp \
TrustletSession.h 34 #include "NotificationQueue.h"
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 55 #include "NotificationQueue.h"
80 NotificationQueue *nq; /**< Pointer to the notification queue within the MCI buffer */
  /external/webkit/Source/WebCore/storage/
DatabaseTracker.cpp     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 522 final List<RemovalNotification<String, Number>> notificationQueue = Lists.newArrayList();
526 notificationQueue.add(notification);
547 RemovalNotification<String, Number> notification = Iterables.getOnlyElement(notificationQueue);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.cpp 48 #include "NotificationQueue.h"
174 nq = new NotificationQueue(nqStartIn, nqStartOut, NQ_NUM_ELEMS);

Completed in 365 milliseconds