Searched refs:fileIdx (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 103 FileIdx fileIdx = -1; member 119 FileIdx fileIdx; member 125 static bool sendRequest(int fd, RequestType requestType, FileIdx fileIdx = -1, in sendRequest() argument 129 .fileIdx = static_cast<int16_t>(be16toh(fileIdx)), in sendRequest() 668 FileIdx fileIdx = convertFileIdToFileIndex(fileId); in onPendingReadsWithUid() local 669 if (fileIdx < 0) { in onPendingReadsWithUid() 674 if (mRequestedFiles.insert(fileIdx).second && in onPendingReadsWithUid() 675 !sendRequest(mOutFd, PREFETCH, fileIdx, blockIdx)) { in onPendingReadsWithUid() 676 mRequestedFiles.erase(fileIdx); in onPendingReadsWithUid() 678 sendRequest(mOutFd, BLOCK_MISSING, fileIdx, blockIdx); in onPendingReadsWithUid() [all …]
|