Searched refs:snippetEvent (Results 1 – 3 of 3) sorted by relevance
80 public void postEvent(SnippetEvent snippetEvent) { in postEvent() argument81 String qId = getQueueId(snippetEvent.getCallbackId(), snippetEvent.getName()); in postEvent()84 while (!q.offer(snippetEvent)) { in postEvent()
74 for (SnippetEvent snippetEvent : buffer) { in eventGetAll()75 results.add(snippetEvent.toJson()); in eventGetAll()
357 SnippetEvent snippetEvent = new SnippetEvent(mCallBackId, "discoveryResult"); in onPublishStarted() local358 snippetEvent.getData().putString("callbackName", "onPublishStarted"); in onPublishStarted()359 snippetEvent.getData().putBoolean("isSessionInitialized", session != null); in onPublishStarted()360 EventCache.getInstance().postEvent(snippetEvent); in onPublishStarted()366 SnippetEvent snippetEvent = new SnippetEvent(mCallBackId, "discoveryResult"); in onSubscribeStarted() local367 snippetEvent.getData().putString("callbackName", "onSubscribeStarted"); in onSubscribeStarted()368 snippetEvent.getData().putBoolean("isSessionInitialized", session != null); in onSubscribeStarted()369 EventCache.getInstance().postEvent(snippetEvent); in onSubscribeStarted()