| 167 | return send_handle_(buffer, socket_fd); |
| 168 | } |
| 169 | int AndroidHardwareBufferCompat::Unlock(AHardwareBuffer* buffer, |
| 170 | int32_t* fence) { |
| 171 | DCHECK(IsSupportAvailable()); |
| 172 | return unlock_(buffer, fence); |
| 173 | } |
| 174 | |
| 175 | static std::shared_ptr<AndroidHardwareBufferCompat> gFunction; |
| 176 |
no outgoing calls
no test coverage detected