/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 211 MediaCodec.BufferInfo info = new MediaCodec.BufferInfo(); local 249 int res = codec.dequeueOutputBuffer(info, kTimeOutUs); 252 //Log.d(TAG, "got frame, size " + info.size + "/" + info.presentationTimeUs); 254 if (info.size > 0) { 257 if (info.size > 0 && resetMode != RESET_MODE_NONE) { 278 if (decodedIdx + (info.size / 2) >= decoded.length) { 279 decoded = Arrays.copyOf(decoded, decodedIdx + (info.size / 2)); 282 for (int i = 0; i < info.size; i += 2) { 288 if ((info.flags & MediaCodec.BUFFER_FLAG_END_OF_STREAM) != 0) 562 MediaCodec.BufferInfo info = new MediaCodec.BufferInfo(); local 748 MediaCodec.BufferInfo info = new MediaCodec.BufferInfo(); local 1049 MediaCodec.BufferInfo info = new MediaCodec.BufferInfo(); local [all...] |
EncodeVirtualDisplayTest.java | 221 MediaCodec.BufferInfo info = new MediaCodec.BufferInfo(); local 258 int decoderStatus = decoder.dequeueOutputBuffer(info, TIMEOUT_USEC); 274 " (size=" + info.size + ")"); 275 if ((info.flags & MediaCodec.BUFFER_FLAG_END_OF_STREAM) != 0) { 282 boolean doRender = (info.size != 0); 327 int encoderStatus = encoder.dequeueOutputBuffer(info, TIMEOUT_USEC); 349 encodedData.position(info.offset); 350 encodedData.limit(info.offset + info.size); 353 byte[] data = new byte[info.size] [all...] |
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 249 AdapterView.AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo)menuInfo; local 254 (AccountArrayAdapter.ViewHolder)info.targetView.getTag();
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
GestureBuilderActivity.java | 194 AdapterView.AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo) menuInfo; local 195 menu.setHeaderTitle(((TextView) info.targetView).getText());
|
/development/samples/Home/src/com/example/android/home/ |
Home.java | 290 ApplicationInfo info; local 307 info = getApplicationInfo(packageManager, intent); 308 if (info != null) { 309 info.intent = intent; 310 mFavorites.addFirst(info); 369 ApplicationInfo info = getApplicationInfo(manager, intent); local 370 if (info != null) { 371 info.intent = intent; 372 if (!mFavorites.contains(info)) { 373 recents.add(info); 389 final ApplicationInfo info = new ApplicationInfo(); local 502 ResolveInfo info = apps.get(i); local 616 final ApplicationInfo info = mApplications.get(position); local [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogRecordTest.java | 193 ml.info(MSG); 195 assertEquals("info", handler.getSourceMethodName()); 418 public void info(String s) { method in class:LogRecordTest.MockLogger 419 super.info(s);
|
/external/bluetooth/bluedroid/btif/include/ |
btif_av_api.h | 181 UINT8 info[AVDT_CODEC_SIZE]; /* Codec info (can be config or capabilities) */ member in struct:__anon609
|
/external/bluetooth/bluedroid/btif/src/ |
btif_storage.c | 319 bt_remote_version_t *info = (bt_remote_version_t *)prop->val; local 321 if (!info) 325 BTIF_STORAGE_PATH_REMOTE_VER_MFCT, info->manufacturer); 327 BTIF_STORAGE_PATH_REMOTE_VER_VER, info->version); 329 BTIF_STORAGE_PATH_REMOTE_VER_SUBVER, info->sub_ver); 431 bt_remote_version_t *info = (bt_remote_version_t *)prop->val; local 436 BTIF_STORAGE_PATH_REMOTE_VER_MFCT, &info->manufacturer); 440 BTIF_STORAGE_PATH_REMOTE_VER_VER, &info->version); 444 BTIF_STORAGE_PATH_REMOTE_VER_SUBVER, &info->sub_ver); [all...] |
/external/chromium/base/ |
process_util_win.cc | 57 long WINAPI StackDumpExceptionFilter(EXCEPTION_POINTERS* info) { 58 debug::StackTrace(info).PrintBacktrace(); 60 return g_previous_filter(info); 799 MEMORY_BASIC_INFORMATION info; local 801 &info, sizeof(info))) 803 if (info.State == MEM_FREE) { 804 accumulated += info.RegionSize; 805 UINT_PTR end = scan + info.RegionSize; 806 if (info.RegionSize > largest.RegionSize 900 PERFORMANCE_INFORMATION info; local [all...] |
/external/chromium/chrome/browser/ |
browser_about_handler.cc | 231 ProcessMemoryInformation* info); 232 void AppendProcess(ListValue* child_data, ProcessMemoryInformation* info); 1005 std::string info; local [all...] |
/external/chromium/net/base/ |
host_resolver_impl.cc | 154 RequestInfoParameters(const HostResolver::RequestInfo& info, 156 : info_(info), source_(source) {} 254 const RequestInfo& info, 260 info_(info), 311 const RequestInfo& info() const { function in class:net::HostResolverImpl::Request 322 // The request info that started the request. 381 if (!req->info().is_speculative()) 793 PendingRequestsQueue& q = pending_requests_[req->info().priority()]; 820 PendingRequestsQueue& q = pending_requests_[req->info().priority()]; 871 if (job->CanServiceRequest(req->info())) { [all...] |
/external/chromium/net/http/ |
http_cache_transaction.cc | 1392 const ValidationHeaderInfo& info = kValidationHeaders[i]; local [all...] |
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | 296 TestInfo* const info = GetUnitTestImpl()->current_test_info(); local 297 if (info == NULL) { 648 const TestInfo* const info = impl->current_test_info(); local 649 const int death_test_index = info->result()->death_test_count(); 678 info->test_case_name(), 679 info->name()); 990 const TestInfo* const info = impl->current_test_info(); local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 610 WINHTTP_PROXY_INFO *info) { 619 success = pWHGPFU(hWinHttp, url, options, info); 626 success = pWHGPFU(hWinHttp, url, options, info); 737 WINHTTP_PROXY_INFO info; local 738 memset(&info, 0, sizeof(info)); 749 pWHGPFU, hWinHttp, ToUtf16(url).c_str(), &options, &info); 756 memset(&info, 0, sizeof(info)); 764 pWHGPFU, hWinHttp, ToUtf16(url).c_str(), &options, &info); 926 INTERNET_PROXY_INFO * info = reinterpret_cast<INTERNET_PROXY_INFO *>(buffer); local [all...] |
/external/chromium_org/ash/display/ |
display_manager.cc | 163 const DisplayInfo& info) { 165 if (info.device_scale_factor() == 2.0f) { 169 switch (info.bounds_in_native().width()) { 183 NOTREACHED() << "Unknown resolution:" << info.ToString(); 190 float DisplayManager::GetNextUIScale(const DisplayInfo& info, bool up) { 191 float scale = info.configured_ui_scale(); 192 std::vector<float> scales = GetScalesForDisplay(info); 380 DisplayInfo info = GetDisplayInfo(iter->id()); local 381 if (info.id() == display_id) { 382 if (info.rotation() == rotation 391 DisplayInfo info = GetDisplayInfo(display_id); local 408 DisplayInfo info = GetDisplayInfo(iter->id()); local 628 DisplayInfo info = *new_info_iter; local 930 std::map<int64, DisplayInfo>::iterator info = local [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
wallpaper_manager.cc | 65 // Names of nodes with info about wallpaper in |kUserWallpapersProperties| 197 WallpaperInfo info; 198 if (GetLoggedInUserWallpaperInfo(&info)) { 200 RecordUma(info.type, -1); 201 if (info == current_user_wallpaper_info_) 240 bool WallpaperManager::GetLoggedInUserWallpaperInfo(WallpaperInfo* info) { 244 info->file = current_user_wallpaper_info_.file = ""; 245 info->layout = current_user_wallpaper_info_.layout = 247 info->type = current_user_wallpaper_info_.type = User::DEFAULT; 252 info); 333 WallpaperInfo info; local 469 WallpaperInfo info = { local 492 WallpaperInfo info = current_user_wallpaper_info_; local 541 WallpaperInfo info; local 899 WallpaperInfo info; local 977 WallpaperInfo info = { local [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_service.cc | 620 CrxComponentInfo info; local 621 info.id = GetCrxComponentID(item->component); 622 info.version = item->component.version.GetString(); 623 info.name = item->component.name; 624 components->push_back(info); [all...] |
/external/chromium_org/chrome/browser/download/ |
download_target_determiner_unittest.cc | 2126 std::vector<content::WebPluginInfo> info; local 2214 std::vector<content::WebPluginInfo> info; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
developer_private_api.cc | 291 scoped_ptr<developer::ItemInfo> info(new developer::ItemInfo()); 296 info->id = item.id(); 297 info->name = item.name(); 298 info->enabled = service->IsExtensionEnabled(info->id); 299 info->offline_enabled = OfflineEnabledInfo::IsOfflineEnabled(&item); 300 info->version = item.VersionString(); 301 info->description = item.description(); 305 info->type = developer::ITEM_TYPE_LEGACY_PACKAGED_APP; 307 info->type = developer::ITEM_TYPE_HOSTED_APP 371 developer_private::ItemInfo* info = iter->get(); local 1176 ui::SelectFileDialog::FileTypeInfo info; local [all...] |
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_preferences.cc | 494 StorageInfo info; local 495 if (MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path)) { 496 AddGalleryInternal(info.device_id(), info.name(), relative_path, false, 497 info.storage_label(), info.vendor_name(), 498 info.model_name(), info.total_size_in_bytes(), 609 const StorageInfo& info) { 611 if (!StorageInfo::IsMediaDevice(info.device_id()) 627 StorageInfo info; local [all...] |
/external/chromium_org/chrome/browser/net/ |
predictor.cc | 532 UrlInfo* info = &results_[url]; local 533 DCHECK(info->HasUrl(url)); 534 info->SetAssignedState(); 535 info->SetNoSuchNameState(); 545 UrlInfo* info = &it->second; local 546 DCHECK(info->HasUrl(url)); 547 if (info->is_assigned()) { 548 info->SetPendingDeleteState(); 549 assignees[url] = *info; 1138 UrlInfo* info = &results_[url]; local 1207 UrlInfo* info = &results_[url]; local 1380 UrlInfo info; local [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.cc | 100 LocalPredictorURLInfo info; local 101 info.id = id; 102 info.local_history_based = true; 103 info.service_whitelist = false; 104 info.service_whitelist_lookup_ok = false; 105 info.service_whitelist_reported = false; 106 info.priority = priority; 107 MaybeAddCandidateURLInternal(info); 112 LocalPredictorURLInfo info; local 113 info.id = kint64max 327 PrerenderLocalPredictor::LocalPredictorURLInfo* info = local [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_info_cache.cc | 185 DictionaryValue* info = NULL; local 186 cache->GetDictionaryWithoutPathExpansion(it.key(), &info); 188 info->GetString(kNameKey, &name); 193 if (info->GetBoolean(kIsManagedKey, &is_managed)) { 194 info->Remove(kIsManagedKey, NULL); 195 info->SetString(kManagedUserId, is_managed ? "DUMMY_ID" : std::string()); 214 scoped_ptr<DictionaryValue> info(new DictionaryValue); 215 info->SetString(kNameKey, name); 216 info->SetString(kUserNameKey, username); 217 info->SetString(kAvatarIconKey, GetDefaultAvatarIconUrl(icon_index)) 848 const DictionaryValue* info = NULL; local 916 const base::DictionaryValue* info = NULL; local [all...] |
profile_manager.cc | 569 ProfileInfo* info = NULL; local 572 info = iter->second.get(); 575 info = RegisterProfile(CreateProfileAsyncHelper(profile_path, this), false); 596 if (iter != profiles_info_.end() && info->created) { 597 Profile* profile = info->profile.get(); 606 info->callbacks.push_back(callback); 632 ProfileInfo* info = new ProfileInfo(profile, created); local 634 std::make_pair(profile->GetPath(), linked_ptr<ProfileInfo>(info))); 635 return info; 891 ProfileInfo* info = iter->second.get(); local [all...] |
/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_bubble_model.cc | 339 SettingInfo info; local 342 url, url, content_type(), std::string(), &info)); 344 setting_source = info.source; 346 info.primary_pattern == ContentSettingsPattern::Wildcard() && 347 info.secondary_pattern == ContentSettingsPattern::Wildcard(); [all...] |