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

  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 121 public Runnable cancelCallback;
124 final Runnable successCallback, final Runnable cancelCallback) {
130 this.cancelCallback = cancelCallback;
141 eventLoader.mHandler.post(cancelCallback);
146 eventLoader.mHandler.post(cancelCallback);
230 long start, final Runnable successCallback, final Runnable cancelCallback) {
239 events, successCallback, cancelCallback);
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_jb_event_notifier.cpp 287 OSCL_EXPORT_REF void PVMFJBEventNotifier::CancelCallBack(const PVMFJBEventNotificationRequestInfo& aNotificationRequestInfo, uint32 aCallBkId)
289 PVMF_JB_LOGEVENTNOTIFIER((0, "PVMFJBEventNotifier::CancelCallBack In - Interface type[%d] Observer[0x%x] aCallBkId[%d]", aNotificationRequestInfo.GetMediaClockNotificationsInterfaceType(), aNotificationRequestInfo.GetObserver() , aCallBkId));
290 CancelCallBack(aNotificationRequestInfo.GetMediaClockNotificationsInterfaceType(), aNotificationRequestInfo.GetObserver(), aCallBkId);
293 void PVMFJBEventNotifier::CancelCallBack(CLOCK_NOTIFICATION_INTF_TYPE aType, PVMFJBEventNotifierObserver* aObserver, uint32& aCallBkId)
327 eventNotificationInterface->CancelCallback(aCallBkId, false);
381 CancelCallBack(aType, aObserver, ptr->iCallBackId);
pvmf_jb_firewall_pkts_impl.cpp 254 irEventNotifier.CancelCallBack(requestInfo, iCallBackId);
pvmf_jitter_buffer_impl.cpp     [all...]
pvmf_jb_jitterbuffermisc.cpp     [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_jb_event_notifier.h 149 OSCL_IMPORT_REF void CancelCallBack(const PVMFJBEventNotificationRequestInfo& aNotificationRequestInfo, uint32 aCallBkId);
173 void CancelCallBack(CLOCK_NOTIFICATION_INTF_TYPE aType, PVMFJBEventNotifierObserver* aObserver, uint32& aCallBkId);
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 519 ** Function: CancelCallback
533 virtual OSCL_IMPORT_REF PVMFStatus CancelCallback(
607 ** Function: CancelCallback
    [all...]
  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp     [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 157 Message cancelCallback) {
160 mCancelMessage = cancelCallback;
    [all...]
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node_inport.cpp     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java     [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_node.cpp     [all...]

Completed in 462 milliseconds