Home
last modified time | relevance | path

Searched refs:SERVER_ONLY (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/server/
Dserver_stream.c65 stream_config->flags = SERVER_ONLY; in server_stream_create()
Dcras_rstream.h269 return s->flags & SERVER_ONLY; in stream_is_server_only()
/external/adhd/cras/src/common/
Dcras_types.h80 SERVER_ONLY = 0x08, enumerator
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServerImplTest.java124 private static final Context.Key<String> SERVER_ONLY = Context.key("serverOnly"); field in ServerImplTest
127 Context.ROOT.withValue(SERVER_ONLY, "yes").withCancellation();
862 assertEquals("yes", SERVER_ONLY.get(initial)); in testCallContextIsBoundInListenerCallbacks()