Searched defs:NO_MEMORY (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codec2/include/
H A DC2.h116 NO_MEMORY = -ENOMEM, enumerator in enum:android::__anon441
135 C2_NO_MEMORY = NO_MEMORY, ///< not enough memory to complete operation
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandException.java65 NO_MEMORY, enum constant in enum:CommandException.Error
205 case RILConstants.NO_MEMORY:
206 return new CommandException(Error.NO_MEMORY);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java78 int NO_MEMORY = 37; /* Not sufficient memory to process the request */ field in interface:RILConstants

Completed in 420 milliseconds