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

  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 806 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + local
808 if (nmsg == NULL) {
812 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
813 wpabuf_put_buf(nmsg, in_decrypted);
820 in_decrypted = nmsg;
    [all...]
  /external/toybox/generated/
globals.h 777 char *nmsg; member in struct:tcpsvd_data
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java 3870 Message nmsg = mHandler.obtainMessage(IDLE_TIMEOUT_MSG); local
    [all...]
ActivityManagerService.java 1785 Message nmsg = mHandler.obtainMessage(SERVICE_TIMEOUT_MSG); local
1849 Message nmsg = mHandler.obtainMessage(PROC_START_TIMEOUT_MSG); local
1946 Message nmsg = obtainMessage(CHECK_EXCESSIVE_WAKE_LOCKS_MSG); local
6838 Message nmsg = mHandler.obtainMessage(CHECK_EXCESSIVE_WAKE_LOCKS_MSG); local
11649 Message nmsg = mHandler.obtainMessage(CHECK_EXCESSIVE_WAKE_LOCKS_MSG); local
11684 Message nmsg = mHandler.obtainMessage(NOTIFY_TASK_STACK_CHANGE_LISTENERS_MSG); local
    [all...]

Completed in 364 milliseconds