HomeSort by relevance Sort by last modified time
    Searched defs:SendMessage (Results 1 - 20 of 20) sorted by null

  /external/libmojo/mojo/edk/system/ports/
node.h 24 #undef SendMessage // Gah, windows
123 int SendMessage(const PortRef& port_ref, ScopedMessage message);
node.cc 309 int Node::SendMessage(const PortRef& port_ref, ScopedMessage message) {
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 194 SendMessage(writer.write(jmessage));
530 SendMessage(writer.write(jmessage));
537 void Conductor::SendMessage(const std::string& json_object) {
  /system/bt/profile/avrcp/
connection_handler.cc 224 auto&& callback = base::Bind(&ConnectionHandler::SendMessage,
288 auto&& callback = base::Bind(&ConnectionHandler::SendMessage,
482 void ConnectionHandler::SendMessage(
494 DLOG(INFO) << "SendMessage to handle=" << loghex(handle);
  /system/core/init/
subcontext.cpp 74 Result<Success> SendMessage(int socket, const T& message) {
203 if (auto result = SendMessage(init_fd_, reply); !result) {
276 if (auto result = SendMessage(socket_, subcontext_command); !result) {
  /system/extras/simpleperf/
UnixSocket.h 166 bool SendMessage(const UnixSocketMessage& message, bool undelayed) {
180 // in SendMessage(), and it will be closed after sending existing messages
  /external/adhd/cras/src/tests/
dbus_test.cc 145 SendMessage(conn_, message);
315 void DBusMatch::SendMessage(DBusConnection *conn, DBusMessage *message) {
359 SendMessage(conn, reply);
  /system/bt/profile/avrcp/tests/
avrcp_device_test.cc 78 void SendMessage(uint8_t label, std::shared_ptr<Packet> message) {
132 SendMessage(1, pkt);
174 SendMessage(1, pkt);
216 SendMessage(1, pkt);
259 SendMessage(1, pkt);
293 SendMessage(1, request);
320 SendMessage(2, TestAvrcpPacket::Make(get_element_attributes_request_partial));
334 SendMessage(3, TestAvrcpPacket::Make(get_element_attributes_request_full));
724 SendMessage(1, request);
752 SendMessage(1, response)
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
chatroommoduleimpl.cc 58 virtual XmppReturnStatus SendMessage(const XmlElement& message);
366 XmppChatroomModuleImpl::SendMessage(const XmlElement& message) {
  /external/libmojo/mojo/edk/system/
node_controller.cc 287 int NodeController::SendMessage(const ports::PortRef& port,
290 int rv = node_->SendMessage(port, std::move(ports_message));
836 // (synchronously) in response to Node's ClosePort, SendMessage, or
852 // message is done (i.e. SendMessage, ClosePort, etc). However, it's also
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1132 WinNtSendMessage SendMessage;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1147 WinNtSendMessage SendMessage;
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtccore.h     [all...]
winuser.h     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/
aws-java-sdk-sqs-1.11.18.jar 

Completed in 1546 milliseconds