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

1234567891011>>

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1595 XAchar * name; member in struct:XACameraDescriptor_
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp304 char name[EFFECT_STRING_LEN_MAX]; local
309 EQ_PARAM_GET_PRESET_NAME, i, name)) {
310 ieq->mThis->mEngine->mEqPresetNames[i] = new char[strlen(name) + 1];
311 strcpy(ieq->mThis->mEngine->mEqPresetNames[i], name);
657 SL_LOGV("found effect %d %s", i, descriptor.name);
/frameworks/wilhelm/src/
H A Ddata.c24 static SLresult checkDataLocator(const char *name, void *pLocator, DataLocator *pDataLocator, argument
27 assert(NULL != name && NULL != pDataLocator);
41 SL_LOGE("%s: pAddress=NULL", name);
57 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers);
87 SL_LOGE("%s: deviceType=%u", name, deviceType);
98 "object ID or is not realized", name, device);
107 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID);
113 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID);
119 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
128 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceI
336 checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat, SLuint32 allowedDataFormatMask) argument
739 checkDataSource(const char *name, const SLDataSource *pDataSrc, DataLocatorFormat *pDataLocatorFormat, SLuint32 allowedDataLocatorMask, SLuint32 allowedDataFormatMask) argument
816 checkDataSink(const char *name, const SLDataSink *pDataSink, DataLocatorFormat *pDataLocatorFormat, SLuint32 allowedDataLocatorMask, SLuint32 allowedDataFormatMask) argument
[all...]
H A Ddata.h87 extern SLresult checkDataSource(const char *name, const SLDataSource *pDataSrc,
90 extern SLresult checkDataSink(const char *name, const SLDataSink *pDataSink,
/frameworks/wilhelm/src/itf/
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);
/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:__anon1689
109 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.c626 XAchar name[64]; local
635 nameSize = sizeof(name);
637 streamIndex, &nameSize, name);
649 nameSize = sizeof(name);
651 &nameSize, name);
654 assert(sizeof(name) >= nameSize);
655 if (sizeof(name) != nameSize) {
656 assert('\0' == name[nameSize]);
658 printf(" QueryStreamName: nameSize=%u, name=\"%.*s\"\n", nameSize, nameSize, name);
[all...]
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
H A DAndroidTestSuite.java43 AndroidTestSuite(String name, Instrumentation instrumentation) { argument
44 super(name);
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DLauncher.java39 public Command(String name) { argument
40 mName = name;
44 * Returns the name of the sub command
47 public String name() { method in class:Launcher.Command
73 // show a meaningful process name in `ps`
90 private static Command findCommand(String name) { argument
92 if (command.name().equals(name)) {
113 System.err.println(String.format("%s: %s", command.name(), shortHelp));
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiDevice.java125 * Retrieves the product name of the device.
131 * returned by invoking #adb shell getprop ro.product.name.
133 * @return product name of the device
390 * @return String name of activity
398 * Retrieves the name of the last package to report accessibility events.
399 * @return String name of package
409 * @param name to register the UiWatcher
412 public void registerWatcher(String name, UiWatcher watcher) { argument
416 mWatchers.put(name, watcher);
423 * @param name use
426 removeWatcher(String name) argument
[all...]
H A DUiSelector.java25 * text value, content-description, class name and multiple state information like
310 * content-description, or the class name for a widget.
328 * content-description, or the class name for a widget.
346 * content-description, or the class name for a widget.
364 * content-description, or the class name for a widget.
383 * content-description, or the class name for a widget.
402 * content-description, or the class name for a widget.
420 * content-description, or the class name for a widget.
438 * content-description, or the class name for a widget.
487 * Set the search criteria to match the package name
493 packageName(String name) argument
[all...]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java155 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) { argument
178 public void instrumentationFinished(ComponentName name, int resultCode, Bundle results) { argument
259 // ignore- the test with given name does not exist. Will be
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java34 * represents a structure of data. The fields can be accessed by name
241 * sub-element name at index
869 * must be equal in order to be compatible. This requires strict name
884 // field must not be NONE since we require name equivalence for
899 void add(Element element, String name, int arraySize) { argument
900 mB.add(element.mNE.mE, name, arraySize);
909 * Builder class for producing complex elements with matching field and name
941 * @param name
944 public Builder add(Element element, String name, int arraySize) { argument
951 if (name
991 add(Element element, String name) argument
[all...]
H A DRSReflect.java146 private Method findMethod(Method m[], String name) { argument
148 if (m[ct].getName().equals(name)) {
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntime.h26 void* rsdLookupRuntimeStub(void* pContext, char const* name);
H A DrsdRuntimeStubs.cpp398 // llvm name mangling ref
558 void* rsdLookupRuntimeStub(void* pContext, char const* name) { argument
561 const RsdSymbolTable *sym = rsdLookupSymbolMath(name);
565 if (!strcmp(syms->mName, name)) {
576 ALOGE("ScriptC sym lookup failed for %s", name);
/frameworks/support/renderscript/v8/rs_support/
H A Drs.h35 void rsaGetName(RsContext, void * obj, const char **name);
H A Drs.spec86 param const char *name
H A DrsAllocation.cpp297 String8 name(getName());
298 stream->addString(&name);
327 String8 name; local
328 stream->loadString(&name);
351 alloc->setName(name.string(), name.size());
H A DrsContext.cpp335 void Context::assignName(ObjectBase *obj, const char *name, uint32_t len) { argument
337 obj->setName(name, len);
414 void rsi_AssignName(Context *rsc, RsObjectBase obj, const char *name, size_t name_length) { argument
416 rsc->assignName(ob, name, name_length);
483 void rsaGetName(RsContext con, void * obj, const char **name) { argument
485 (*name) = ob->getName();
H A DrsContext.h93 void assignName(ObjectBase *obj, const char *name, uint32_t len);
H A DrsElement.cpp89 ALOGV("%s name: %s, offsetBits: %u, arraySize: %u",
90 prefix, mFields[ct].name.string(), mFields[ct].offsetBits, mFields[ct].arraySize);
99 String8 name(getName());
100 stream->addString(&name);
107 stream->addString(&mFields[ct].name);
121 String8 name; local
122 stream->loadString(&name);
182 if (mFields[ct].name.string()[0] != '#') {
206 if (mFields[ct].name.string()[0] == '#') {
212 mHal.state.fieldNames[ctNoPadding] = mFields[ct].name
[all...]
H A DrsElement.h98 const char * getFieldName(uint32_t idx) const {return mFields[idx].name.string();}
151 String8 name; member in struct:android::renderscript::Element::__anon1580
H A DrsObjectBase.cpp63 ALOGV("%s RSobj %p, name %s, refs %i,%i links %p,%p,%p",
66 ALOGV("%s RSobj %p, no-name, refs %i,%i links %p,%p,%p",
147 void ObjectBase::setName(const char *name) { argument
148 mName.setTo(name);
151 void ObjectBase::setName(const char *name, uint32_t len) { argument
152 mName.setTo(name, len);

Completed in 184 milliseconds

1234567891011>>