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

  /external/tinyalsa/
mixer.c 95 struct snd_ctl_elem_id *eid = NULL; local
122 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
123 if (!eid)
129 elist.pids = eid;
135 ei->id.numid = eid[n].numid;
158 free(eid);
163 if (eid)
164 free(eid);
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 59 * Extracts the ID and calendar email from the eid parameter of a URI.
61 * The URI contains an "eid" parameter, which is comprised of an ID, followed
71 String eidParam = uri.getQueryParameter("eid");
72 if (debug) Log.d(TAG, "eid=" + eidParam );
78 if (debug) Log.d(TAG, "decoded eid=" + new String(decodedBytes) );
118 String eid = new String(decodedBytes, 0, spacePosn); local
120 if (debug) Log.d(TAG, "eid= " + eid );
127 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 4247 int eid = Res_GETENTRY(resID); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 650 ULONGLONG eid:8; member in struct:_PROCESSOR_LOCAL_ID::__anon49648
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 898 u8 eid; /* 221 = 0xdd */ member in struct:wmm_tspec_element
1221 u8 eid; \/* WLAN_EID_WNMSLEEP *\/ member in struct:wnm_sleep_element
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 258 milliseconds