Home
last modified time | relevance | path

Searched refs:errorList (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DCryptoAsync.cpp134 std::list<sp<AMessage>> errorList; in decryptAndQueue() local
139 errorList.push_back(std::move(msg)); in decryptAndQueue()
140 mCallback->onDecryptError(errorList); in decryptAndQueue()
194 std::list<sp<AMessage>> errorList; in attachEncryptedBufferAndQueue() local
198 errorList.push_back(std::move(msg)); in attachEncryptedBufferAndQueue()
199 mCallback->onDecryptError(errorList); in attachEncryptedBufferAndQueue()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java11172 ArrayList<IMuteAwaitConnectionCallback> errorList = null; in dispatchMuteAwaitConnection() local
11178 if (errorList == null) { in dispatchMuteAwaitConnection()
11179 errorList = new ArrayList<>(1); in dispatchMuteAwaitConnection()
11181 errorList.add(mMuteAwaitConnectionDispatchers.getBroadcastItem(i)); in dispatchMuteAwaitConnection()
11184 if (errorList != null) { in dispatchMuteAwaitConnection()
11185 for (IMuteAwaitConnectionCallback errorItem : errorList) { in dispatchMuteAwaitConnection()