Searched refs:eof (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/rftest/ |
D | RfTestPerRxResult.java | 62 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/ |
D | UwbTestPerRxResult.java | 50 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/ |
D | Status.h | 73 const Status eof{0x10001, "end of file"};
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
D | dbregtest.cpp | 151 while ( !in.eof() ) in main()
|
/packages/modules/adb/ |
D | sysdeps_win32.cpp | 125 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/ |
D | Syscalls.cpp | 169 return status::eof; in recvfrom()
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
D | DictionaryBackupAgent.java | 116 } catch (EOFException eof) { in readOldChecksums()
|
/packages/modules/Uwb/service/uci/jni/src/ |
D | notification_manager_android.rs | 1078 JValue::Long(per_rx_data.eof as i64), in on_rf_per_rx_notification()
|