Home
last modified time | relevance | path

Searched refs:fh (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/native/cmds/rawbu/
Dbackup.cpp173 static int write_int32(FILE* fh, int32_t val) in write_int32() argument
175 int res = fwrite(&val, 1, sizeof(val), fh); in write_int32()
184 static int write_int64(FILE* fh, int64_t val) in write_int64() argument
186 int res = fwrite(&val, 1, sizeof(val), fh); in write_int64()
235 static int write_header(FILE* fh, int type, const char* path, const struct stat* st) in write_header() argument
238 if (!write_int32(fh, type)) return 0; in write_header()
239 if (!write_int32(fh, pathLen)) return 0; in write_header()
240 if (fwrite(path, 1, pathLen, fh) != (size_t)pathLen) { in write_header()
245 if (!write_int32(fh, st->st_uid)) return 0; in write_header()
246 if (!write_int32(fh, st->st_gid)) return 0; in write_header()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DRilMessageDecoder.java70 public static synchronized RilMessageDecoder getInstance(Handler caller, IccFileHandler fh, in getInstance() argument
82 mInstance[slotId] = new RilMessageDecoder(caller, fh, context); in getInstance()
129 private RilMessageDecoder(Handler caller, IccFileHandler fh, Context context) { in RilMessageDecoder() argument
138 mCmdParamsFactory = CommandParamsFactory.getInstance(this, fh, context); in RilMessageDecoder()
DIconLoader.java73 private IconLoader(Looper looper , IccFileHandler fh) { in IconLoader() argument
75 mSimFH = fh; in IconLoader()
80 static IconLoader getInstance(Handler caller, IccFileHandler fh) { in getInstance() argument
84 if (fh != null) { in getInstance()
87 return new IconLoader(sThread.getLooper(), fh); in getInstance()
DCatService.java167 Context context, IccFileHandler fh, UiccProfile uiccProfile, int slotId, in CatService() argument
171 if (ci == null || ca == null || ir == null || context == null || fh == null in CatService()
181 mMsgDecoder = RilMessageDecoder.getInstance(this, fh, context, slotId); in CatService()
235 IccFileHandler fh = null; in getInstance() local
243 fh = ca.getIccFileHandler(); in getInstance()
257 if (ci == null || ca == null || ir == null || context == null || fh == null in getInstance()
261 sInstance[slotId] = new CatService(ci, ca, ir, context, fh, uiccProfile, slotId, in getInstance()
DCommandParamsFactory.java107 IccFileHandler fh, Context context) { in getInstance() argument
111 if (fh != null) { in getInstance()
112 return new CommandParamsFactory(caller, fh, context); in getInstance()
117 private CommandParamsFactory(RilMessageDecoder caller, IccFileHandler fh, Context context) { in CommandParamsFactory() argument
119 mIconLoader = IconLoader.getInstance(this, fh); in CommandParamsFactory()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp94 const GLfloat fh = h; in main() local
98 { 0, fh }, in main()
99 { fw, fh }, in main()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp83 const GLfloat fh = h; in main() local
87 { fw2, fh } in main()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecordCache.java63 AdnRecordCache(IccFileHandler fh) { in AdnRecordCache() argument
64 mFh = fh; in AdnRecordCache()
68 public AdnRecordCache(IccFileHandler fh, UsimPhoneBookManager usimPhoneBookManager) { in AdnRecordCache() argument
69 mFh = fh; in AdnRecordCache()
DAdnRecordLoader.java66 AdnRecordLoader(IccFileHandler fh) { in AdnRecordLoader() argument
70 mFh = fh; in AdnRecordLoader()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java229 IccFileHandler fh = mPhone.getIccFileHandler(); in markMessagesAsRead() local
230 if (fh == null) { in markMessagesAsRead()
248 fh.updateEFLinearFixed(IccConstants.EF_SMS, i + 1, record, null, null); in markMessagesAsRead()
313 IccFileHandler fh = mPhone.getIccFileHandler(); in updateMessageOnIccEf() local
314 if (fh == null) { in updateMessageOnIccEf()
319 fh.updateEFLinearFixed( in updateMessageOnIccEf()
392 IccFileHandler fh = mPhone.getIccFileHandler(); in getAllMessagesFromIccEf() local
393 if (fh == null) { in getAllMessagesFromIccEf()
399 fh.loadEFLinearFixedAll(IccConstants.EF_SMS, response); in getAllMessagesFromIccEf()
DIccPhoneBookInterfaceManager.java311 IccFileHandler fh = mPhone.getIccFileHandler(); in getAdnRecordsSize() local
312 if (fh != null) { in getAdnRecordsSize()
313 fh.getEFLinearRecordSize(efid, response); in getAdnRecordsSize()
DPhone.java1933 IccFileHandler fh; in getIccFileHandler() local
1937 fh = null; in getIccFileHandler()
1939 fh = uiccApplication.getIccFileHandler(); in getIccFileHandler()
1942 Rlog.d(mLogTag, "getIccFileHandler: fh=" + fh); in getIccFileHandler()
1943 return fh; in getIccFileHandler()
/frameworks/base/core/jni/
Dcom_android_internal_os_FuseAppLoop.cpp138 JNIEnv* env, jobject self, jlong ptr, jlong unique, jlong fh) { in com_android_internal_os_FuseAppLoop_replyOpen() argument
139 if (!reinterpret_cast<fuse::FuseAppLoop*>(ptr)->ReplyOpen(unique, fh)) { in com_android_internal_os_FuseAppLoop_replyOpen()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DAdnRecordCacheTest.java60 AdnRecordCacheUT(IccFileHandler fh, UsimPhoneBookManager usimPhoneBookManager) { in AdnRecordCacheUT() argument
61 super(fh, usimPhoneBookManager); in AdnRecordCacheUT()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimPhoneBookManager.java117 public UsimPhoneBookManager(IccFileHandler fh, AdnRecordCache cache) { in UsimPhoneBookManager() argument
118 mFh = fh; in UsimPhoneBookManager()
/frameworks/base/core/res/geoid_map_assets/
Dexpiration-distance-disk-tile-5.textpb2 …v\373\331\354\271\017p\3050\324L4\267\b\310\264\372\261\231\315tBs`M\300\f\fh\a\363\216\274$E\361N…
Dexpiration-distance-disk-tile-7.textpb2 …$\020\001\027\201\220B\006\234 J%\245\2142d!\a\251 \b\302\204\370\204\a\375fh\207\276T\276e\371Eys…
/frameworks/base/core/java/com/android/internal/os/
DFuseAppLoop.java321 native void native_replyOpen(long ptr, long unique, long fh);
/frameworks/base/services/tests/mockingservicestests/res/raw/
Dbackup_telephony_with_password141 …+s�Ƚ��D�d�k(*��b�V��� 'Erj$�k���a Hv��C�W�����ֻb�R��Ϲ�csȉ���4s�c�fh���8�I����Y%��\��…
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/
Dindex9231 …�W�غ���\����4h�/�=�Լ���? �I�6��`��*��UZt�kz�g���LT�[j�g��������l���> l��lִՑ�!fh�u�J�Zi�+
1316 …�=gzb�v���A�V@c����� �´ؖ���e�JHE��s!�{� ;CϪ�}{s����p +G�MX�Kt+�����U�fh�j�HP�l�P5�FW�&H�Ҍ�!…
1628 *���}�1^zE��@o�1�#��{Q U���P�%��p�f���=M[���^&5OpZe�hi������Cr�I��fh� ZA��E���s�����هCh�…
Dindex13230 …�W�غ���\����4h�/�=�Լ���? �I�6��`��*��UZt�kz�g���LT�[j�g��������l���> l��lִՑ�!fh�u�J�Zi�+
1315 …�=gzb�v���A�V@c����� �´ؖ���e�JHE��s!�{� ;CϪ�}{s����p +G�MX�Kt+�����U�fh�j�HP�l�P5�FW�&H�Ҍ�!…
1627 *���}�1^zE��@o�1�#��{Q U���P�%��p�f���=M[���^&5OpZe�hi������Cr�I��fh� ZA��E���s�����هCh�…
Dindex15243 …�W�غ���\����4h�/�=�Լ���? �I�6��`��*��UZt�kz�g���LT�[j�g��������l���> l��lִՑ�!fh�u�J�Zi�+
1328 …�=gzb�v���A�V@c����� �´ؖ���e�JHE��s!�{� ;CϪ�}{s����p +G�MX�Kt+�����U�fh�j�HP�l�P5�FW�&H�Ҍ�!…
1640 *���}�1^zE��@o�1�#��{Q U���P�%��p�f���=M[���^&5OpZe�hi������Cr�I��fh� ZA��E���s�����هCh�…
Dindex11231 …�W�غ���\����4h�/�=�Լ���? �I�6��`��*��UZt�kz�g���LT�[j�g��������l���> l��lִՑ�!fh�u�J�Zi�+
1316 …�=gzb�v���A�V@c����� �´ؖ���e�JHE��s!�{� ;CϪ�}{s����p +G�MX�Kt+�����U�fh�j�HP�l�P5�FW�&H�Ҍ�!…
1628 *���}�1^zE��@o�1�#��{Q U���P�%��p�f���=M[���^&5OpZe�hi������Cr�I��fh� ZA��E���s�����هCh�…
Dindex10235 …�W�غ���\����4h�/�=�Լ���? �I�6��`��*��UZt�kz�g���LT�[j�g��������l���> l��lִՑ�!fh�u�J�Zi�+
1320 …�=gzb�v���A�V@c����� �´ؖ���e�JHE��s!�{� ;CϪ�}{s����p +G�MX�Kt+�����U�fh�j�HP�l�P5�FW�&H�Ҍ�!…
1632 *���}�1^zE��@o�1�#��{Q U���P�%��p�f���=M[���^&5OpZe�hi������Cr�I��fh� ZA��E���s�����هCh�…
Dindex18229 …�W�غ���\����4h�/�=�Լ���? �I�6��`��*��UZt�kz�g���LT�[j�g��������l���> l��lִՑ�!fh�u�J�Zi�+
1314 …�=gzb�v���A�V@c����� �´ؖ���e�JHE��s!�{� ;CϪ�}{s����p +G�MX�Kt+�����U�fh�j�HP�l�P5�FW�&H�Ҍ�!…
1626 *���}�1^zE��@o�1�#��{Q U���P�%��p�f���=M[���^&5OpZe�hi������Cr�I��fh� ZA��E���s�����هCh�…

12