Searched defs:ef (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccFileNotFound.java32 IccFileNotFound(int ef) { argument
33 super("ICC EF Not Found 0x" + Integer.toHexString(ef));
H A DAdnRecordLoader.java82 loadFromEF(int ef, int extensionEF, int recordNumber, argument
84 mEf = ef;
90 ef, getEFPath(ef), recordNumber,
100 loadAllFromEF(int ef, int extensionEF, argument
102 mEf = ef;
111 ef, getEFPath(ef),
121 * @param ef EF fileid
128 updateEF(AdnRecord adn, int ef, in argument
[all...]
H A DSIMRecords.java310 private int getExtFromEf(int ef) { argument
312 switch (ef) {
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp304 const RSExportFunc *ef = *I; local
306 makeFunctionSignature(false, ef);
316 const RSExportForEach *ef = *I; local
317 if (ef->isDummyRoot()) {
324 "void " + mClassName + "::forEach_" + ef->getName() + "(";
327 if (ef->hasIns()) {
329 slangAssert(ef->getIns().size() == 1);
333 if (ef->hasOut() || ef->hasReturn()) {
337 const RSExportRecordType *ERT = ef
400 const RSExportFunc *ef = *I; local
704 makeFunctionSignature(bool isDefinition, const RSExportFunc *ef) argument
[all...]

Completed in 326 milliseconds