Home
last modified time | relevance | path

Searched refs:metadataIdx (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp437 size_t metadataIdx; in pushToReprocess() local
438 nsecs_t candidateTimestamp = getCandidateTimestampLocked(&metadataIdx); in pushToReprocess()
446 __FUNCTION__, (unsigned int) metadataIdx); in pushToReprocess()
482 CameraMetadata request = mFrameList[metadataIdx]; in pushToReprocess()
754 nsecs_t ZslProcessor::getCandidateTimestampLocked(size_t* metadataIdx) const { in getCandidateTimestampLocked()
854 if (metadataIdx) { in getCandidateTimestampLocked()
855 *metadataIdx = idx; in getCandidateTimestampLocked()
DZslProcessor.h156 nsecs_t getCandidateTimestampLocked(size_t* metadataIdx) const;
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java169 int metadataIdx = cursor.getColumnIndexOrThrow(KeysEntry.COLUMN_NAME_KEY_METADATA); in getKey() local
170 if (cursor.isNull(metadataIdx)) { in getKey()
173 keyMetadata = cursor.getBlob(metadataIdx); in getKey()
308 int metadataIdx = cursor.getColumnIndexOrThrow(KeysEntry.COLUMN_NAME_KEY_METADATA); in getAllKeys() local
309 if (cursor.isNull(metadataIdx)) { in getAllKeys()
312 keyMetadata = cursor.getBlob(metadataIdx); in getAllKeys()