HomeSort by relevance Sort by last modified time
    Searched defs:NotifyData (Results 1 - 3 of 3) sorted by null

  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
StackListener.java 194 NotifyData notifyData = (NotifyData) msg.obj;
195 if(mPresenceSubscriber == null || notifyData == null){
197 " notifyData=" + notifyData);
201 mPresenceSubscriber.updatePresence(notifyData.getUri(),
202 notifyData.getTupleInfo());
226 public class NotifyData{
230 NotifyData(){
    [all...]
  /external/pdfium/core/fxcrt/xml/
cfx_saxreader.cpp 361 NotifyData();
625 NotifyData();
640 void CFX_SAXReader::NotifyData() {
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
IpIoLib.h 205 @param[in] NotifyData The Context data specified when calling IpIoSend()
214 IN VOID *NotifyData
290 VOID *NotifyData;
411 @param[in] NotifyData The optional notify data.
428 IN VOID *NotifyData OPTIONAL,

Completed in 180 milliseconds