/frameworks/base/services/java/com/android/server/ |
RecognitionManagerService.java | 92 ServiceInfo info = null; local 96 info = mIPm.getServiceInfo(comp, 0, userHandle); 100 if (info == null) {
|
/frameworks/base/services/java/com/android/server/display/ |
DisplayDevice.java | 89 * @return The display device info, which should be treated as immutable by the caller. 90 * The display device should allocate a new display device info object whenever 195 DisplayDeviceInfo info = getDisplayDeviceInfoLocked(); local 196 viewport.deviceWidth = isRotated ? info.height : info.width; 197 viewport.deviceHeight = isRotated ? info.width : info.height; 202 * Does not need to dump the display device info because that is already dumped elsewhere.
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
TextureViewActivity.java | 119 Camera.CameraInfo info = new Camera.CameraInfo(); local 121 Camera.getCameraInfo(i, info); 122 if (info.facing == Camera.CameraInfo.CAMERA_FACING_BACK) break; 143 return (info.orientation - degrees + 360) % 360;
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
Main.java | 84 log.info("Output: %1$s", osDestJar); 86 log.info("Input : %1$s", path); 90 CreateInfo info = new CreateInfo(); local 91 Set<String> excludeClasses = getExcludedClasses(info); 92 AsmGenerator agen = new AsmGenerator(log, osDestJar, info); 139 log.info("- Input JAR : %1$s", path); 154 private static Set<String> getExcludedClasses(CreateInfo info) { 155 String[] refactoredClasses = info.getJavaPkgClasses();
|
/frameworks/compile/libbcc/bcinfo/tools/ |
main.cpp | 78 // Turn off verbose so that we only generate the .info file. 118 FILE *info = fopen(infoFile.c_str(), "w"); local 119 if (!info) { 120 fprintf(stderr, "Could not open info file %s\n", infoFile.c_str()); 124 fprintf(info, "exportVarCount: %u\n", ME->getExportVarCount()); 127 fprintf(info, "%s\n", varNameList[i]); 130 fprintf(info, "exportFuncCount: %u\n", ME->getExportFuncCount()); 133 fprintf(info, "%s\n", funcNameList[i]); 136 fprintf(info, "exportForEachCount: %u\n", 141 fprintf(info, "%u - %s\n", sigList[i], nameList[i]) [all...] |
/frameworks/native/services/surfaceflinger/tests/ |
Transaction_test.cpp | 99 DisplayInfo info; local 100 SurfaceComposerClient::getDisplayInfo(display, &info); 102 ssize_t displayWidth = info.w; 103 ssize_t displayHeight = info.h;
|
/frameworks/rs/ |
rsScript.h | 80 DriverInfo info; member in struct:android::renderscript::Script::Hal
|
/frameworks/support/v4/java/android/support/v4/app/ |
NavUtils.java | 45 String getParentActivityName(Context context, ActivityInfo info); 84 public String getParentActivityName(Context context, ActivityInfo info) { 85 if (info.metaData == null) return null; 86 String parentActivity = info.metaData.getString(PARENT_ACTIVITY); 123 public String getParentActivityName(Context context, ActivityInfo info) { 124 String result = NavUtilsJB.getParentActivityName(info); 126 result = super.getParentActivityName(context, info); 298 ActivityInfo info = pm.getActivityInfo(componentName, PackageManager.GET_META_DATA); local 299 String parentActivity = IMPL.getParentActivityName(context, info);
|
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
UiAutomationShellWrapper.java | 75 AccessibilityServiceInfo info = mUiAutomation.getServiceInfo(); local 77 info.flags &= ~AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; 79 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; 80 mUiAutomation.setServiceInfo(info);
|
/hardware/libhardware/modules/gralloc/ |
framebuffer.cpp | 79 m->info.reserved[0] = 0x54445055; // "UPDT"; 80 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); 81 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); 98 m->info.activate = FB_ACTIVATE_VBL; 99 m->info.yoffset = offset / m->finfo.line_length; 100 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 116 0, 0, m->info.xres, m->info.yres, 121 0, 0, m->info.xres, m->info.yres 163 struct fb_var_screeninfo info; local [all...] |
gralloc_priv.h | 49 struct fb_var_screeninfo info; member in struct:private_module_t
|
/hardware/qcom/audio/legacy/alsa_sound/ |
ALSAStreamOps.cpp | 262 EDID_AUDIO_INFO info = { 0 }; local 265 if (AudioUtil::getHDMIAudioSinkCaps(&info)) { 266 for (int i = 0; i < info.nAudioBlocks && i < MAX_EDID_BLOCKS; i++) { 268 switch (info.AudioBlocksArray[i].nChannels) { 278 ALOGD("Unsupported number of channels %d", info.AudioBlocksArray[i].nChannels);
|
/hardware/qcom/display/msm8960/libcopybit/ |
software_converter.cpp | 139 copyInfo& info) 147 int width = info.width; 148 int height = info.height; 155 src += info.src_stride; 156 dst += info.dst_stride; 160 src = (unsigned char*)(src_base + info.src_plane1_offset); 161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); 165 memcpy(dst, src, info.src_stride); 166 src += info.src_stride; 167 dst += info.dst_stride 193 copyInfo info; local 238 copyInfo info; local [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
software_converter.cpp | 139 copyInfo& info) 147 int width = info.width; 148 int height = info.height; 155 src += info.src_stride; 156 dst += info.dst_stride; 160 src = (unsigned char*)(src_base + info.src_plane1_offset); 161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); 165 memcpy(dst, src, info.src_stride); 166 src += info.src_stride; 167 dst += info.dst_stride 193 copyInfo info; local 238 copyInfo info; local [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
software_converter.cpp | 139 copyInfo& info) 147 int width = info.width; 148 int height = info.height; 155 src += info.src_stride; 156 dst += info.dst_stride; 160 src = (unsigned char*)(src_base + info.src_plane1_offset); 161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); 165 memcpy(dst, src, info.src_stride); 166 src += info.src_stride; 167 dst += info.dst_stride 193 copyInfo info; local 238 copyInfo info; local [all...] |
/hardware/samsung_slsi/exynos5/gralloc/ |
framebuffer.cpp | 174 ALOGE("Fail to get FB Screen Info"); 178 struct fb_var_screeninfo info; local 179 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 180 ALOGE("First, Fail to get FB VScreen Info"); 189 float xdpi = (module->xres * 25.4f) / info.width; 190 float ydpi = (module->yres * 25.4f) / info.height; 198 finfo.id, module->xres, module->yres, info.width, xdpi, info.height,
|
/libcore/libart/src/main/java/java/lang/reflect/ |
Constructor.java | 136 GenericInfo info = getMethodOrConstructorGenericInfo(); local 137 return (TypeVariable<Constructor<T>>[]) info.formalTypeParameters.clone();
|
/libcore/luni/src/main/java/java/lang/ |
StringToReal.java | 263 StringExponentPair info = initialParse(s, length, true); local 264 if (info.infinity || info.zero) { 265 return info.specialValue(); 267 double result = parseDblImpl(info.s, (int) info.e); 271 return info.negative ? -result : result; 304 StringExponentPair info = initialParse(s, length, false); local 305 if (info.infinity || info.zero) [all...] |
/libcore/luni/src/main/java/java/security/ |
Identity.java | 39 private String info = "no additional info"; field in class:Identity 207 s += " " + info; 266 * @param info 269 public void setInfo(String info) { 270 this.info = info; 279 return info;
|
/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
JarUtils.java | 70 ContentInfo info = (ContentInfo)ContentInfo.ASN1.decode(bis); local 71 SignedData signedData = info.getSignedData();
|
/libcore/luni/src/test/java/libcore/sqlite/ |
OldJDBCDriverTest.java | 93 DriverPropertyInfo[] info = null; local 95 info = jDriver.getPropertyInfo(getConnectionURL(), null); 96 assertNotNull(info); 97 assertTrue(info.length > 0); 102 assertNotNull(info);
|
/ndk/sources/android/support/tests/minitest/ |
minitest.cc | 170 TestInfo* info = reinterpret_cast<TestInfo*>(::malloc(sizeof(*info))); local 172 info->test_name = test_name; 173 info->case_name = case_name; 174 info->test_function = test_function; 176 *g_test_infos_tail = info; 177 g_test_infos_tail = &info->next; 184 TestInfo* info = g_test_infos; local 187 for ( ; info != NULL; info = info->next) [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_file.cc | 28 /* Tags to parse when collecting info about routines. */ 195 Dwarf_AddressInfo info; local 196 info.die_obj = cu->get_leaf_die_for_address(address); 197 if (info.die_obj != NULL) { 199 if (cu->get_pc_address_file_info(address, &info)) { 201 address_info->file_name = info.file_name; 202 address_info->dir_name = info.dir_name; 203 address_info->line_number = info.line_number; 212 Dwarf_Tag tag = info.die_obj->get_tag(); 216 info.die_obj = info.die_obj->parent_die() [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_pan.cpp | 35 #define info(fmt, ...) ALOGI ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) macro 105 info("succeeds");
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBatch.java | 103 * @param info, BluetoothOppShareInfo 105 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { 109 mTimestamp = info.mTimestamp; 110 mDirection = info.mDirection; 111 mDestination = adapter.getRemoteDevice(info.mDestination); 113 mShares.add(info); 115 if (V) Log.v(TAG, "New Batch created for info " + info.mId); 125 public void addShare(BluetoothOppShareInfo info) { 126 mShares.add(info); 166 BluetoothOppShareInfo info = mShares.get(i); local [all...] |