Searched defs:good (Results 1 – 4 of 4) sorted by relevance
| /hardware/google/aemu/host-common/include/host-common/ | ||
| D | MediaVideoHelper.h | 50 virtual bool good() const { return true; } in good() function |
| D | MediaCudaVideoHelper.h | 72 virtual bool good() const override { return mIsGood; } in good() function |
| D | MediaVideoToolBoxVideoHelper.h | 78 virtual bool good() const override { return mIsGood; } in good() function |
| /hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ | ||
| D | directory_iterator.cpp | 128 bool good() const noexcept { return __stream_ != INVALID_HANDLE_VALUE; } in good() function in android::hardware::automotive::filesystem::__dir_stream |