Home
last modified time | relevance | path

Searched refs:NAME_NOT_FOUND (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/libs/androidfw/
DKeyboard.cpp50 if (status == NAME_NOT_FOUND) { in load()
61 if (status == NAME_NOT_FOUND) { in load()
93 return NAME_NOT_FOUND; in load()
112 return NAME_NOT_FOUND; in loadKeyLayout()
129 return NAME_NOT_FOUND; in loadKeyCharacterMap()
DKeyLayoutMap.cpp92 return NAME_NOT_FOUND; in mapKey()
137 return NAME_NOT_FOUND; in mapAxis()
DAssetManager.cpp891 if (mCache.indexOf(excludeName) != NAME_NOT_FOUND) { in openInLocaleVendorLocked()
901 if (mCache.indexOf(path) != NAME_NOT_FOUND) { in openInLocaleVendorLocked()
1255 if (start == NAME_NOT_FOUND) { in scanAndMergeDirLocked()
/frameworks/av/drm/drmserver/
DDrmManager.cpp303 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) { in consumeRights()
314 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) { in setPlaybackStatus()
378 if (mConvertSessionMap.indexOfKey(convertId) != NAME_NOT_FOUND) { in convertData()
389 if (mConvertSessionMap.indexOfKey(convertId) != NAME_NOT_FOUND) { in closeConvertSession()
490 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) { in closeDecryptSession()
504 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) { in initializeDecryptUnit()
516 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) { in decrypt()
528 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) { in finalizeDecryptUnit()
540 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) { in pread()
/frameworks/native/opengl/libagl/
DTokenizer.cpp99 return NAME_NOT_FOUND; in release()
105 ssize_t err = NAME_NOT_FOUND; in _indexOrderOf()
/frameworks/native/include/utils/
DErrors.h55 NAME_NOT_FOUND = -ENOENT, enumerator
/frameworks/native/include/binder/
DIServiceManager.h76 return NAME_NOT_FOUND; in getService()
/frameworks/native/opengl/tests/include/
DEGLUtils.h118 return NAME_NOT_FOUND; in selectConfigForPixelFormat()
/frameworks/av/drm/common/
DDrmInfoRequest.cpp47 if (NAME_NOT_FOUND != mRequestInformationMap.indexOfKey(key)) { in get()
DDrmMetadata.cpp49 if (NAME_NOT_FOUND != mMetadataMap.indexOfKey(*key)) { in getValue()
DDrmInfo.cpp50 if (NAME_NOT_FOUND != mAttributes.indexOfKey(key)) { in get()
DDrmConstraints.cpp51 if (NAME_NOT_FOUND != mConstraintMap.indexOfKey(*key)) { in getValue()
/frameworks/native/libs/gui/
DSensorManager.cpp68 if (err == NAME_NOT_FOUND) { in assertStateLocked()
/frameworks/native/libs/binder/
DPermissionCache.cpp48 return NAME_NOT_FOUND; in check()
DBpBinder.cpp240 return NAME_NOT_FOUND; in unlinkToDeath()
DMemoryDealer.cpp307 return NAME_NOT_FOUND; in deallocate()
/frameworks/base/libs/hwui/utils/
DSortedListImpl.cpp52 ssize_t err = NAME_NOT_FOUND; in _indexOrderOf()
/frameworks/base/services/common_time/
Dcommon_clock_service.cpp115 status_t ret_val = NAME_NOT_FOUND; in unregisterListener()
/frameworks/av/drm/libdrmframework/include/
DPlugInManager.h191 return m_plugInMap.indexOfKey(rsPlugInId) != NAME_NOT_FOUND; in contains()
/frameworks/native/libs/ui/
DFramebufferNativeWindow.cpp326 return NAME_NOT_FOUND; in perform()
/frameworks/base/services/input/
DEventHub.cpp467 return NAME_NOT_FOUND; in mapKey()
481 return NAME_NOT_FOUND; in mapAxis()
1115 status_t keyMapStatus = NAME_NOT_FOUND; in openDeviceLocked()
1259 return NAME_NOT_FOUND; in loadVirtualKeyMapLocked()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayHardware.cpp145 return NAME_NOT_FOUND; in selectConfigForPixelFormat()
/frameworks/base/tools/aapt/
DZipFile.cpp49 return NAME_NOT_FOUND; in errnoToStatus()
82 return NAME_NOT_FOUND; in open()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp667 case NAME_NOT_FOUND: in signalExceptionForError()
1155 status_t err = NAME_NOT_FOUND; in android_os_BinderProxy_unlinkToDeath()
/frameworks/native/libs/utils/
DVectorImpl.cpp532 ssize_t err = NAME_NOT_FOUND; in _indexOrderOf()

12