Searched refs:release (Results 1 - 8 of 8) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A DSharedBuffer.cpp46 release();
66 release();
84 release();
93 int32_t SharedBuffer::release(uint32_t flags) const function in class:android::SharedBuffer
H A DSharedBuffer.h23 /* flags to use with release() */
29 * call release() to free it.
35 * In other words, the buffer must have been release by all its
73 //! acquire/release a reference on this buffer
76 /*! release a reference on this buffer, with the option of not
80 int32_t release(uint32_t flags = 0) const;
H A DVectorImpl.cpp266 if (sb->release(SharedBuffer::eKeepStorage) == 1) {
/system/security/keystore/
H A Dkeystore_client.h35 uint8_t* release();
H A Dkeystore_client.cpp129 uint8_t* Keystore_Reply::release() { function in class:Keystore_Reply
H A Dkeystore.cpp118 char* release() { function in class:ValueString
/system/security/keystore-engine/
H A Deng_keystore.cpp53 * without triggering a warning by not using the result of release().
56 typeof (obj.release()) _dummy __attribute__((unused)) = obj.release()
261 return pkey.release();
318 return engine.release();
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp72 * without triggering a warning by not using the result of release().
75 typeof (obj.release()) _dummy __attribute__((unused)) = obj.release()
142 *keyBlob = derData.release();
206 return pkey.release();
336 *x509_data = key.release();
397 *signedData = signedDataPtr.release();
496 *device = reinterpret_cast<hw_device_t*>(dev.release());

Completed in 913 milliseconds