Home
last modified time | relevance | path

Searched refs:STATUS_OK (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerHelper.java72 public static final int STATUS_OK = SoundTrigger.STATUS_OK; field in SoundTriggerHelper
117 if (status != SoundTrigger.STATUS_OK || modules.size() == 0) { in SoundTriggerHelper()
193 if (status != STATUS_OK) { in startKeyphraseRecognition()
215 if (status != STATUS_OK) { in cleanUpExistingKeyphraseModel()
279 if (status != STATUS_OK) { in startRecognition()
304 if (status != SoundTrigger.STATUS_OK) { in startRecognition()
352 if (status != SoundTrigger.STATUS_OK) { in stopGenericRecognition()
391 if (status != SoundTrigger.STATUS_OK) { in stopKeyphraseRecognition()
435 if (status != SoundTrigger.STATUS_OK) { in stopRecognition()
458 int status = STATUS_OK; in tryStopAndUnloadLocked()
[all …]
DSoundTriggerInternal.java45 public static final int STATUS_OK = SoundTrigger.STATUS_OK; field in SoundTriggerInternal
/frameworks/base/drm/java/android/drm/
DDrmConvertedStatus.java36 public static final int STATUS_OK = 1; field in DrmConvertedStatus
79 return statusCode == STATUS_OK || in isValidStatusCode()
DDrmOutputStream.java19 import static android.drm.DrmConvertedStatus.STATUS_OK;
70 if (status.statusCode == STATUS_OK) { in finish()
105 if (status.statusCode == STATUS_OK) { in write()
DDrmInfoStatus.java35 public static final int STATUS_OK = 1; field in DrmInfoStatus
94 return statusCode == STATUS_OK || statusCode == STATUS_ERROR; in isValidStatusCode()
DDrmManagerClient.java148 if (null != status && DrmInfoStatus.STATUS_OK == status.statusCode) { in handleMessage()
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp83 drmInfoStatus = new DrmInfoStatus(DrmInfoStatus::STATUS_OK, in onProcessDrmInfo()
89 drmInfoStatus = new DrmInfoStatus(DrmInfoStatus::STATUS_OK, in onProcessDrmInfo()
100 drmInfoStatus = new DrmInfoStatus(DrmInfoStatus::STATUS_OK, in onProcessDrmInfo()
229 return new DrmConvertedStatus(DrmConvertedStatus::STATUS_OK, convertedData, 0 /*offset*/); in onConvertData()
234 return new DrmConvertedStatus(DrmConvertedStatus::STATUS_OK, NULL, 0 /*offset*/); in onCloseConvertSession()
/frameworks/base/core/java/android/service/voice/
DAlwaysOnHotwordDetector.java177 private static final int STATUS_OK = SoundTrigger.STATUS_OK; field in AlwaysOnHotwordDetector
416 return startRecognitionLocked(recognitionFlags) == STATUS_OK; in startRecognition()
444 return stopRecognitionLocked() == STATUS_OK; in stopRecognition()
584 if (code != STATUS_OK) { in startRecognitionLocked()
599 if (code != STATUS_OK) { in stopRecognitionLocked()
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
DGenericSoundModelTest.java141 android.hardware.soundtrigger.SoundTrigger.STATUS_OK, r); in testStartStopGenericSoundModel()
146 android.hardware.soundtrigger.SoundTrigger.STATUS_OK, r); in testStartStopGenericSoundModel()
237 android.hardware.soundtrigger.SoundTrigger.STATUS_OK, r); in testFuzzGenericSoundModel()
255 android.hardware.soundtrigger.SoundTrigger.STATUS_OK, r); in testFuzzGenericSoundModel()
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
DEnrollmentUtil.java100 return status == SoundTrigger.STATUS_OK; in addOrUpdateSoundModel()
155 return status == SoundTrigger.STATUS_OK; in deleteSoundModel()
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
DDrmConvertSession.java97 convertedStatus.statusCode == DrmConvertedStatus.STATUS_OK && in convert()
131 convertedStatus.statusCode != DrmConvertedStatus.STATUS_OK || in close()
/frameworks/av/include/drm/
DDrmConvertedStatus.h37 static const int STATUS_OK = 1;
DDrmInfoStatus.h36 static const int STATUS_OK = 1;
/frameworks/base/core/java/android/hardware/radio/
DRadioModule.java124 case RadioManager.STATUS_OK: in NativeEventHandlerDelegate()
145 case RadioManager.STATUS_OK: in NativeEventHandlerDelegate()
DRadioManager.java38 public static final int STATUS_OK = 0; field in RadioManager
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasClient.java167 public static final int STATUS_OK = 0; field in BluetoothMasClient
359 int status = request.isSuccess() ? STATUS_OK : STATUS_FAILED; in handleMessage()
457 mCallback.obtainMessage(event, success ? STATUS_OK : STATUS_FAILED, mMas.getMasInstanceId(), in sendToClient()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java758 return SoundTriggerInternal.STATUS_OK; in updateKeyphraseSoundModel()
781 if (unloadStatus != SoundTriggerInternal.STATUS_OK) { in deleteKeyphraseSoundModel()
785 return deleted ? SoundTriggerInternal.STATUS_OK : SoundTriggerInternal.STATUS_ERROR; in deleteKeyphraseSoundModel()
912 if (status != SoundTriggerInternal.STATUS_OK) { in unloadAllKeyphraseModels()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp88 retStatus = DrmConvertedStatus::STATUS_OK; in getConvertedStatus()
239 drmInfoStatus = new DrmInfoStatus((int)DrmInfoStatus::STATUS_OK, 0, NULL, String8("")); in onProcessDrmInfo()
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java38 public static final int STATUS_OK = 0; field in SoundTrigger
/frameworks/base/api/
Dsystem-current.txt11479 field public static final int STATUS_OK = 1; // 0x1
11553 field public static final int STATUS_OK = 1; // 0x1
15544 field public static final int STATUS_OK = 0; // 0x0
Dcurrent.txt11040 field public static final int STATUS_OK = 1; // 0x1
11114 field public static final int STATUS_OK = 1; // 0x1
Dtest-current.txt11053 field public static final int STATUS_OK = 1; // 0x1
11127 field public static final int STATUS_OK = 1; // 0x1
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10008 field public static final int STATUS_OK = 1; // 0x1
10082 field public static final int STATUS_OK = 1; // 0x1