Searched refs:_error (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_buffer_allocator.cpp | 128 hidl_err = _error; in AllocateBuffer() 144 hidl_err = _error; in AllocateBuffer() 157 hidl_err = _error; in AllocateBuffer() 181 hidl_err = _error; in AllocateBuffer() 197 hidl_err = _error; in AllocateBuffer() 210 hidl_err = _error; in AllocateBuffer() 521 if (_error == MapperV3Error::NONE) { in MapBuffer() 529 [&](const auto &_error, const auto &_buffer) { in MapBuffer() argument 530 if (_error == Error::NONE) { in MapBuffer() 548 if (_error != MapperV3Error::NONE) { in UnmapBuffer() [all …]
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.cpp | 127 hidl_err = _error; in AllocateBuffer() 143 hidl_err = _error; in AllocateBuffer() 156 hidl_err = _error; in AllocateBuffer() 180 hidl_err = _error; in AllocateBuffer() 196 hidl_err = _error; in AllocateBuffer() 209 hidl_err = _error; in AllocateBuffer() 516 if (_error == MapperV3Error::NONE) { in MapBuffer() 524 [&](const auto &_error, const auto &_buffer) { in MapBuffer() argument 525 if (_error == Error::NONE) { in MapBuffer() 543 if (_error != MapperV3Error::NONE) { in UnmapBuffer() [all …]
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.cpp | 108 mapper_->createDescriptor(descriptor_info, [&](const auto &_error, const auto &_descriptor) { in AllocateBuffer() argument 109 hidl_err = _error; in AllocateBuffer() 121 [&](const auto &_error, const auto &_stride, const auto &_buffers) { in AllocateBuffer() argument 122 hidl_err = _error; in AllocateBuffer() 131 mapper_->importBuffer(raw_handle, [&](const auto &_error, const auto &_buffer) { in AllocateBuffer() argument 132 hidl_err = _error; in AllocateBuffer() 418 access_region, acquire_fence_handle, [&](const auto &_error, const auto &_buffer) { in MapBuffer() argument 419 if (_error == Error::NONE) { in MapBuffer() 435 [&](const auto &_error, const auto &_release_fence) { in UnmapBuffer() argument 436 if (_error != Error::NONE) { in UnmapBuffer()
|
/aosp12/build/make/tools/ |
H A D | check_elf_file.py | 347 def _error(self, *args): member in Checker 362 self._error('Failed to open "{}".'.format(path)) 368 self._error('File "{}" must have a valid ELF magic word.'.format(path)) 371 self._error('An unknown error occurred while opening "{}".'.format(path)) 395 self._error('DT_SONAME "{}" must be equal to the file name "{}".' 412 self._error('DT_NEEDED "{}" is not specified in shared_libs.' 479 self._error('Unresolved symbol: {}'.format(sym))
|
/aosp12/system/update_engine/common/ |
H A D | utils.h | 512 errcode_t _error = (_x); \ 513 if (_error) { \ 514 errno = _error; \ 515 LOG(ERROR) << #_x " failed: " << _error; \
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | README.md | 397 ### abort\_on\_error
|