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

  /external/libchrome/dbus/
message.h 58 MESSAGE_INVALID = DBUS_MESSAGE_TYPE_INVALID,
87 // Returns the type of the message. Returns MESSAGE_INVALID if
message.cc 71 return MESSAGE_INVALID;
78 case MESSAGE_INVALID:
79 return "MESSAGE_INVALID";

Completed in 2575 milliseconds