Searched refs:canDetectErrors (Results 1 – 5 of 5) sorted by relevance
933 public boolean canDetectErrors() { in canDetectErrors() method in ParcelFileDescriptor935 return mWrapped.canDetectErrors(); in canDetectErrors()1005 if (result == -1 && mPfd.canDetectErrors()) { in read()1015 if (result == -1 && mPfd.canDetectErrors()) { in read()1024 if (result == -1 && mPfd.canDetectErrors()) { in read()
13091 HSPLandroid/os/ParcelFileDescriptor;->canDetectErrors()Z
31510 method public boolean canDetectErrors();
22048 method public boolean canDetectErrors();
13083 HSPLandroid/os/ParcelFileDescriptor;->canDetectErrors()Z