Searched defs:ic (Results 1 - 11 of 11) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java131 Context context, IccFileHandler fh, UiccCard ic, int slotId) {
133 || ic == null) {
184 * @param ic Icc card
189 Context context, UiccCard ic, int slotId) {
193 if (ic != null) {
197 ca = ic.getApplicationIndex(0);
214 || ic == null) {
218 sInstance[slotId] = new CatService(ci, ca, ir, context, fh, ic, slotId);
1053 Context context, UiccCard ic) {
1057 if (ic !
130 CatService(CommandsInterface ci, UiccCardApplication ca, IccRecords ir, Context context, IccFileHandler fh, UiccCard ic, int slotId) argument
188 getInstance(CommandsInterface ci, Context context, UiccCard ic, int slotId) argument
1052 update(CommandsInterface ci, Context context, UiccCard ic) argument
[all...]
/frameworks/native/cmds/service/
H A Dservice.cpp82 int ic = getopt(argc, argv, "h?"); local
83 if (ic < 0)
86 switch (ic) {
92 aerr << "service: Unknown option -" << ic << endl;
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp880 unsigned int ic = 3; local
900 vertex_t* s = ivl[ic-1];
904 for (unsigned int i=0 ; i<ic ; i++) {
945 ic = oc;
966 vertex_t* s = ivl[ic-1];
969 for (unsigned int i=0 ; i<ic ; i++) {
1010 ic = oc;
1021 for (unsigned int i=2 ; i<ic ; i++) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java53 public Entry(StatusBarNotification n, StatusBarIconView ic) { argument
56 this.icon = ic;
/frameworks/base/libs/androidfw/
H A DZipUtils.cpp265 int ic; local
269 ic = getc(fp);
270 if (ic != 0x1f || getc(fp) != 0x8b)
296 ic = getc(fp);
297 } while (ic != 0 && ic != EOF);
302 ic = getc(fp);
303 } while (ic != 0 && ic != EOF);
/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c189 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od) argument
196 input_card = ic;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java335 final InputConnection ic = getCurrentInputConnection();
336 if (ei != null && ic != null) {
338 ic.performEditorAction(ei.actionId);
341 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
372 + " ic=" + mInputConnection);
373 InputConnection ic = getCurrentInputConnection();
374 if (ic != null) ic.reportFullscreenMode(mIsFullscreen);
384 + " ic=" + mInputConnection);
390 public void startInput(InputConnection ic, EditorInf argument
395 restartInput(InputConnection ic, EditorInfo attribute) argument
1594 doStartInput(InputConnection ic, EditorInfo attribute, boolean restarting) argument
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java857 public void reportFinishInputConnection(InputConnection ic) { argument
858 if (mServedInputConnection != ic) {
859 ic.finishComposingText();
861 if (ic instanceof BaseInputConnection) {
862 ((BaseInputConnection) ic).reportFinish();
1181 InputConnection ic = view.onCreateInputConnection(tba);
1182 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic);
1206 mServedInputConnection = ic;
1208 if (ic !
[all...]
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp889 int ic = getopt_long(argc, argv, "", longOptions, &optionIndex); local
890 if (ic == -1) {
894 switch (ic) {
964 if (ic != '?') {
965 fprintf(stderr, "getopt_long returned unexpected value 0x%x\n", ic);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd8_31pf.cpp174 Word16 ic; local
223 ic = LSBs - ((LSBs >> 2) << 2);
226 pos_indx[index1] = ib + (ic & 1);
242 pos_indx[index2] = ib + (ic >> 1);
247 ic =
253 ic =
255 ic,
262 ic,
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc8_31pf.cpp445 Word16 ic; local
461 ic = pos_indxC >> 1;
463 tempWord32 = ((Word32) ic * 25) << 1;
467 ic = (Word16) tempWord32;
469 ib += ic;
479 ic = ((Word16)(pos_indxC & 1)) << 2;
481 ib += ic;
574 Word16 ic; local
587 indx[NB_TRACK] = (ia/2+(ib/2)*5 +(ic/2)*25)*8 + ia%2 + (ib%2)*2 + (ic
[all...]

Completed in 303 milliseconds