Searched defs:info (Results 151 - 175 of 288) sorted by relevance

1234567891011>>

/frameworks/rs/driver/
H A DrsdBcc.cpp63 const bcc::RSInfo *info; local
86 script->mHal.info.isThreadable = true;
102 exec->setThreadable(script->mHal.info.isThreadable);
104 ALOGW("bcc: FAILS to synchronize the RS info file to the disk");
114 info = &drv->mExecutable->getInfo();
115 // Copy info over to runtime
116 script->mHal.info.exportedFunctionCount = info->getExportFuncNames().size();
117 script->mHal.info.exportedVariableCount = info
[all...]
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatIcs.java38 public static Object obtain(Object info) { argument
39 return AccessibilityNodeInfo.obtain((AccessibilityNodeInfo) info);
42 public static void addAction(Object info, int action) { argument
43 ((AccessibilityNodeInfo) info).addAction(action);
46 public static void addChild(Object info, View child) { argument
47 ((AccessibilityNodeInfo) info).addChild(child);
51 public static List<Object> findAccessibilityNodeInfosByText(Object info, String text) { argument
52 Object result = ((AccessibilityNodeInfo) info).findAccessibilityNodeInfosByText(text);
56 public static int getActions(Object info) { argument
57 return ((AccessibilityNodeInfo) info)
60 getBoundsInParent(Object info, Rect outBounds) argument
64 getBoundsInScreen(Object info, Rect outBounds) argument
68 getChild(Object info, int index) argument
72 getChildCount(Object info) argument
76 getClassName(Object info) argument
80 getContentDescription(Object info) argument
84 getPackageName(Object info) argument
88 getParent(Object info) argument
92 getText(Object info) argument
96 getWindowId(Object info) argument
100 isCheckable(Object info) argument
104 isChecked(Object info) argument
108 isClickable(Object info) argument
112 isEnabled(Object info) argument
116 isFocusable(Object info) argument
120 isFocused(Object info) argument
124 isLongClickable(Object info) argument
128 isPassword(Object info) argument
132 isScrollable(Object info) argument
136 isSelected(Object info) argument
140 performAction(Object info, int action) argument
144 setBoundsInParent(Object info, Rect bounds) argument
148 setBoundsInScreen(Object info, Rect bounds) argument
152 setCheckable(Object info, boolean checkable) argument
156 setChecked(Object info, boolean checked) argument
160 setClassName(Object info, CharSequence className) argument
164 setClickable(Object info, boolean clickable) argument
168 setContentDescription(Object info, CharSequence contentDescription) argument
172 setEnabled(Object info, boolean enabled) argument
176 setFocusable(Object info, boolean focusable) argument
180 setFocused(Object info, boolean focused) argument
184 setLongClickable(Object info, boolean longClickable) argument
188 setPackageName(Object info, CharSequence packageName) argument
192 setParent(Object info, View parent) argument
196 setPassword(Object info, boolean password) argument
200 setScrollable(Object info, boolean scrollable) argument
204 setSelected(Object info, boolean selected) argument
208 setSource(Object info, View source) argument
212 setText(Object info, CharSequence text) argument
216 recycle(Object info) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java405 LoaderInfo info = mInactiveLoaders.get(mId);
406 if (info != null && info != this) {
407 info.mDeliveredData = false;
408 info.destroy();
489 LoaderInfo info = new LoaderInfo(id, args, (LoaderManager.LoaderCallbacks<Object>)callback);
491 info.mLoader = (Loader<Object>)loader;
492 return info;
499 LoaderInfo info = createLoader(id, args, callback);
500 installLoader(info);
507 installLoader(LoaderInfo info) argument
[all...]
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp116 DrmSupportInfo* info = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0); local
117 if (NULL != info) {
118 if (mSupportInfoToPlugInIdMap.indexOfKey(*info) < 0) {
119 mSupportInfoToPlugInIdMap.add(*info, plugInPath);
121 delete info;
196 DrmSupportInfo* info = rDrmEngine.getSupportInfo(0); local
197 mSupportInfoToPlugInIdMap.add(*info, absolutePath);
198 delete info;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp176 void FwdLockEngine::AddSupportedMimeTypes(DrmSupportInfo *info) { argument
178 info->addMimeType(MimeTypes[i]);
182 void FwdLockEngine::AddSupportedFileSuffixes(DrmSupportInfo *info) { argument
184 info->addFileSuffix(FileSuffixes[i]);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.cpp304 void VideoEditorAudioPlayer::AudioCallback(int event, void *user, void *info) { argument
305 static_cast<VideoEditorAudioPlayer *>(user)->AudioCallback(event, info);
309 void VideoEditorAudioPlayer::AudioCallback(int event, void *info) { argument
314 AudioTrack::Buffer *buffer = (AudioTrack::Buffer *)info;
/frameworks/av/media/libmedia/
H A DSoundPool.cpp685 void SoundChannel::callback(int event, void* user, void *info) argument
689 channel->process(event, info, (unsigned long)user & 1);
692 void SoundChannel::process(int event, void *info, unsigned long toggle) argument
700 b = static_cast<AudioTrack::Buffer *>(info);
755 ALOGV("End loop %p channel %d count %d", this, mChannelID, *(int *)info);
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp551 sp<SourceInfo> info = new SourceInfo(source); local
553 mSources.push(info);
H A DMediaCodec.cpp589 BufferInfo info; local
590 info.mBufferID = portDesc->bufferIDAt(i);
591 info.mOwnedByClient = false;
592 info.mData = portDesc->bufferAt(i);
595 info.mEncryptedData =
596 new ABuffer(info.mData->capacity());
599 buffers->push_back(info);
1106 const BufferInfo &info = srcBuffers.itemAt(i); local
1110 ? info.mEncryptedData : info
1199 BufferInfo *info = local
1259 BufferInfo *info = &buffers->editItemAt(i); local
1286 BufferInfo *info = &buffers->editItemAt(i); local
1360 BufferInfo *info = &mPortBuffers[kPortIndexInput].editItemAt(index); local
1434 BufferInfo *info = &mPortBuffers[kPortIndexOutput].editItemAt(index); local
1468 BufferInfo *info = &mPortBuffers[portIndex].editItemAt(index); local
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp791 // Save the input buffer info so that it can be
793 InputBufferInfo info; local
794 info.mTimeUs = inHeader->nTimeStamp;
795 info.mFlags = inHeader->nFlags;
796 mInputBufferInfoVec.push(info);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp284 RangeInfo info; local
285 info.mLength = size;
286 info.mTimestampUs = timeUs;
287 mRangeInfos.push_back(info);
305 RangeInfo info = *mRangeInfos.begin(); local
308 sp<ABuffer> accessUnit = new ABuffer(info.mLength);
309 memcpy(accessUnit->data(), mBuffer->data(), info.mLength);
310 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
313 mBuffer->data() + info.mLength,
314 mBuffer->size() - info
491 RangeInfo *info = &*mRangeInfos.begin(); local
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp200 ComponentInfo &info = *--list->end(); local
202 info.mName = componentName;
210 info.mRoles.push_back(roles[i]);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp169 #define EXPECT(condition, info) \
171 ALOGE(info); printf("\n * " info "\n"); return UNKNOWN_ERROR; \
174 #define EXPECT_SUCCESS(err, info) \
175 EXPECT((err) == OK, info " failed")
760 const IOMX::ComponentInfo &info = *it; local
761 const char *componentName = info.mName.string();
767 for (List<String8>::const_iterator role_it = info.mRoles.begin();
768 role_it != info.mRoles.end(); ++role_it) {
/frameworks/av/media/mtp/
H A DMtpDevice.cpp315 MtpDeviceInfo* info = new MtpDeviceInfo; local
316 info->read(mData);
317 return info;
348 MtpStorageInfo* info = new MtpStorageInfo(storageID); local
349 info->read(mData);
350 return info;
387 MtpObjectInfo* info = new MtpObjectInfo(handle); local
388 info->read(mData);
389 return info;
409 MtpObjectHandle MtpDevice::sendObjectInfo(MtpObjectInfo* info) { argument
460 sendObject(MtpObjectInfo* info, int srcFD) argument
500 MtpObjectInfo* info = getObjectInfo(handle); local
511 MtpObjectInfo* info = getObjectInfo(handle); local
[all...]
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java215 * @param info The info to initialize.
218 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
219 info.setMovementGranularities(AccessibilityNodeInfo.MOVEMENT_GRANULARITY_CHARACTER
224 info.addAction(AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY);
225 info.addAction(AccessibilityNodeInfo.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY);
226 info.addAction(AccessibilityNodeInfo.ACTION_NEXT_HTML_ELEMENT);
227 info.addAction(AccessibilityNodeInfo.ACTION_PREVIOUS_HTML_ELEMENT);
228 info.addAction(AccessibilityNodeInfo.ACTION_CLICK);
229 info
[all...]
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java97 MyPermissionGroupInfo(PermissionGroupInfo info) { argument
98 super(info);
138 MyPermissionInfo(PermissionInfo info) { argument
139 super(info);
142 MyPermissionInfo(MyPermissionInfo info) { argument
143 super(info);
144 mNewReqFlags = info.mNewReqFlags;
145 mExistingReqFlags = info.mExistingReqFlags;
146 mNew = info.mNew;
273 public AppSecurityPermissions(Context context, PackageInfo info) { argument
363 extractPerms(PackageInfo info, Set<MyPermissionInfo> permSet, PackageInfo installedPkgInfo) argument
[all...]
H A DDatePicker.java404 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
405 super.onInitializeAccessibilityNodeInfo(info);
406 info.setClassName(DatePicker.class.getName());
H A DMediaController.java605 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
606 super.onInitializeAccessibilityNodeInfo(info);
607 info.setClassName(MediaController.class.getName());
H A DSlidingDrawer.java826 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
827 super.onInitializeAccessibilityNodeInfo(info);
828 info.setClassName(SlidingDrawer.class.getName());
H A DSpinner.java628 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
629 super.onInitializeAccessibilityNodeInfo(info);
630 info.setClassName(Spinner.class.getName());
H A DSwitch.java836 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
837 super.onInitializeAccessibilityNodeInfo(info);
838 info.setClassName(Switch.class.getName());
841 CharSequence oldText = info.getText();
843 info.setText(switchText);
847 info.setText(newText);
H A DTabHost.java386 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
387 super.onInitializeAccessibilityNodeInfo(info);
388 info.setClassName(TabHost.class.getName());
H A DTableLayout.java676 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
677 super.onInitializeAccessibilityNodeInfo(info);
678 info.setClassName(TableLayout.class.getName());
H A DVideoView.java137 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
138 super.onInitializeAccessibilityNodeInfo(info);
139 info.setClassName(VideoView.class.getName());
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java645 private final void bindView(View view, DisplayResolveInfo info) { argument
649 text.setText(info.displayLabel);
652 text2.setText(info.extendedInfo);
656 if (info.displayIcon == null) {
657 info.displayIcon = loadIconForResolveInfo(info.ri);
659 icon.setImageDrawable(info.displayIcon);

Completed in 648 milliseconds

1234567891011>>