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

  /external/tinyalsa/
mixer.c 96 struct snd_ctl_elem_id *eid = NULL; local
123 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
124 if (!eid)
130 elist.pids = eid;
136 ei->id.numid = eid[n].numid;
159 free(eid);
164 if (eid)
165 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/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 45 int eid = data.get() & Constants.BYTE_MASK; local
48 if (elementLength > data.remaining() || (eid == InformationElement.EID_SSID
55 if (eid == InformationElement.EID_SSID) {
60 ie.id = eid;
561 * Parser for the Traffic Indication Map (TIM) Information Element (EID 5). This element will
  /frameworks/base/tools/aapt/
ResourceTable.cpp 4366 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::__anon41957
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 972 u8 eid; /* 221 = 0xdd * member in struct:wmm_tspec_element
1418 u8 eid; \/* WLAN_EID_WNMSLEEP *\/ member in struct:wnm_sleep_element
1448 u8 eid; member in struct:tpc_report
1477 u8 eid; \/* WLAN_EID_MULTI_BAND *\/ member in struct:multi_band_ie
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 455 milliseconds