Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 150) sorted by relevance

123456

/frameworks/wilhelm/src/
Dentry.c60 const SLEngineOption *option = pEngineOptions; in liCreateEngine() local
62 for (i = 0; i < numOptions; ++i, ++option) { in liCreateEngine()
63 switch (option->feature) { in liCreateEngine()
65 threadSafe = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize in liCreateEngine()
68 lossOfControlGlobal = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize in liCreateEngine()
72 option->feature, option->data); in liCreateEngine()
/frameworks/base/media/java/android/media/
DMediaMetadataRetriever.java237 public Bitmap getFrameAtTime(long timeUs, int option) { in getFrameAtTime() argument
238 if (option < OPTION_PREVIOUS_SYNC || in getFrameAtTime()
239 option > OPTION_CLOSEST) { in getFrameAtTime()
240 throw new IllegalArgumentException("Unsupported option: " + option); in getFrameAtTime()
243 return _getFrameAtTime(timeUs, option); in getFrameAtTime()
288 private native Bitmap _getFrameAtTime(long timeUs, int option); in _getFrameAtTime() argument
/frameworks/base/obex/javax/obex/
DObexSession.java77 byte[] option = ObexHelper.getTagValue((byte)0x01, header.mAuthChall); in handleAuthChall()
111 if (option != null) { in handleAuthChall()
112 if ((option[0] & 0x01) != 0) { in handleAuthChall()
116 if ((option[0] & 0x02) != 0) { in handleAuthChall()
/frameworks/av/media/libmedia/
DIMediaMetadataRetriever.cpp118 sp<IMemory> getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime() argument
120 ALOGV("getTimeAtTime: time(%lld us) and option(%d)", timeUs, option); in getFrameAtTime()
124 data.writeInt32(option); in getFrameAtTime()
209 int option = data.readInt32(); in onTransact() local
210 ALOGV("getTimeAtTime: time(%lld us) and option(%d)", timeUs, option); in onTransact()
214 sp<IMemory> bitmap = getFrameAtTime(timeUs, option); in onTransact()
Dmediametadataretriever.cpp127 sp<IMemory> MediaMetadataRetriever::getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime() argument
129 ALOGV("getFrameAtTime: time(%lld us) option(%d)", timeUs, option); in getFrameAtTime()
135 return mRetriever->getFrameAtTime(timeUs, option); in getFrameAtTime()
/frameworks/base/docs/html/design/building-blocks/
Dswitches.jd9 turn an option off or on. Instead, use an on/off switch.</p>
15 <p>Radio buttons allow the user to select one option from a set. Use radio buttons for exclusive
23 <p>On/off switches toggle the state of a single settings option.</p>
/frameworks/compile/libbcc/lib/ExecutionEngine/
DScript.cpp178 CompilerOption option; in prepareRelocatable() local
179 option.RelocModelOpt = RelocModel; in prepareRelocatable()
180 option.LoadAfterCompile = false; in prepareRelocatable()
182 int status = internalCompile(option); in prepareRelocatable()
228 CompilerOption option; in prepareExecutable() local
229 status = internalCompile(option); in prepareExecutable()
326 int Script::internalCompile(const CompilerOption &option) { in internalCompile() argument
378 if (mCompiled->compile(option) != 0) { in internalCompile()
DScriptCompiled.h84 int compile(const CompilerOption &option) { in compile() argument
85 return mCompiler.compile(option); in compile()
DCompiler.cpp244 int Compiler::compile(const CompilerOption &option) { in compile() argument
327 option.TargetOpt, in compile()
328 option.RelocModelOpt, in compile()
329 option.CodeModelOpt); in compile()
403 if (!option.LoadAfterCompile) in compile()
/frameworks/av/include/media/
DMediaMetadataRetrieverInterface.h39 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) = 0;
51 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; } in getFrameAtTime() argument
/frameworks/base/media/libdrm/mobile1/include/objmng/
Ddrm_rights_manager.h58 int32_t drm_readFromUidTxt(uint8_t* Uid, int32_t* id, int32_t option);
72 int32_t drm_writeOrReadInfo(int32_t id, T_DRM_Rights* Ro, int32_t* RoAmount, int32_t option);
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
DM4MP4W_Writer.h186 M4OSA_OptionID option,
204 M4OSA_OptionID option,
/frameworks/av/libvideoeditor/osal/inc/
DM4OSA_Thread.h113 M4OSA_ThreadOptionID option,
118 M4OSA_ThreadOptionID option,
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_rights_manager.c151 int32_t drm_readFromUidTxt(uint8_t* Uid, int32_t* id, int32_t option) in drm_readFromUidTxt() argument
199 if (option == GET_UID) { in drm_readFromUidTxt()
213 if (option == GET_ID) { in drm_readFromUidTxt()
251 int32_t drm_writeOrReadInfo(int32_t id, T_DRM_Rights* Ro, int32_t* RoAmount, int32_t option) in drm_writeOrReadInfo() argument
276 if (GET_ALL_RO == option || GET_A_RO == option) in drm_writeOrReadInfo()
279 if (GET_ROAMOUNT == option) { in drm_writeOrReadInfo()
291 switch(option) { in drm_writeOrReadInfo()
/frameworks/base/docs/html/tools/help/
Dmonkey.jd100 <td>Inserts a fixed delay between events. You can use this option to slow down the Monkey.
162 in all packages. To specify multiple packages, use the -p option multiple times &mdash; one -p
163 option per package.</td>
172 option multiple times &mdash; one -c option per category.</td>
187 <td>If set, this option will generate profiling reports immediately before and after
197 unhandled exception. If you specify this option, the Monkey will continue to send events to
204 as a "Application Not Responding" dialog. If you specify this option, the Monkey will continue to
212 this option, the Monkey will continue to send events to the system, until the count is
219 running. When this option is set, it will signal the system to stop the process in which the error
Dlogcat.jd19 [adb] logcat [&lt;option&gt;] ... [&lt;filter-spec&gt;] ...
82 is 4. Requires the <code>-r</code> option.</td>
89 16. Requires the <code>-f</code> option.</td>
Dmksdcard.jd48 the emulator's <code>-sdcard</code> option. For more information, see <a href=
51 <p>The usage for the <code>-sdcard</code> option is as follows:</p>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-devtools.jd29 <li>It will enable you to select the <em>Wait for Debugger</em> option to pause application
39 When you change this option, any currently running instances of the selected application will
41 in the previous option. You can do the same thing by adding {@link
55 to force. Choosing this option will probably reveal a number of problems in your application
Ddebugging-log.jd65 [adb] logcat [&lt;option&gt;] ... [&lt;filter-spec&gt;] ...
111 is 4. Requires the <code>-r</code> option.</td>
118 16. Requires the <code>-f</code> option.</td>
220 you use the <code>-v</code> option and specify one of the supported output formats listed
244 <code>-v</code> option:</p>
255 <p>Note that you can only specify one output format with the <code>-v</code> option.</p>
261 …run the <code>logcat</code> command with the <code>-b</code> option, to request viewing of an alte…
273 <p>The usage of the <code>-b</code> option is:</p>
/frameworks/av/media/libmediaplayerservice/
DMetadataRetrieverClient.cpp166 sp<IMemory> MetadataRetrieverClient::getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime() argument
168 ALOGV("getFrameAtTime: time(%lld us) option(%d)", timeUs, option); in getFrameAtTime()
175 VideoFrame *frame = mRetriever->getFrameAtTime(timeUs, option); in getFrameAtTime()
/frameworks/compile/slang/lit-tests/
DREADME16 If you are unable to run the tests, try using the "--debug" option to llvm-lit.
18 When debugging failures, the "-v" option will print to stdout the details of
/frameworks/base/core/java/android/speech/tts/
DEventLogTags.logtags3 option java_package android.speech.tts;
/frameworks/base/core/java/android/content/
DEventLogTags.logtags3 option java_package android.content;
/frameworks/base/core/java/android/webkit/
DEventLogTags.logtags3 option java_package android.webkit;
/frameworks/base/tools/aapt/
DCommand.cpp445 const char* option = bundle->getFileSpecEntry(0); in doDump() local
479 if (strcmp("resources", option) == 0) { in doDump()
484 } else if (strcmp("strings", option) == 0) { in doDump()
488 } else if (strcmp("xmltree", option) == 0) { in doDump()
515 } else if (strcmp("xmlstrings", option) == 0) { in doDump()
556 if (strcmp("permissions", option) == 0) { in doDump()
596 } else if (strcmp("badging", option) == 0) { in doDump()
1482 } else if (strcmp("badger", option) == 0) { in doDump()
1484 } else if (strcmp("configurations", option) == 0) { in doDump()
1492 fprintf(stderr, "ERROR: unknown dump option '%s'\n", option); in doDump()

123456