HomeSort by relevance Sort by last modified time
    Searched refs:imv (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
tncs.c 2 * EAP-TNC - TNCS (IF-IMV, IF-TNCCS, and IF-TNCCS-SOH)
35 /* TNC IF-IMV */
79 struct tnc_if_imv *imv; /* local copy of tncs_global_data->imv */ member in struct:tncs_data
97 struct tnc_if_imv *imv; member in struct:tncs_global
107 struct tnc_if_imv *imv; local
111 imv = tncs_global_data->imv;
112 while (imv) {
113 if (imv->imvID == imvID
149 struct tnc_if_imv *imv; local
514 struct tnc_if_imv *imv; local
537 struct tnc_if_imv *imv; local
555 struct tnc_if_imv *imv; local
574 struct tnc_if_imv *imv; local
695 struct tnc_if_imv *imv; local
962 struct tnc_if_imv *imv; local
1021 struct tnc_if_imv *imv, *last; local
1114 struct tnc_if_imv *imv; local
1146 struct tnc_if_imv *imv, *prev; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 145 int imv, mvwidth; local
195 /* imv = (xpos/8) + ((ypos/8) * mvwidth) */
196 imv = (offset >> 6) - (xpos >> 6) + (xpos >> 3);
199 dx = px[0] = px[1] = px[2] = px[3] = video->motX[imv];
200 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv];
225 px[0] = video->motX[imv];
226 px[1] = video->motX[imv+1];
227 px[2] = video->motX[imv+mvwidth];
228 px[3] = video->motX[imv+mvwidth+1];
232 py[0] = video->motY[imv];
570 int imv; local
    [all...]
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 58 InputManagerV9 imv = mInputManager.get(); local
59 if (null != imv) {
61 int size = imv.mDevices.size();
63 long[] lastContact = imv.mDevices.valueAt(i);
68 int id = imv.mDevices.keyAt(i);
71 imv.notifyListeners(ON_DEVICE_REMOVED, id);
72 imv.mDevices.remove(id);

Completed in 325 milliseconds