Home
last modified time | relevance | path

Searched refs:QueueControlMessage (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/core/init/
H A Dinit.h43 bool QueueControlMessage(const std::string& message, const std::string& name, pid_t pid, int fd);
H A Dinit.cpp587 bool QueueControlMessage(const std::string& message, const std::string& name, pid_t pid, int fd) { in QueueControlMessage() function
H A Dproperty_service.cpp467 bool queue_success = QueueControlMessage(msg, name, pid, fd); in SendControlMessage()
/aosp_15_r20/external/webrtc/pc/
H A Dsctp_data_channel.cc690 void SctpDataChannel::QueueControlMessage( in QueueControlMessage() function in webrtc::SctpDataChannel
726 QueueControlMessage(buffer); in SendControlMessage()
H A Dsctp_data_channel.h257 void QueueControlMessage(const rtc::CopyOnWriteBuffer& buffer);