HomeSort by relevance Sort by last modified time
    Searched refs:eid (Results 26 - 50 of 50) sorted by null

12

  /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...]
wnm_sta.c 76 wnmsleep_ie->eid = WLAN_EID_WNMSLEEP;
293 wpa_printf(MSG_DEBUG, "EID %d not recognized", *pos);
605 static int wpa_bss_ies_eq(struct wpa_bss *a, struct wpa_bss *b, u8 eid)
612 ie_a = wpa_bss_get_ie(a, eid);
613 ie_b = wpa_bss_get_ie(b, eid);
    [all...]
wmm_ac.c 287 tspec->eid = WLAN_EID_VENDOR_SPECIFIC;
288 tspec->length = sizeof(*tspec) - 2; /* reduce eid and length */
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java 375 native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv);
376 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) {
378 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);
    [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...]
ieee802_11_common.h 176 const u8 * get_ie(const u8 *ies, size_t len, u8 eid);
ieee802_11_common.c     [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 430 native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv);
431 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) {
433 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);
    [all...]
  /external/mesa3d/src/loader/
loader_dri3_helper.c 118 xcb_present_select_input_checked(draw->conn, draw->eid, draw->drawable,
975 draw->eid = xcb_generate_id(draw->conn);
977 xcb_present_select_input_checked(draw->conn, draw->eid, draw->drawable,
990 draw->eid,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccConnector.java 184 /** Called when the EID lookup has completed. */
185 void onGetEidComplete(String eid);
370 /** Asynchronously fetch the EID. */
644 public void onSuccess(String eid) {
647 .onGetEidComplete(eid);
    [all...]
EuiccController.java 150 * Return the EID.
153 * that IPC should generally be fast, and the EID shouldn't be needed in the normal course of
161 "Must have carrier privileges on active subscription to read EID");
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 51 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid)
53 u8 *pos = eid;
57 return eid;
95 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid)
97 u8 *pos = eid;
101 return eid;
109 return eid;
    [all...]
wnm_ap.c 74 wnmsleep_ie.eid = WLAN_EID_WNMSLEEP;
216 wpa_printf(MSG_DEBUG, "WNM: EID %d not recognized",
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
EuiccControllerTest.java 179 callGetEid(true /* success */, "ABCDE" /* eid */);
185 assertEquals("ABCDE", callGetEid(true /* success */, "ABCDE" /* eid */));
191 assertEquals("ABCDE", callGetEid(true /* success */, "ABCDE" /* eid */));
197 assertNull(callGetEid(false /* success */, null /* eid */));
203 assertNull(callGetEid(true /* success */, null /* eid */));
    [all...]
  /frameworks/rs/
rs.spec 483 param RsElement eid
rsApiStubs.h 108 extern "C" RsScript rsScriptIntrinsicCreate (RsContext rsc, uint32_t id, RsElement eid);
rsApiStubs.cpp 619 extern "C" RsScript rsScriptIntrinsicCreate (RsContext ctxWrapper, uint32_t id, RsElement eid)
621 return RS_DISPATCH(ctxWrapper, ScriptIntrinsicCreate, id, eid);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy.go 126 "Trailer", // not Trailers per URL above; http://www.rfc-editor.org/errata_search.php?eid=4522
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy.go 126 "Trailer", // not Trailers per URL above; http://www.rfc-editor.org/errata_search.php?eid=4522
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /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
  /frameworks/base/tools/aapt/
ResourceTable.cpp 4379 int eid = Res_GETENTRY(resID); local
    [all...]
  /external/python/cpython2/Modules/
_bsddb.c 4043 int eid; local
6805 int eid; local
    [all...]

Completed in 1124 milliseconds

12