OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroyDescriptor
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/include/ui/
Gralloc1On0Adapter.h
117
gralloc1_error_t
destroyDescriptor
(gralloc1_buffer_descriptor_t descriptor);
120
auto error = getAdapter(device)->
destroyDescriptor
(descriptor);
Gralloc1.h
174
GRALLOC1_FUNCTION_DESTROY_DESCRIPTOR>
destroyDescriptor
;
/frameworks/native/libs/ui/
Gralloc1.cpp
32
int32_t intError = mShimDevice.mFunctions.
destroyDescriptor
(
36
ALOGE("
destroyDescriptor
failed: %d", intError);
300
if (!mFunctions.
destroyDescriptor
.load(mDevice, true)) {
Gralloc1On0Adapter.cpp
206
gralloc1_error_t Gralloc1On0Adapter::
destroyDescriptor
(
Completed in 42 milliseconds