Home
last modified time | relevance | path

Searched defs:send (Results 1 – 20 of 20) sorted by relevance

/system/netd/server/
DNFLogListener.cpp63 Status cfgCmdPfUnbind(const SendFn& send) { in cfgCmdPfUnbind()
84 Status cfgMode(const SendFn& send, uint16_t nfLogGroup, uint32_t range, uint8_t mode) { in cfgMode()
105 Status cfgCmdBind(const SendFn& send, uint16_t nfLogGroup) { in cfgCmdBind()
125 Status cfgCmdUnbind(const SendFn& send, uint16_t nfLogGroup) { in cfgCmdUnbind()
/system/chre/platform/exynos/include/chre/target_platform/
Dhost_link_base.h60 bool send(uint8_t *data, size_t dataLen) { in send() function
/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/
DChreChannelOutput.java56 public void send(byte[] packet) throws ChannelOutputException { in send() method in ChreChannelOutput
/system/netd/client/
DFwmarkClient.cpp71 int FwmarkClient::send(FwmarkCommand* data, int fd, FwmarkConnectInfo* connectInfo) { in send() function in FwmarkClient
/system/core/trusty/libtrusty-rs/src/
Dlib.rs116 pub fn send(&mut self, buf: &[u8]) -> Result<()> { in send() method
/system/core/init/
Dkeychords_test.cpp118 bool EventHandler::send(struct input_event& e) { in send() function in android::init::__anon252cc8af0111::EventHandler
123 bool EventHandler::send(uint16_t type, uint16_t code, uint16_t value) { in send() function in android::init::__anon252cc8af0111::EventHandler
128 bool EventHandler::send(uint16_t code, bool value) { in send() function in android::init::__anon252cc8af0111::EventHandler
/system/chre/chpp/include/chpp/
Dlink.h119 enum ChppLinkErrorCode (*send)(void *linkContext, size_t len); member
/system/memory/libmemunreachable/tests/
DBinder_test.cpp146 Parcel send; in TEST_F() local
/system/chre/chpp/platform/linux/
Dlink.c143 static enum ChppLinkErrorCode send(void *linkContext, size_t len) { in send() function
/system/libhwbinder/vts/performance/
DPerfTest.h50 int send(const T& v) { in send() function
DBenchmark_throughput.cpp80 template<typename T> void send(const T& v) { in send() function in Pipe
/system/security/keystore2/test_utils/
Drun_as.rs95 pub fn send(&mut self, value: &T) { in send() method
188 pub fn send(&mut self, data: &M) { in send() method
/system/chre/chpp/test/
Dfake_link_sync_test.cpp50 static enum ChppLinkErrorCode send(void *linkContext, size_t len) { in send() function
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp130 Parcel send, reply; in BM_addInts() local
/system/extras/alloc-stress/
Dalloc-stress.cpp87 void send(const T& v) { in send() function in Pipe
/system/libbase/
Dcmsg_test.cpp57 unique_fd send; member
/system/nfc/src/rust/nci/
Dnci.rs100 pub async fn send(&mut self, cmd: CommandPacket) -> Result<ResponsePacket> { in send() method
/system/tools/aidl/analyzer/
DanalyzerMain.cpp185 android::Parcel send, reply; in replayFile() local
/system/security/keystore2/src/
Drkpd_client.rs58 fn send(&self, value: T) { in send() method
/system/chre/platform/tinysys/
Dhost_link.cc499 bool HostLinkBase::send(uint8_t *data, size_t dataLen) { in send() function in chre::HostLinkBase