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

  /external/tinyalsa/
mixer.c 97 struct snd_ctl_elem_id *eid = NULL; local
124 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
125 if (!eid)
131 elist.pids = eid;
137 ei->id.numid = eid[n].numid;
160 free(eid);
165 if (eid)
166 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 };
  /external/mesa3d/src/loader/
loader_dri3_helper.h 155 xcb_present_event_t eid; member in struct:loader_dri3_drawable
  /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);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri3.c 71 xcb_present_event_t eid; member in struct:vl_dri3_screen
422 cookie = xcb_present_select_input_checked(scrn->conn, scrn->eid,
429 scrn->eid = xcb_generate_id(scrn->conn);
431 xcb_present_select_input_checked(scrn->conn, scrn->eid, scrn->drawable,
450 xcb_register_for_special_xge(scrn->conn, &xcb_present_id, scrn->eid, 0);
727 xcb_present_select_input_checked(scrn->conn, scrn->eid,
  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 728 * Minimal frame body subelement size: EID(1) + length(1) + TSF(8) +
757 u8 eid = ies[0], elen = ies[1]; local
759 if ((eid == WLAN_EID_TIM || eid == WLAN_EID_RSN) &&
1183 if (req->eid != WLAN_EID_MEASURE_REQUEST) {
1185 "RRM: Expected Measurement Request element, but EID is %u",
1186 req->eid);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 44 int eid = data.get() & Constants.BYTE_MASK; local
47 if (elementLength > data.remaining() || (eid == InformationElement.EID_SSID
54 if (eid == InformationElement.EID_SSID) {
59 ie.id = eid;
757 * Parser for the Traffic Indication Map (TIM) Information Element (EID 5). This element will
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 4379 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::__anon58047
  /external/python/cpython2/Modules/
_bsddb.c 4043 int eid; local
6805 int eid; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 450 /* Element ID Extension (EID 255) values */
1275 u8 eid; \/* 221 = 0xdd *\/ member in struct:wmm_tspec_element
1709 u8 eid; \/* WLAN_EID_WNMSLEEP *\/ member in struct:wnm_sleep_element
1739 u8 eid; member in struct:tpc_report
1768 u8 eid; \/* Element ID *\/ member in struct:rrm_measurement_request_element
1828 u8 eid; \/* Element ID *\/ member in struct:rrm_measurement_report_element
1864 u8 eid; \/* WLAN_EID_MULTI_BAND *\/ member in struct:multi_band_ie
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 1118 milliseconds