OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDS_NOT_ALLOWED
(Results
1 - 8
of
8
) sorted by null
/system/core/libutils/include/utils/
Errors.h
74
FDS_NOT_ALLOWED
= (UNKNOWN_ERROR + 7),
/external/deqp/framework/platform/android/
tcuAndroidInternals.hpp
71
FDS_NOT_ALLOWED
= (UNKNOWN_ERROR + 7),
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ADebug.h
48
case
FDS_NOT_ALLOWED
: return "
FDS_NOT_ALLOWED
";
/system/libhidl/base/
Status.cpp
47
STATUS_TO_STRING_PAIR(
FDS_NOT_ALLOWED
),
/frameworks/native/cmds/cmd/
cmd.cpp
237
case
FDS_NOT_ALLOWED
: errstr = "File descriptors not allowed"; break;
/frameworks/native/libs/binder/
Parcel.cpp
555
err =
FDS_NOT_ALLOWED
;
[
all
...]
/frameworks/base/core/jni/
android_util_Binder.cpp
798
case
FDS_NOT_ALLOWED
:
[
all
...]
/system/libhwbinder/
Parcel.cpp
756
return
FDS_NOT_ALLOWED
;
[
all
...]
Completed in 346 milliseconds