HomeSort by relevance Sort by last modified time
    Searched full:pmsg (Results 76 - 100 of 158) sorted by null

1 2 34 5 6 7

  /external/webrtc/talk/session/media/
channel.cc     [all...]
channel.h 293 void OnMessage(rtc::Message* pmsg) override;
420 virtual void OnMessage(rtc::Message* pmsg);
506 virtual void OnMessage(rtc::Message* pmsg);
623 virtual void OnMessage(rtc::Message* pmsg);
  /system/core/liblog/
pmsg_reader.c 44 .name = "pmsg",
118 return unlink("/sys/fs/pstore/pmsg-ramoops-0");
150 int i, fd = open("/sys/fs/pstore/pmsg-ramoops-0", O_RDONLY | O_CLOEXEC);
156 fd = open("/sys/fs/pstore/pmsg-ramoops-0", O_RDONLY | O_CLOEXEC);
445 * pmsg FIFO but retaining the newest data for last with best
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 386 void VirtualSocket::OnMessage(Message* pmsg) {
387 if (pmsg->message_id == MSG_ID_PACKET) {
389 ASSERT(NULL != pmsg->pdata);
390 Packet* packet = static_cast<Packet*>(pmsg->pdata);
397 } else if (pmsg->message_id == MSG_ID_CONNECT) {
398 ASSERT(NULL != pmsg->pdata);
399 MessageAddress* data = static_cast<MessageAddress*>(pmsg->pdata);
412 } else if (pmsg->message_id == MSG_ID_DISCONNECT) {
422 } else if (pmsg->message_id == MSG_ID_ADDRESS_BOUND) {
    [all...]
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 121 static int socket_process_cmsg(JNIEnv *env, jobject thisJ, struct msghdr * pMsg)
125 for (cmsgptr = CMSG_FIRSTHDR(pMsg);
126 cmsgptr != NULL; cmsgptr = CMSG_NXTHDR(pMsg, cmsgptr)) {
  /bootable/recovery/
rotate_logs.cpp 29 #include <private/android_logger.h> /* private pmsg functions */
README.md 38 some contents to pmsg.
41 contents of pmsg buffer into /data/misc/recovery/inject.txt. Test will pass if
  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 153 int pMsg(lvl_t level, const child_args_t * args, char *Msg, ...)
462 pMsg(WARN, args,
469 pMsg(WARN, args,
486 pMsg(INFO, args,
timer.c 157 pMsg(msg_level, args,
  /external/webrtc/webrtc/p2p/base/
stunrequest.h 124 void OnMessage(rtc::Message* pmsg);
relayserver.h 119 void OnMessage(rtc::Message *pmsg);
217 void OnMessage(rtc::Message *pmsg);
relayserver.cc 531 void RelayServer::OnMessage(rtc::Message *pmsg) {
534 ASSERT(pmsg->message_id == kMessageAcceptConnection);
536 rtc::MessageData* data = pmsg->pdata;
731 void RelayServerBinding::OnMessage(rtc::Message *pmsg) {
732 if (pmsg->message_id == MSG_LIFETIME_TIMER) {
733 ASSERT(!pmsg->pdata);
tcpport.h 132 void OnMessage(rtc::Message* pmsg) override;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h     [all...]
shdeprecated.h 229 virtual HRESULT WINAPI OnTranslateAccelerator(MSG *pMsg,DWORD grfModifiers) = 0;
239 HRESULT (WINAPI *OnTranslateAccelerator)(IExpDispSupport *This,MSG *pMsg,DWORD grfModifiers);
251 #define IExpDispSupport_OnTranslateAccelerator(This,pMsg,grfModifiers) (This)->lpVtbl->OnTranslateAccelerator(This,pMsg,grfModifiers)
257 HRESULT WINAPI IExpDispSupport_OnTranslateAccelerator_Proxy(IExpDispSupport *This,MSG *pMsg,DWORD grfModifiers);
    [all...]
ocidl.h     [all...]
prsht.h 421 #define PropSheet_IsDialogMessage(hDlg,pMsg) (WINBOOL)SNDMSG(hDlg,PSM_ISDIALOGMESSAGE,0,(LPARAM)pMsg)
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 199 NULL /*pMsg*/,
211 msgEos /*pMsg*/,
324 dataCache + i*BUFFER_SIZE, BUFFER_SIZE, items /*pMsg*/,
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 105 &msgDiscontinuity /*pMsg*/,
155 NULL /*pMsg*/,
166 &msgEos /*pMsg*/,
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
threading.cpp 413 size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) {
414 threading::DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
unique_objects.cpp 519 int32_t msgCode, const char *pLayerPrefix, const char *pMsg) {
522 pMsg);
    [all...]
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.h 77 virtual BOOL PreTranslateMessage(MSG* pMsg);
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 152 FPDF_WIDESTRING pMsg);
  /external/python/cpython3/Lib/ctypes/
wintypes.py 185 LPMSG = PMSG = ctypes.POINTER(MSG)
  /external/webrtc/talk/media/devices/
yuvframescapturer.cc 70 virtual void OnMessage(rtc::Message* /*pmsg*/) {

Completed in 744 milliseconds

1 2 34 5 6 7