Home
last modified time | relevance | path

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

/frameworks/base/include/utils/
DErrors.h75 FDS_NOT_ALLOWED = 0x80000007, enumerator
/frameworks/base/libs/binder/
DParcel.cpp441 err = FDS_NOT_ALLOWED; in appendFrom()
830 return FDS_NOT_ALLOWED; in writeObject()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp700 case FDS_NOT_ALLOWED: in signalExceptionForError()