HomeSort by relevance Sort by last modified time
    Searched refs:fileid (Results 1 - 23 of 23) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 142 * @param fileid EF id
149 public void loadEFLinearFixed(int fileid, int recordNum, Message onLoaded) {
152 new LoadLinearFixedContext(fileid, recordNum, onLoaded));
154 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid),
181 * @param fileid EF id
187 public void getEFLinearRecordSize(int fileid, Message onLoaded) {
190 new LoadLinearFixedContext(fileid, onLoaded));
191 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid),
332 int fileid; local
    [all...]
RuimFileHandler.java 40 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset,
42 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0,
45 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), 0, 0,
  /external/skia/legacy/src/ports/
SkFontHost_fontconfig.cpp 34 // filenames to fileid numbers and back.
37 // both filename and style. Thus we encode that id as (fileid << 8) | style.
57 static unsigned FileIdAndStyleToUniqueId(unsigned fileid,
61 return (fileid << 8) | static_cast<int>(style);
189 // Check to see if the filename has already been assigned a fileid and, if so,
190 // use it. Otherwise, assign one. Return the resulting fileid.
199 const unsigned fileid = global_fc_map_next_id++; local
200 global_fc_map[filename] = fileid;
201 global_fc_map_inverted[fileid] = filename;
202 return fileid;
228 const unsigned fileid = UniqueIdToFileId(familyFace->uniqueID()); local
279 const unsigned fileid = FileIdFromFilename(reinterpret_cast<char*>(filename)); local
310 const unsigned fileid = UniqueIdToFileId(id); local
323 const unsigned fileid = UniqueIdToFileId(fontID); local
    [all...]
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 30 * Check to see if the filename has already been assigned a fileid and, if so, use it.
31 * Otherwise, assign one. Return the resulting fileid.
38 const unsigned fileid = global_fc_map_next_id++; local
39 global_fc_map[filename] = fileid;
40 global_fc_map_inverted[fileid] = filename;
41 return fileid;
55 static unsigned UniqueIdFromFileIdAndStyle(unsigned fileid, SkTypeface::Style style) {
57 return (fileid << 8) | static_cast<int>(style);
135 const unsigned fileid = FileIdFromUniqueId(familyFace->uniqueID()); local
136 std::map<unsigned, std::string>::const_iterator i = global_fc_map_inverted.find(fileid);
187 const unsigned fileid = FileIdFromFilename(reinterpret_cast<char*>(filename)); local
210 const unsigned fileid = FileIdFromUniqueId(id); local
222 const unsigned fileid = FileIdFromUniqueId(fontID); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 125 unsigned fileid; /* inode # */
262 unsigned fileid;
nfs_prot.h 89 u_int fileid; member in struct:fattr
224 u_int fileid; member in struct:entry
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 125 unsigned fileid; /* inode # */
262 unsigned fileid;
nfs_prot.h 89 u_int fileid; member in struct:fattr
224 u_int fileid; member in struct:entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 125 unsigned fileid; /* inode # */
262 unsigned fileid;
nfs_prot.h 89 u_int fileid; member in struct:fattr
224 u_int fileid; member in struct:entry
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 273 public void iccIO (int command, int fileid, String path, int p1, int p2,
277 public void iccIOForApp (int command, int fileid, String path, int p1, int p2,
  /hardware/ril/include/telephony/
ril.h 272 int fileid; /* EF id */ member in struct:__anon20997
286 int fileid; /* EF id */ member in struct:__anon20998
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 382 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data,
630 public void iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 60 __u64 fileid; member in struct:nfs_fattr
  /external/kernel-headers/original/linux/
nfs_xdr.h 52 __u64 fileid; member in struct:nfs_fattr
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /hardware/ril/reference-ril/
reference-ril.c     [all...]
  /hardware/ril/libril/
ril.cpp 695 * int32_t fileid
721 simIO.v6.fileid = (int)t;
740 simIO.v6.command, simIO.v6.fileid, (char*)simIO.v6.path,
    [all...]
  /external/libmtp/src/
libmtp.c     [all...]

Completed in 988 milliseconds