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

  /external/tinyalsa/
mixer.c 92 struct snd_ctl_elem_id *eid = NULL; local
116 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
117 if (!eid)
123 elist.pids = eid;
129 ei->id.numid = eid[n].numid;
152 free(eid);
157 if (eid)
158 free(eid);
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 61 * Extracts the ID and calendar email from the eid parameter of a URI.
63 * The URI contains an "eid" parameter, which is comprised of an ID, followed
73 String eidParam = uri.getQueryParameter("eid");
74 if (debug) Log.d(TAG, "eid=" + eidParam );
80 if (debug) Log.d(TAG, "decoded eid=" + new String(decodedBytes) );
120 String eid = new String(decodedBytes, 0, spacePosn); local
122 if (debug) Log.d(TAG, "eid= " + eid );
129 return new String[] { eid, email };
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3802 int eid = Res_GETENTRY(resID); local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 717 u8 eid; /* 221 = 0xdd */ member in struct:wmm_tspec_element

Completed in 172 milliseconds