/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
H A D | Ping.java | 32 void send() { in send() method in Ping
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | IResultReceiver.cpp | 36 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 D | mod.rs | 612 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 D | mod.rs | 612 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 D | mod.rs | 612 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 D | mod.rs | 612 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 D | mod.rs | 612 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 D | tube.rs | 175 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 D | host_link_base.h | 60 bool send(uint8_t *data, size_t dataLen) { in send() function
|
/aosp_15_r20/system/server_configurable_flags/aconfigd/srcs/ |
H A D | AconfigdClientSocketImpl.java | 64 public InputStream send(byte[] requests) { in send() method in AconfigdClientSocketImpl
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/ |
D | FileContent.java | 95 public boolean send(ChannelIO cio) throws IOException { in send() method in FileContent
|
D | RequestHandler.java | 187 private boolean send() throws IOException { in send() method in RequestHandler
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/ |
D | FileContent.java | 95 public boolean send(ChannelIO cio) throws IOException { in send() method in FileContent
|
D | RequestHandler.java | 187 private boolean send() throws IOException { in send() method in RequestHandler
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | HwcAsyncWorker.cpp | 46 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 D | ChreChannelOutput.java | 55 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/ |
D | BlockingResultReceiver.java | 51 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 D | JsonRpcServer.java | 57 private void send(PrintWriter writer, Object result) { in send() method in JsonRpcServer
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/examples/ |
D | server.rs | 59 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 D | CVE_2021_0521.java | 77 Parcel send = Parcel.obtain(); in testPocCVE_2021_0521() local
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
H A D | RemoteJITUtils.h | 68 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 D | MidiFramerTest.java | 67 void send(byte[] data) throws IOException { in send() method in MidiFramerTest.FramerChecker
|
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | audio_stream.h | 87 SendAudioStream* send() { return &send_stream_; } in send() function
|
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/ |
H A D | SavedDatasetsInfoCallbackImpl.java | 84 private void send(int resultCode, Bundle bundle) { in send() method in SavedDatasetsInfoCallbackImpl
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-10229/ |
H A D | poc.c | 90 pid_t send, recv; in main() local
|