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

  /external/libmojo/mojo/public/cpp/bindings/
interface_id.h 29 inline bool IsValidInterfaceId(InterfaceId id) {
  /external/libmojo/mojo/public/cpp/bindings/lib/
scoped_interface_endpoint_handle.cc 50 if (IsValidInterfaceId(id_)) {
97 if (!pending_association_ && !IsValidInterfaceId(id_))
143 return pending_association_ || IsValidInterfaceId(id_);
171 DCHECK(!IsValidInterfaceId(id_));
358 DCHECK(!IsValidInterfaceId(state_->id()) || state_->group_controller());
pipe_control_message_handler.cc 31 return !IsValidInterfaceId(message->interface_id());
message_header_validator.cc 92 if (!IsValidInterfaceId(ids[i]) || IsMasterInterfaceId(ids[i])) {
multiplex_router.cc 467 if (!IsValidInterfaceId(id))
495 if (!IsValidInterfaceId(id))
519 DCHECK(IsValidInterfaceId(id));
539 DCHECK(IsValidInterfaceId(id));
863 DCHECK(IsValidInterfaceId(id));
message.cc 203 if (IsValidInterfaceId(ids[i]) && !handle.is_valid()) {

Completed in 240 milliseconds