Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/rftest/
DRfTestPerRxResult.java62 long psduDecError, long psduBitError, long stsFound, long eof, in RfTestPerRxResult() argument
77 this.mEof = eof; in RfTestPerRxResult()
296 public Builder setEof(long eof) { in setEof() argument
297 mEof = eof; in setEof()
/packages/modules/Uwb/service/java/com/android/server/uwb/rftest/
DUwbTestPerRxResult.java50 long psduDecError, long psduBitError, long stsFound, long eof, in UwbTestPerRxResult() argument
65 this.mEof = eof; in UwbTestPerRxResult()
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DStatus.h73 const Status eof{0x10001, "end of file"};
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
Ddbregtest.cpp151 while ( !in.eof() ) in main()
/packages/modules/adb/
Dsysdeps_win32.cpp125 int eof; member
185 f->eof = 0; in _fh_alloc()
210 f->eof = 0; in _fh_close()
260 f->eof = 1; in _fh_file_read()
273 f->eof = 1; in _fh_file_write()
326 f->eof = 0; in _fh_file_lseek()
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DSyscalls.cpp169 return status::eof; in recvfrom()
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java116 } catch (EOFException eof) { in readOldChecksums()
/packages/modules/Uwb/service/uci/jni/src/
Dnotification_manager_android.rs1078 JValue::Long(per_rx_data.eof as i64), in on_rf_per_rx_notification()