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

  /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);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 141 int imv, mvwidth; local
191 /* imv = (xpos/8) + ((ypos/8) * mvwidth) */
192 imv = (offset >> 6) - (xpos >> 6) + (xpos >> 3);
195 dx = px[0] = px[1] = px[2] = px[3] = video->motX[imv];
196 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv];
221 px[0] = video->motX[imv];
222 px[1] = video->motX[imv+1];
223 px[2] = video->motX[imv+mvwidth];
224 px[3] = video->motX[imv+mvwidth+1];
228 py[0] = video->motY[imv];
561 int imv; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 2 * EAP-TNC - TNCS (IF-IMV, IF-TNCCS, and IF-TNCCS-SOH)
32 /* TNC IF-IMV */
145 struct tnc_if_imv *imv; /* local copy of tncs_global_data->imv */ member in struct:tncs_data
163 struct tnc_if_imv *imv; member in struct:tncs_global
173 struct tnc_if_imv *imv; local
177 imv = tncs_global_data->imv;
178 while (imv) {
179 if (imv->imvID == imvID
215 struct tnc_if_imv *imv; local
582 struct tnc_if_imv *imv; local
605 struct tnc_if_imv *imv; local
623 struct tnc_if_imv *imv; local
642 struct tnc_if_imv *imv; local
763 struct tnc_if_imv *imv; local
1030 struct tnc_if_imv *imv; local
1089 struct tnc_if_imv *imv, *last; local
1182 struct tnc_if_imv *imv; local
1211 struct tnc_if_imv *imv, *prev; local
    [all...]

Completed in 399 milliseconds