HomeSort by relevance Sort by last modified time
    Searched refs:Gralloc1On0Adapter (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/graphics/allocator/2.0/default/
gralloc1-adapter.cpp 17 #include "Gralloc1On0Adapter.h"
28 auto adapter_device = new android::hardware::Gralloc1On0Adapter(module);
Gralloc1On0Adapter.cpp 18 #define LOG_TAG "Gralloc1On0Adapter"
21 #include "Gralloc1On0Adapter.h"
43 Gralloc1On0Adapter::Gralloc1On0Adapter(const hw_module_t* module)
70 Gralloc1On0Adapter::~Gralloc1On0Adapter()
79 void Gralloc1On0Adapter::doGetCapabilities(uint32_t* outCount,
84 gralloc1_function_pointer_t Gralloc1On0Adapter::doGetFunction(
153 lockHook<void*, &Gralloc1On0Adapter::lock>);
157 &Gralloc1On0Adapter::lockFlex>)
    [all...]
Gralloc1On0Adapter.h 36 class Gralloc1On0Adapter : public gralloc1_device_t
39 Gralloc1On0Adapter(const hw_module_t* module);
40 ~Gralloc1On0Adapter();
47 static inline Gralloc1On0Adapter* getAdapter(gralloc1_device_t* device) {
48 return static_cast<Gralloc1On0Adapter*>(device);
288 return Gralloc1On0Adapter::callBufferFunction(device, bufferHandle,
362 template <typename OUT, gralloc1_error_t (Gralloc1On0Adapter::*member)(

Completed in 346 milliseconds