Searched defs:ef (Results 1 - 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | IccFileNotFound.java | 32 IccFileNotFound(int ef) { argument 33 super("ICC EF Not Found 0x" + Integer.toHexString(ef));
|
H A D | AdnRecordLoader.java | 72 loadFromEF(int ef, int extensionEF, int recordNumber, argument 74 mEf = ef; 80 ef, recordNumber, 91 loadAllFromEF(int ef, int extensionEF, argument 93 mEf = ef; 98 ef, 109 * @param ef EF fileid 116 updateEF(AdnRecord adn, int ef, int extensionEF, int recordNumber, argument 118 mEf = ef; 124 mFh.getEFLinearRecordSize( ef, [all...] |
/frameworks/compile/slang/ |
H A D | slang_rs_reflection_cpp.cpp | 223 const RSExportForEach *ef = *I; local 224 if (ef->isDummyRoot()) { 231 ss << "void forEach_" << ef->getName() << "("; 233 if (ef->hasIn()) { 238 if (ef->hasOut() || ef->hasReturn()) { 243 const RSExportRecordType *ERT = ef->getParamPacketType(); 245 for (RSExportForEach::const_param_iterator i = ef->params_begin(), 246 e = ef->params_end(); i != e; i++) { 262 const RSExportFunc *ef local 357 const RSExportForEach *ef = *I; local 438 const RSExportFunc *ef = *I; local 619 makeFunctionSignature( std::stringstream &ss, bool isDefinition, const RSExportFunc *ef) argument [all...] |
Completed in 120 milliseconds