Home
last modified time | relevance | path

Searched defs:fh (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/nci/jni/
DRouteDataSet.cpp243 FILE* fh = NULL; in saveToFile() local
281 FILE* fh = NULL; in loadFromFile() local
/packages/modules/adb/
Dsysdeps_win32.cpp220 void operator()(struct FHRec_* fh) { in operator ()()
613 FH fh = _fh_from_int(fds[i].fd, __func__); in adb_poll() local
830 FH fh = _fh_from_int(fd, __func__); in adb_bind() local
879 FH fh = _fh_from_int(fd, __func__); in adb_sendmsg() local
907 FH fh = _fh_from_int(fd, __func__); in GetWSARecvMsgFunc() local
932 FH fh = _fh_from_int(fd, __func__); in adb_recvmsg() local
1202 FH fh = _fh_from_int(fd, __func__); in network_peek() local
1237 unique_fh fh(_fh_alloc(&_fh_socket_class)); in adb_socket_accept() local
1261 FH fh = _fh_from_int(fd, __func__); in adb_setsockopt() local
1286 FH fh = _fh_from_int(fd, __func__); in adb_getsockname() local
[all …]
/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java302 float fh = (float) mBitmapDisplayed.getHeight() / (float) mThisHeight; in maxZoom() local