| 29 | } |
| 30 | |
| 31 | const AHardwareBufferFunctions* AHardwareBufferFunctions::Get() { |
| 32 | static AHardwareBufferFunctions functions = *new AHardwareBufferFunctions(); |
| 33 | return &functions; |
| 34 | } |
| 35 | |
| 36 | AHardwareBufferFunctions::AHardwareBufferFunctions() { |
| 37 | char sdk[PROP_VALUE_MAX] = "0"; |
nothing calls this directly
no outgoing calls
no test coverage detected