Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.cpp86 int32_t intDescriptor) in doGetFunction() argument
90 if (intDescriptor < 0 || intDescriptor > lastDescriptor) { in doGetFunction()
96 static_cast<gralloc1_function_descriptor_t>(intDescriptor); in doGetFunction()
171 ALOGE("Unknown function descriptor: %d", intDescriptor); in doGetFunction()