Searched refs:name (Results 1 - 25 of 1871) sorted by last modified time

1234567891011>>

/frameworks/volley/src/main/java/com/android/volley/
H A DVolleyLog.java81 * calling thread ID and method name.
106 * A simple event log with records containing a name, thread ID, and timestamp.
115 public final String name; field in class:VolleyLog.MarkerLog.Marker
119 public Marker(String name, long thread, long time) { argument
120 this.name = name;
129 /** Adds a marker to this log with the specified name. */
130 public synchronized void add(String name, long threadId) { argument
135 mMarkers.add(new Marker(name, threadId, SystemClock.elapsedRealtime()));
155 d("(+%-4d) [%2d] %s", (thisTime - prevTime), marker.thread, marker.name);
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1595 XAchar * name; member in struct:XACameraDescriptor_
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp315 char name[EFFECT_STRING_LEN_MAX]; local
320 EQ_PARAM_GET_PRESET_NAME, i, name)) {
321 ieq->mThis->mEngine->mEqPresetNames[i] = new char[strlen(name) + 1];
322 strcpy(ieq->mThis->mEngine->mEqPresetNames[i], name);
669 SL_LOGV("found effect %d %s", i, descriptor.name);
/frameworks/wilhelm/src/
H A Ddata.c27 static SLresult checkDataLocator(const char *name, void *pLocator, DataLocator *pDataLocator, argument
30 assert(NULL != name && NULL != pDataLocator);
44 SL_LOGE("%s: pAddress=NULL", name);
60 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers);
90 SL_LOGE("%s: deviceType=%u", name, deviceType);
101 "object ID or is not realized", name, device);
110 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID);
116 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID);
122 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
131 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceI
339 checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat, SLuint32 allowedDataFormatMask) argument
803 checkDataSource(const char *name, const SLDataSource *pDataSrc, DataLocatorFormat *pDataLocatorFormat, SLuint32 allowedDataLocatorMask, SLuint32 allowedDataFormatMask) argument
880 checkDataSink(const char *name, const SLDataSink *pDataSink, DataLocatorFormat *pDataLocatorFormat, SLuint32 allowedDataLocatorMask, SLuint32 allowedDataFormatMask) argument
[all...]
H A Ddata.h89 extern SLresult checkDataSource(const char *name, const SLDataSource *pDataSrc,
92 extern SLresult checkDataSink(const char *name, const SLDataSink *pDataSink,
/frameworks/wilhelm/src/itf/
H A DIAcousticEchoCancellation.c94 ALOGV("effect %d is called %s", i, fxDesc.name);
97 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
H A DIAndroidEffectCapabilities.c61 int len = strlen(thiz->mFxDescriptors[index].name);
62 strncpy((char*)pName, thiz->mFxDescriptors[index].name,
112 SL_LOGV("effect %d: type=%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x name=%s",
124 thiz->mFxDescriptors[i].name);
H A DIAutomaticGainControl.c91 ALOGV("effect %d is called %s", i, fxDesc.name);
94 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
H A DINoiseSuppression.c87 ALOGV("effect %d is called %s", i, fxDesc.name);
90 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.c28 /** \brief Maps an interface ID to its display name */
33 const char *name; ///< The display name member in struct:__anon1732
112 printf("SL_IID_%s = ", p->name);
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c38 #define _(name) {#name, SL_I3DL2_ENVIRONMENT_PRESET_##name},
127 // Lookup environmental reverb settings by name
129 const SLEnvironmentalReverbSettings *lookupEnvName(const char *name) argument
133 if (!strcasecmp(name, pairs[j].mName)) {
149 const char *name = pairs[j].mName; local
150 unsigned nameLen = strlen(name);
161 fputs(name, stdout);
244 } else if (!strncmp(arg, "--mix-name", 1
[all...]
H A Dxaplay.c627 XAchar name[64]; local
636 nameSize = sizeof(name);
638 streamIndex, &nameSize, name);
650 nameSize = sizeof(name);
652 &nameSize, name);
655 assert(sizeof(name) >= nameSize);
656 if (sizeof(name) != nameSize) {
657 assert('\0' == name[nameSize]);
659 printf(" QueryStreamName: nameSize=%u, name=\"%.*s\"\n", nameSize, nameSize, name);
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHeaderItem.java30 public HeaderItem(long id, String name) { argument
32 mName = name;
38 public HeaderItem(String name) { argument
39 this(NO_ID, name);
50 * Returns the name of this header item.
H A DWindowAlignment.java74 public Axis(String name) { argument
76 mName = name;
/frameworks/support/v4/api21/android/support/v4/app/
H A DFragmentTransitionCompat21.java367 String name = entry.getKey();
368 view.setTransitionName(name);
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DPlaybackStateCompatApi21.java95 public static Object newInstance(String action, CharSequence name, argument
98 new PlaybackState.CustomAction.Builder(action, name, icon);
/frameworks/support/v4/donut/android/support/v4/app/
H A DBaseFragmentActivityDonut.java43 public View onCreateView(String name, Context context, AttributeSet attrs) { argument
44 final View v = dispatchFragmentsOnCreateView(null, name, context, attrs);
46 return super.onCreateView(name, context, attrs);
51 abstract View dispatchFragmentsOnCreateView(View parent, String name, argument
/frameworks/support/v4/donut/android/support/v4/view/
H A DLayoutInflaterCompatBase.java35 public View onCreateView(String name, Context context, AttributeSet attrs) { argument
36 return mDelegateFactory.onCreateView(null, name, context, attrs);
H A DLayoutInflaterFactory.java36 * @param name Tag name to be inflated.
43 public View onCreateView(View parent, String name, Context context, AttributeSet attrs); argument
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DBaseFragmentActivityHoneycomb.java30 public View onCreateView(View parent, String name, Context context, AttributeSet attrs) { argument
31 final View v = dispatchFragmentsOnCreateView(parent, name, context, attrs);
34 return super.onCreateView(parent, name, context, attrs);
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DLayoutInflaterCompatHC.java42 public View onCreateView(View parent, String name, Context context, argument
44 return mDelegateFactory.onCreateView(parent, name, context, attributeSet);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java517 public FragmentTransaction addSharedElement(View sharedElement, String name) { argument
530 mSharedElementTargetNames.add(name);
540 public FragmentTransaction addToBackStack(String name) { argument
546 mName = name;
1288 // remap shared elements and set the name mapping used
1307 * Remaps a name-to-View map, substituting different names for keys.
H A DFragmentActivity.java276 final View dispatchFragmentsOnCreateView(View parent, String name, Context context, argument
278 return mFragments.onCreateView(parent, name, context, attrs);
H A DFragmentController.java104 * @param name Tag name to be inflated.
110 public View onCreateView(View parent, String name, Context context, AttributeSet attrs) { argument
111 return mHost.mFragmentManager.onCreateView(parent, name, context, attrs);
H A DFragmentManager.java91 * Get the name that was supplied to
191 * and {@link #popBackStack(int, int)}: If set, and the name or ID of
222 * @param name If non-null, this is the name of a previous back state
228 public abstract void popBackStack(String name, int flags); argument
236 public abstract boolean popBackStackImmediate(String name, int flags); argument
291 * @param key The name of the entry in the bundle.
301 * @param key The name of the entry in the bundle.
557 public void popBackStack(final String name, final int flags) { argument
560 popBackStackState(mHost.getHandler(), name,
566 popBackStackImmediate(String name, int flags) argument
1604 popBackStackState(Handler handler, String name, int id, int flags) argument
2185 onCreateView(View parent, String name, Context context, AttributeSet attrs) argument
[all...]

Completed in 324 milliseconds

1234567891011>>