Home
last modified time | relevance | path

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

/frameworks/av/include/drm/
Ddrm_framework_common.h26 #define INVALID_VALUE -1 macro
313 decryptId(INVALID_VALUE), in DecryptHandle()
315 decryptApiType(INVALID_VALUE), in DecryptHandle()
316 status(INVALID_VALUE), in DecryptHandle()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DSoundTriggerHelper.java63 private static final int INVALID_VALUE = Integer.MIN_VALUE; field in SoundTriggerHelper
79 private int mKeyphraseId = INVALID_VALUE;
80 private int mCurrentSoundModelHandle = INVALID_VALUE;
174 if (mCurrentSoundModelHandle != INVALID_VALUE in startRecognition()
181 mCurrentSoundModelHandle = INVALID_VALUE; in startRecognition()
200 if (mCurrentSoundModelHandle == INVALID_VALUE in startRecognition()
202 int[] handle = new int[] { INVALID_VALUE }; in startRecognition()
208 if (handle[0] == INVALID_VALUE) { in startRecognition()
300 if (mCurrentSoundModelHandle == INVALID_VALUE) { in stopAllRecognitions()
469 || mCurrentSoundModelHandle == INVALID_VALUE || mActiveListener == null) { in updateRecognitionLocked()
[all …]
/frameworks/av/drm/libdrmframework/
DDrmManagerClientImpl.cpp31 #define INVALID_VALUE -1 macro
227 int retCode = INVALID_VALUE; in openConvertSession()
329 ssize_t retCode = INVALID_VALUE; in pread()