/external/netperf/src/ |
nettest_sctp.h | 34 int non_blocking; /* run the test in non-blocking mode */ member in struct:sctp_stream_request_struct 48 int non_blocking; /* run the test in non-blocking mode */ member in struct:sctp_stream_response_struct 80 int non_blocking; /* run the test in non-blocking mode */ member in struct:sctp_rr_request_struct 93 int non_blocking; /* run the test in non-blocking mode */ member in struct:sctp_rr_response_struct
|
nettest_sdp.h | 39 int non_blocking; /* run the test in non-blocking mode */ member in struct:sdp_stream_request_struct 53 int non_blocking; /* run the test in non-blocking mode */ member in struct:sdp_stream_response_struct 85 int non_blocking; /* run the test in non-blocking mode */ member in struct:sdp_rr_request_struct 98 int non_blocking; /* run the test in non-blocking mode */ member in struct:sdp_rr_response_struct
|
nettest_sctp.c | 557 sctp_stream_request->non_blocking = non_block; [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/ |
socket_acceptor_service.hpp | 189 bool non_blocking(const implementation_type& impl) const function in class:asio::socket_acceptor_service 191 return service_impl_.non_blocking(impl); 195 asio::error_code non_blocking(implementation_type& impl, function in class:asio::socket_acceptor_service 198 return service_impl_.non_blocking(impl, mode, ec);
|
stream_socket_service.hpp | 224 bool non_blocking(const implementation_type& impl) const function in class:asio::stream_socket_service 226 return service_impl_.non_blocking(impl); 230 asio::error_code non_blocking(implementation_type& impl, function in class:asio::stream_socket_service 233 return service_impl_.non_blocking(impl, mode, ec);
|
basic_socket_acceptor.hpp | 741 bool non_blocking() const function in class:asio::basic_socket_acceptor 743 return this->get_service().non_blocking(this->get_implementation()); 759 void non_blocking(bool mode) function in class:asio::basic_socket_acceptor 762 this->get_service().non_blocking(this->get_implementation(), mode, ec); 763 asio::detail::throw_error(ec, "non_blocking"); 779 asio::error_code non_blocking( function in class:asio::basic_socket_acceptor 782 return this->get_service().non_blocking( 816 * @c false, but the current value of @c non_blocking() is @c true, this 839 * @c false, but the current value of @c non_blocking() is @c true, this [all...] |
basic_socket.hpp | 1017 bool non_blocking() const function in class:asio::basic_socket 1035 void non_blocking(bool mode) function in class:asio::basic_socket 1055 asio::error_code non_blocking( function in class:asio::basic_socket [all...] |
socket_base.hpp | 384 /// (Deprecated: Use non_blocking().) IO control command to
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
reactive_socket_service_base.ipp | 203 if ((impl.state_ & socket_ops::non_blocking) 234 if ((impl.state_ & socket_ops::non_blocking)
|
socket_ops.ipp | 258 state &= ~non_blocking; [all...] |
/hardware/qcom/audio/msm8909/hal/ |
audio_hw.h | 182 int non_blocking; member in struct:stream_out
|
audio_hw.c | [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactive_socket_service_base.hpp | 133 bool non_blocking(const base_implementation_type& impl) const function in class:asio::detail::reactive_socket_service_base 139 asio::error_code non_blocking(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
|
socket_ops.hpp | 38 non_blocking = user_set_non_blocking | internal_non_blocking, enumerator in enum:asio::detail::socket_ops::__anon21911
|
/device/google/dragon/audio/hal/ |
audio_hw.h | 238 int non_blocking; member in struct:stream_out
|
/hardware/qcom/audio/hal/ |
audio_hw.h | 168 int non_blocking; member in struct:stream_out
|
audio_hw.c | [all...] |
/device/htc/flounder/audio/hal/ |
audio_hw.h | 289 int non_blocking; member in struct:stream_out
|
audio_hw.c | [all...] |
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Structure/ |
PolicySubsystem-CommonTypes.xml | 89 <BitParameter Name="non_blocking" Size="1" Pos="5"/>
|
/external/curl/lib/vtls/ |
nss.c | [all...] |
/frameworks/av/services/audioflinger/ |
Threads.cpp | 579 {AUDIO_OUTPUT_FLAG_NON_BLOCKING, "NON_BLOCKING"}, [all...] |