Home
last modified time | relevance | path

Searched defs:send (Results 201 – 225 of 1960) sorted by relevance

12345678910>>...79

/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DPing.java32 void send() { in send() method in Ping
/aosp_15_r20/frameworks/native/libs/binder/
H A DIResultReceiver.cpp36 virtual void send(int32_t resultCode) { in send() function in android::BpResultReceiver
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dmod.rs612 pub fn send(&self, t: T) -> Result<(), SendError<T>> { in send() method
678 pub fn send(&self, t: T) -> Result<(), SendError<T>> { in send() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dmod.rs612 pub fn send(&self, t: T) -> Result<(), SendError<T>> { in send() method
678 pub fn send(&self, t: T) -> Result<(), SendError<T>> { in send() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dmod.rs612 pub fn send(&self, t: T) -> Result<(), SendError<T>> { in send() method
678 pub fn send(&self, t: T) -> Result<(), SendError<T>> { in send() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dmod.rs612 pub fn send(&self, t: T) -> Result<(), SendError<T>> { in send() method
678 pub fn send(&self, t: T) -> Result<(), SendError<T>> { in send() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dmod.rs612 pub fn send(&self, t: T) -> Result<(), SendError<T>> { in send() method
678 pub fn send(&self, t: T) -> Result<(), SendError<T>> { in send() method
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dtube.rs175 pub fn send<T: Serialize>(&self, msg: &T) -> Result<()> { in send() method
499 pub fn send<T: Serialize>(&self, msg: &T) -> Result<()> { in send() method
/aosp_15_r20/system/chre/platform/exynos/include/chre/target_platform/
H A Dhost_link_base.h60 bool send(uint8_t *data, size_t dataLen) { in send() function
/aosp_15_r20/system/server_configurable_flags/aconfigd/srcs/
H A DAconfigdClientSocketImpl.java64 public InputStream send(byte[] requests) { in send() method in AconfigdClientSocketImpl
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
DFileContent.java95 public boolean send(ChannelIO cio) throws IOException { in send() method in FileContent
DRequestHandler.java187 private boolean send() throws IOException { in send() method in RequestHandler
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
DFileContent.java95 public boolean send(ChannelIO cio) throws IOException { in send() method in FileContent
DRequestHandler.java187 private boolean send() throws IOException { in send() method in RequestHandler
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DHwcAsyncWorker.cpp46 std::future<bool> HwcAsyncWorker::send(std::function<bool()> task) { in send() function in android::compositionengine::impl::HwcAsyncWorker
/aosp_15_r20/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/
H A DChreChannelOutput.java55 public void send(byte[] packet) throws ChannelOutputException { in send() method in ChreChannelOutput
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/test/util/
DBlockingResultReceiver.java51 public void send(int resultCode, Bundle resultData) { in send() method in BlockingResultReceiver
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonRpcServer.java57 private void send(PrintWriter writer, Object result) { in send() method in JsonRpcServer
/aosp_15_r20/external/rust/android-crates-io/crates/h2/examples/
Dserver.rs59 let mut send = respond.send_response(response, false)?; in handle_request() localVariable
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DCVE_2021_0521.java77 Parcel send = Parcel.obtain(); in testPocCVE_2021_0521() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DRemoteJITUtils.h68 llvm::Error send() override { return llvm::Error::success(); } in send() function
/aosp_15_r20/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
H A DMidiFramerTest.java67 void send(byte[] data) throws IOException { in send() method in MidiFramerTest.FramerChecker
/aosp_15_r20/external/webrtc/test/scenario/
H A Daudio_stream.h87 SendAudioStream* send() { return &send_stream_; } in send() function
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/
H A DSavedDatasetsInfoCallbackImpl.java84 private void send(int resultCode, Bundle bundle) { in send() method in SavedDatasetsInfoCallbackImpl
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-10229/
H A Dpoc.c90 pid_t send, recv; in main() local

12345678910>>...79