/frameworks/base/media/jni/soundpool/ |
SoundPool.h | 145 static void callback(int event, void* user, void *info); 146 void process(int event, void *info);
|
/frameworks/base/services/java/com/android/server/ |
AccessibilityManagerService.java | 331 AccessibilityServiceInfo info = (AccessibilityServiceInfo) arguments.arg1; local 335 service.mEventTypes = info.eventTypes; 336 service.mFeedbackType = info.feedbackType; 337 String[] packageNames = info.packageNames; 341 service.mNotificationTimeout = info.notificationTimeout; 342 service.mIsDefault = (info.flags & AccessibilityServiceInfo.DEFAULT) != 0; 708 public void setServiceInfo(AccessibilityServiceInfo info) { 709 mCaller.obtainMessageOO(DO_SET_SERVICE_INFO, info, this).sendToTarget();
|
/frameworks/base/services/java/com/android/server/am/ |
BatteryStatsService.java | 87 //Slog.i("foo", "SENDING BATTERY INFO:"); 88 //mStats.dumpLocked(new LogPrinter(Log.INFO, "foo", Log.LOG_ID_SYSTEM));
|
/hardware/ti/omap3/dspbridge/inc/ |
cmmdefs.h | 76 * This info is used by the GPP to xlate DSP allocated PAs. 112 /* Info per registered SM segment. */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
cmmdefs.h | 76 * This info is used by the GPP to xlate DSP allocated PAs. 112 /* Info per registered SM segment. */
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
armtime | 15 # verbose mode: print collected info 20 # super verbose mode: print collected info and debug awk script
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
exec_elf.h | 226 Elf64_Half sh_info; /* misc info */ 273 #define ELF_REL_DYN ".rel.dyn" /* relocaltion dynamic link info */ 312 /* Extract symbol info - st_info */ 352 /* Extract relocation info - r_info */ 368 #define ELF64_R_SYM(info) ((info) >> 32) 369 #define ELF64_R_TYPE(info) ((info) & 0xFFFFFFFF)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
exec_elf.h | 226 Elf64_Half sh_info; /* misc info */ 273 #define ELF_REL_DYN ".rel.dyn" /* relocaltion dynamic link info */ 312 /* Extract symbol info - st_info */ 352 /* Extract relocation info - r_info */ 368 #define ELF64_R_SYM(info) ((info) >> 32) 369 #define ELF64_R_TYPE(info) ((info) & 0xFFFFFFFF)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
exec_elf.h | 226 Elf64_Half sh_info; /* misc info */ 273 #define ELF_REL_DYN ".rel.dyn" /* relocaltion dynamic link info */ 312 /* Extract symbol info - st_info */ 352 /* Extract relocation info - r_info */ 368 #define ELF64_R_SYM(info) ((info) >> 32) 369 #define ELF64_R_TYPE(info) ((info) & 0xFFFFFFFF)
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
exec_elf.h | 226 Elf64_Half sh_info; /* misc info */ 273 #define ELF_REL_DYN ".rel.dyn" /* relocaltion dynamic link info */ 312 /* Extract symbol info - st_info */ 352 /* Extract relocation info - r_info */ 368 #define ELF64_R_SYM(info) ((info) >> 32) 369 #define ELF64_R_TYPE(info) ((info) & 0xFFFFFFFF)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
exec_elf.h | 226 Elf64_Half sh_info; /* misc info */ 273 #define ELF_REL_DYN ".rel.dyn" /* relocaltion dynamic link info */ 312 /* Extract symbol info - st_info */ 352 /* Extract relocation info - r_info */ 368 #define ELF64_R_SYM(info) ((info) >> 32) 369 #define ELF64_R_TYPE(info) ((info) & 0xFFFFFFFF)
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
exec_elf.h | 226 Elf64_Half sh_info; /* misc info */ 273 #define ELF_REL_DYN ".rel.dyn" /* relocaltion dynamic link info */ 312 /* Extract symbol info - st_info */ 352 /* Extract relocation info - r_info */ 368 #define ELF64_R_SYM(info) ((info) >> 32) 369 #define ELF64_R_TYPE(info) ((info) & 0xFFFFFFFF)
|
/ndk/build/tools/ |
download-toolchain-sources.sh | 134 # remove all info files from the toolchain sources 139 find $TMPDIR -type f -a -name "*.info" -print0 | xargs -0 rm -f
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
ExternalSource.java | 100 for (ResolveInfo info : matches) { 101 final XmlResourceParser parser = info.serviceInfo.loadXmlMetaData(pm,
|
/packages/apps/Email/src/com/android/email/mail/ |
Transport.java | 73 * Returns the user info parts of the Uri, if any were supplied. Typically, [0] is the user 75 * @return Returns the user info parts of the Uri. Null if none were supplied.
|
/packages/apps/IM/plugin/com/android/im/plugin/ |
BrandingResourceIDs.java | 137 * The title of the contact info dialog. 149 * The label of the menu to view contact profile info.
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessagingNotification.java | 212 SortedSet set, MmsSmsNotificationInfo info) { 213 if (info != null) { 214 set.add(info); 216 return info.mCount; 313 MmsSmsNotificationInfo info = getNewMessageNotificationInfo( local 323 return info; 381 MmsSmsNotificationInfo info = getNewMessageNotificationInfo( local 390 return info;
|
/packages/apps/Music/res/layout-land-finger/ |
audio_player.xml | 23 <!-- This is the LinearLayout that contains the album art, function buttons and album/artist/track info --> 39 <!-- This is the LinearLayout that contains function buttons and album/artist/track info -->
|
/packages/apps/Settings/src/com/android/settings/ |
DeviceInfoSettings.java | 71 * info. 165 "IO Exception when getting kernel version for Device Info screen",
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEN.java | [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
xf86Privstr.h | 192 /* Private info for DPMS */ 201 /* Private info for Video Mode Extentsion */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfo.java | 29 * The only large difference is that we keep both the original bounds of the view info 124 * Returns the absolute selection bounds of the view info as a rectangle.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/ |
AndroidManifest.java | 59 * @return the package info or null (or empty) if not found. 72 * @return the package info or null (or empty) if not found.
|
/system/extras/tests/framebuffer/ |
fb_test.c | 71 perror("failed to get fb0 info"); 76 perror("failed to get fb0 info");
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_fast.c | 821 wpa_hexdump(MSG_DEBUG, "EAP-FAST: PAC-Info", pos, len); 884 wpa_hexdump(MSG_DEBUG, "EAP-FAST: PAC-Info - " 893 * needed. Anyway, the information is available from PAC-Info 898 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC-Info - CRED_LIFETIME %d " 903 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: PAC-Info - A-ID", 909 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: PAC-Info - I-ID", 915 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: PAC-Info - A-ID-Info", 927 "EAP-FAST: PAC-Info - PAC-Type", 940 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC-Info - PAC-Type %d" [all...] |