Home
last modified time | relevance | path

Searched refs:alloc_result (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/openjdkjvmti/
H A Dti_stack.cc480 jvmtiError alloc_result = env->Allocate(chunk_size, &chunk_data); in GetAllStackTraces() local
481 if (alloc_result != ERR(NONE)) { in GetAllStackTraces()
482 return alloc_result; in GetAllStackTraces()
643 jvmtiError alloc_result = env->Allocate(chunk_size, &chunk_data); in GetThreadListStackTraces() local
644 if (alloc_result != ERR(NONE)) { in GetThreadListStackTraces()
645 return alloc_result; in GetThreadListStackTraces()
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp772 const int alloc_result = mali_gralloc_derive_format_and_size(&descriptor); in getFromBufferDescriptorInfo() local
773 if (alloc_result != 0) in getFromBufferDescriptorInfo()
775 …ALI_GRALLOC_LOGV("Allocation for the given description will not succeed. error: %d", alloc_result); in getFromBufferDescriptorInfo()