Home
last modified time | relevance | path

Searched refs:xx (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp281 for (UINT8 xx = 0; xx < actualNumEe; xx++) in onNfccShutdown() local
283 if ((eeInfo[xx].num_interface != 0) in onNfccShutdown()
284 && (eeInfo[xx].ee_interface[0] != NCI_NFCEE_INTERFACE_HCI_ACCESS) in onNfccShutdown()
285 && (eeInfo[xx].ee_status == NFA_EE_STATUS_ACTIVE)) in onNfccShutdown()
287 … ALOGD ("%s: Handle: 0x%04x Change Status Active to Inactive", fn, eeInfo[xx].ee_handle); in onNfccShutdown()
289 … if ((nfaStat = NFA_EeModeSet (eeInfo[xx].ee_handle, NFA_EE_MD_DEACTIVATE)) == NFA_STATUS_OK) in onNfccShutdown()
DNfcTag.cpp344 UINT8 xx = 0; in discoverTechnologies() local
349 while (xx < activationData.params.t3t.num_system_codes) in discoverTechnologies()
351 if (activationData.params.t3t.p_system_codes[xx++] == T3T_SYSTEM_CODE_FELICA_LITE) in discoverTechnologies()
/packages/apps/Camera/jni/feature_mos/src/mosaic/
DBlend.cpp983 double xx, yy; in ProcessPyramidForThisFrame() local
985 MosaicToFrame(inv_trs, si, sj, xx, yy); in ProcessPyramidForThisFrame()
987 if (xx < 0.0 || yy < 0.0 || xx > width - 1.0 || yy > height - 1.0) in ProcessPyramidForThisFrame()
997 xx /= (1 << dscale); in ProcessPyramidForThisFrame()
1001 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); in ProcessPyramidForThisFrame()
1009 double xfrac = xx - x1; in ProcessPyramidForThisFrame()
1026 double xfrac = xx - x1; in ProcessPyramidForThisFrame()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp963 double xx, yy; in ProcessPyramidForThisFrame() local
965 MosaicToFrame(inv_trs, si, sj, xx, yy); in ProcessPyramidForThisFrame()
967 if (xx < 0.0 || yy < 0.0 || xx > width - 1.0 || yy > height - 1.0) in ProcessPyramidForThisFrame()
977 xx /= (1 << dscale); in ProcessPyramidForThisFrame()
981 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); in ProcessPyramidForThisFrame()
989 double xfrac = xx - x1; in ProcessPyramidForThisFrame()
1006 double xfrac = xx - x1; in ProcessPyramidForThisFrame()