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

  /external/tinyalsa/
mixer.c 94 struct snd_ctl_elem_id *eid = NULL; local
118 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
119 if (!eid)
125 elist.pids = eid;
131 ei->id.numid = eid[n].numid;
154 free(eid);
159 if (eid)
160 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 };
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 156 struct snd_ctl_elem_id *eid = NULL; local
182 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
183 if (!eid)
189 elist.pids = eid;
195 ei->id.numid = eid[n].numid;
218 free(eid);
222 if (eid)
223 free(eid);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3823 int eid = Res_GETENTRY(resID); local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 814 u8 eid; /* 221 = 0xdd */ member in struct:wmm_tspec_element
1074 u8 eid; \/* WLAN_EID_WNMSLEEP *\/ member in struct:wnm_sleep_element
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 89 milliseconds