/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 | 3884 int eid = Res_GETENTRY(resID); local [all...] |
/external/wpa_supplicant_8/src/common/ |
ieee802_11_defs.h | 822 u8 eid; /* 221 = 0xdd */ member in struct:wmm_tspec_element 1104 u8 eid; \/* WLAN_EID_WNMSLEEP *\/ member in struct:wnm_sleep_element [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |