Home
last modified time | relevance | path

Searched refs:wait_for_connection (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dwait_for_connection_test.py57 await call.wait_for_connection()
71 await call.wait_for_connection()
87 await call.wait_for_connection()
107 await call.wait_for_connection()
128 await call.wait_for_connection()
136 await call.wait_for_connection()
144 await call.wait_for_connection()
152 await call.wait_for_connection()
Dclient_unary_stream_interceptor_test.py87 await call.wait_for_connection()
157 await call.wait_for_connection()
Dclient_stream_stream_interceptor_test.py89 await call.wait_for_connection()
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtobject.c368 srtobject->wait_for_connection = GST_SRT_DEFAULT_WAIT_FOR_CONNECTION; in gst_srt_object_new()
432 srtobject->wait_for_connection = g_value_get_boolean (value); in gst_srt_object_set_property_helper()
535 g_value_set_boolean (value, srtobject->wait_for_connection); in gst_srt_object_get_property_helper()
1740 gboolean wait_for_connection; in gst_srt_object_write_one() local
1743 wait_for_connection = srtobject->wait_for_connection; in gst_srt_object_write_one()
1771 if (!wait_for_connection && in gst_srt_object_write_one()
1827 gboolean wait_for_connection; in gst_srt_object_write() local
1836 wait_for_connection = srtobject->wait_for_connection; in gst_srt_object_write()
1840 if (wait_for_connection) { in gst_srt_object_write()
Dgstsrtobject.h71 gboolean wait_for_connection; member
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsink.c358 self->wait_for_connection = DEFAULT_WAIT_FOR_CONNECTION; in gst_shm_sink_init()
500 self->wait_for_connection = g_value_get_boolean (value); in gst_shm_sink_set_property()
534 g_value_set_boolean (value, self->wait_for_connection); in gst_shm_sink_get_property()
681 while (self->wait_for_connection && !self->clients) { in gst_shm_sink_render()
744 while (self->wait_for_connection && !self->clients) { in gst_shm_sink_render()
965 while (self->wait_for_connection && sp_writer_pending_writes (self->pipe) in gst_shm_sink_event()
Dgstshmsink.h62 gboolean wait_for_connection; member
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_interceptor.py424 async def wait_for_connection(self) -> None: member in InterceptedCall
426 return await call.wait_for_connection()
902 async def wait_for_connection(self) -> None: member in UnaryUnaryCallResponse
950 async def wait_for_connection(self) -> None: member in _StreamCallResponseIterator
951 return await self._call.wait_for_connection()
D_base_call.py121 async def wait_for_connection(self) -> None: member in Call
D_call.py461 async def wait_for_connection(self) -> None: member in _StreamRequestMixin
510 async def wait_for_connection(self) -> None: member in UnaryUnaryCall
551 async def wait_for_connection(self) -> None: member in UnaryStreamCall
/third_party/grpc/src/python/grpcio/grpc/aio/
D_interceptor.py423 async def wait_for_connection(self) -> None: member in InterceptedCall
425 return await call.wait_for_connection()
901 async def wait_for_connection(self) -> None: member in UnaryUnaryCallResponse
949 async def wait_for_connection(self) -> None: member in _StreamCallResponseIterator
950 return await self._call.wait_for_connection()
D_base_call.py121 async def wait_for_connection(self) -> None: member in Call
D_call.py460 async def wait_for_connection(self) -> None: member in _StreamRequestMixin
509 async def wait_for_connection(self) -> None: member in UnaryUnaryCall
550 async def wait_for_connection(self) -> None: member in UnaryStreamCall
/third_party/libsoup/
DChangeLog.pre-git170 * libsoup/soup-session-sync.c: (wait_for_connection):
609 * libsoup/soup-session-sync.c (wait_for_connection): don't leak
710 * libsoup/soup-session-sync.c (wait_for_connection): if the
3224 * libsoup/soup-session-sync.c (wait_for_connection): if