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

  /external/libchrome/mojo/public/cpp/bindings/
interface_id.h 29 inline bool IsValidInterfaceId(InterfaceId id) {
  /external/libchrome/mojo/public/cpp/bindings/lib/
scoped_interface_endpoint_handle.cc 51 if (IsValidInterfaceId(id_)) {
98 if (!pending_association_ && !IsValidInterfaceId(id_))
144 return pending_association_ || IsValidInterfaceId(id_);
172 DCHECK(!IsValidInterfaceId(id_));
359 DCHECK(!IsValidInterfaceId(state_->id()) || state_->group_controller());
pipe_control_message_handler.cc 30 return !IsValidInterfaceId(message->interface_id());
message_header_validator.cc 93 if (!IsValidInterfaceId(ids[i]) || IsMasterInterfaceId(ids[i])) {
multiplex_router.cc 415 if (!IsValidInterfaceId(id))
436 if (!IsValidInterfaceId(id))
460 DCHECK(IsValidInterfaceId(id));
480 DCHECK(IsValidInterfaceId(id));
825 DCHECK(IsValidInterfaceId(id));
message.cc 414 if (IsValidInterfaceId(ids[i]) && !handle.is_valid()) {
  /external/libchrome/ipc/
ipc_mojo_bootstrap.cc 241 if (!mojo::IsValidInterfaceId(id))
272 if (!mojo::IsValidInterfaceId(id))
293 DCHECK(mojo::IsValidInterfaceId(id));
312 DCHECK(mojo::IsValidInterfaceId(id));
792 DCHECK(mojo::IsValidInterfaceId(id));
845 DCHECK(mojo::IsValidInterfaceId(id) && !mojo::IsMasterInterfaceId(id));
    [all...]

Completed in 238 milliseconds