Home
last modified time | relevance | path

Searched refs:deleted (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DRangeManip.cpp54 void RangeList::delRanges(const RangeList& rl,RangeList& deleted) { in delRanges() argument
56 delRange(rl.list[i],deleted); in delRanges()
76 void RangeList::delRange(const Range& r,RangeList& deleted) { in delRange() argument
100 deleted.addRange(intersection); in delRange()
/hardware/google/gfxstream/guest/mesa/src/util/tests/hash_table/
Dclear.c52 bool *deleted = (bool *)entry->data; in delete_function() local
53 assert(!*deleted); in delete_function()
54 *deleted = true; in delete_function()
/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.cpp193 bool deleted = erase(&mUsingBuffers, connectionId, bufferId); in handleReleaseBuffer() local
194 if (deleted) { in handleReleaseBuffer()
211 ALOGV("release buffer %u : %d", bufferId, deleted); in handleReleaseBuffer()
212 return deleted; in handleReleaseBuffer()
275 bool deleted = erase(&mPendingTransactions, message.connectionId, in handleTransferResult() local
277 if (deleted) { in handleTransferResult()
301 message.bufferId, deleted); in handleTransferResult()
302 return deleted; in handleTransferResult()
360 bool deleted = erase(&mUsingConnections, bufferId, connectionId); in handleClose() local
361 if (deleted) { in handleClose()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DRangeManip.h54 void delRange(const Range& r,RangeList& deleted);
55 void delRanges(const RangeList& rl,RangeList& deleted);
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaIface.hal34 * be automatically deleted when the corresponding client process is dead or
/hardware/interfaces/wifi/1.5/
DIWifi.hal35 * objects must be deleted when the corresponding client process is dead.
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantP2pIface.hal58 * be automatically deleted when the corresponding client process is dead or
DISupplicantStaIface.hal46 * be automatically deleted when the corresponding client process is dead or
DISupplicantStaNetwork.hal160 * be automatically deleted when the corresponding client process is dead or
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprint.hal125 * fingerprintMsg.data.removed.finger indicating the template id deleted
127 * templates must be deleted by this operation.
/hardware/interfaces/wifi/hostapd/1.1/
DIHostapd.hal91 * objects is supported. These objects must be deleted when the corresponding
/hardware/interfaces/wifi/supplicant/1.3/
DISupplicantStaIface.hal35 * be automatically deleted when the corresponding client process is dead or
/hardware/interfaces/wifi/1.0/
DIWifi.hal33 * objects must be deleted when the corresponding client process is dead.
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pNetwork.hal32 * be automatically deleted when the corresponding client process is dead or
DISupplicant.hal93 * objects is supported. These objects must be deleted when the corresponding
DISupplicantStaIface.hal79 * be automatically deleted when the corresponding client process is dead or
/hardware/interfaces/wifi/hostapd/1.3/
DIHostapd.hal154 * objects is supported. These objects must be deleted when the corresponding
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaIface.hal34 * be automatically deleted when the corresponding client process is dead or
/hardware/interfaces/gnss/1.0/
DIGnssBatching.hal140 * must be deleted (and not sent via callback.)
DIGnss.hal162 * @param aidingDataFlags Flags specifying the aiding data to be deleted.
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal96 * Deletes the enrolledPasswordHandle associated with the uid. Once deleted
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_acceleration_structure.adoc161 ** slink:VkAccelerationStructureMemoryRequirementsInfoNV (deleted -
169 ** flink:vkGetAccelerationStructureMemoryRequirementsNV (deleted -
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFace.hal185 * authenticator ID must not be changed when a face is deleted. The
/hardware/google/gfxstream/host/
DFrameBuffer.cpp1325 bool deleted = false; in closeColorBufferLocked() local
1350 deleted = true; in closeColorBufferLocked()
1360 return deleted; in closeColorBufferLocked()
/hardware/interfaces/keymaster/4.0/
Dtypes.hal241 * deleted with deleteKey() or deleteAllKeys(), the key is guaranteed to be permanently deleted
242 * and unusable. It's possible that keys without this tag could be deleted and then restored

12