/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperPreview.java | 287 public void attachEngine(IWallpaperEngine engine) { 290 mEngine = engine; 292 engine.setVisibility(true); 298 engine.destroy(); 311 public void engineShown(IWallpaperEngine engine) throws RemoteException {
|
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | 48 * <p>Creating an AudioEffect object will create the corresponding effect engine in the audio 52 * control of the effect engine or not depending on the priority parameter. If priority is higher 53 * than the priority used by the current effect engine owner, the control will be transfered to the 55 * application will be notified of changes in effect engine state or control ownership by the 150 * Event id for engine control ownership change notification. 155 * Event id for engine state change notification. 160 * Event id for engine parameter change notification. 327 * Listener for effect engine state change notifications. 333 * Listener for effect engine control ownership change notifications. 339 * Listener for effect engine control ownership change notifications [all...] |
BassBoost.java | 35 * <p>An application creates a BassBoost object to instantiate and control a bass boost engine in 55 * Is strength parameter supported by bass boost engine. Parameter ID for getParameter(). 65 * Indicates if strength parameter is supported by the bass boost engine 87 * engine. As the same engine can be shared by several applications, this parameter indicates 160 * BassBoost engine.
|
Virtualizer.java | 37 * <p>An application creates a Virtualizer object to instantiate and control a virtualizer engine 57 * Is strength parameter supported by virtualizer engine. Parameter ID for getParameter(). 67 * Indicates if strength parameter is supported by the virtualizer engine 89 * engine. As the same engine can be shared by several applications, this parameter indicates 162 * Virtualizer engine.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar | |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine.h | 102 // Basic video engine implementation. 122 // Set a WebRtcVideoDecoderFactory for external decoding. Video engine does 124 // that |decoder_factory| outlives the video engine. 126 // Set a WebRtcVideoEncoderFactory for external encoding. Video engine does 128 // that |encoder_factory| outlives the video engine. 173 // When a video processor registers with the engine. 241 WebRtcVideoMediaChannel(WebRtcVideoEngine* engine, 246 WebRtcVideoEngine* engine() { return engine_; } function in class:cricket::WebRtcVideoMediaChannel 305 int GetLastEngineError() { return engine()->GetLastEngineError(); }
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
apps.h | 123 #include <openssl/engine.h> 247 const char *pass, ENGINE *e, const char *cert_descrip); 249 const char *pass, ENGINE *e, const char *key_descrip); 251 const char *pass, ENGINE *e, const char *key_descrip); 253 const char *pass, ENGINE *e, const char *cert_descrip); 255 const char *pass, ENGINE *e, const char *cert_descrip); 258 ENGINE *setup_engine(BIO *err, const char *engine, int debug); 319 const char *algname, ENGINE *e, int do_param);
|
gendsa.c | 89 char *engine=NULL; local 117 else if (strcmp(*argv,"-engine") == 0) 120 engine= *(++argv); 195 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n"); 206 setup_engine(bio_err, engine, 0);
|
pkcs7.c | 93 char *engine=NULL; local 144 else if (strcmp(*argv,"-engine") == 0) 147 engine= *(++argv); 173 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); 182 setup_engine(bio_err, engine, 0);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkMemberInfo.cpp | 192 SkAnimatorScript engine(maker, displayable, type); 252 success = engine.evaluateScript(&script, &scriptValue); 254 maker.setScriptError(engine); 265 engine.SkScriptEngine::track(scriptValue.fOperand.fString); 277 engine.forget(scriptValue.getArray()); 282 success = engine.convertTo(SkType_String, &scriptValue); 286 success = engine.convertTo(SkType_Float, &scriptValue); 289 success = engine.convertTo(SkType_Int, &scriptValue); 292 success = engine.convertTo(arrayType(), &scriptValue);
|
SkAnimatorScript2.cpp | 124 SkAnimatorScript_Eval(SkAnimatorScript2* engine) : fEngine(engine) {} 140 SkAnimatorScript2 engine(fEngine->getMaker(), fEngine->getWorking(), 145 return engine.evaluateScript(&script, &value); 158 SkAnimatorScript_ID(SkAnimatorScript2* engine) : fEngine(engine) {} 196 SkAnimatorScript_Member(SkAnimatorScript2* engine) : fEngine(engine) {} 232 SkAnimatorScript_MemberFunction(SkAnimatorScript2* engine) : fEngine(engine) {} [all...] |
/external/openssl/apps/ |
apps.h | 123 #include <openssl/engine.h> 247 const char *pass, ENGINE *e, const char *cert_descrip); 249 const char *pass, ENGINE *e, const char *key_descrip); 251 const char *pass, ENGINE *e, const char *key_descrip); 253 const char *pass, ENGINE *e, const char *cert_descrip); 255 const char *pass, ENGINE *e, const char *cert_descrip); 258 ENGINE *setup_engine(BIO *err, const char *engine, int debug); 319 const char *algname, ENGINE *e, int do_param);
|
gendsa.c | 89 char *engine=NULL; local 117 else if (strcmp(*argv,"-engine") == 0) 120 engine= *(++argv); 195 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n"); 206 setup_engine(bio_err, engine, 0);
|
pkcs7.c | 93 char *engine=NULL; local 144 else if (strcmp(*argv,"-engine") == 0) 147 engine= *(++argv); 173 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); 182 setup_engine(bio_err, engine, 0);
|
/external/skia/src/animator/ |
SkMemberInfo.cpp | 192 SkAnimatorScript engine(maker, displayable, type); 252 success = engine.evaluateScript(&script, &scriptValue); 254 maker.setScriptError(engine); 265 engine.SkScriptEngine::track(scriptValue.fOperand.fString); 277 engine.forget(scriptValue.getArray()); 282 success = engine.convertTo(SkType_String, &scriptValue); 286 success = engine.convertTo(SkType_Float, &scriptValue); 289 success = engine.convertTo(SkType_Int, &scriptValue); 292 success = engine.convertTo(arrayType(), &scriptValue);
|
SkAnimatorScript2.cpp | 124 SkAnimatorScript_Eval(SkAnimatorScript2* engine) : fEngine(engine) {} 140 SkAnimatorScript2 engine(fEngine->getMaker(), fEngine->getWorking(), 145 return engine.evaluateScript(&script, &value); 158 SkAnimatorScript_ID(SkAnimatorScript2* engine) : fEngine(engine) {} 196 SkAnimatorScript_Member(SkAnimatorScript2* engine) : fEngine(engine) {} 232 SkAnimatorScript_MemberFunction(SkAnimatorScript2* engine) : fEngine(engine) {} [all...] |
/frameworks/base/media/java/android/media/ |
MediaDrm.java | 349 * it should deliver to the response to the DRM engine plugin using the method 380 * provided to the DRM engine plugin using provideKeyResponse. When the 423 * DRM engine plugin. 465 * engine plugin using this method. 468 * DRM engine plugin. 504 * String property name: identifies the maker of the DRM engine plugin 509 * String property name: identifies the version of the DRM engine plugin 514 * String property name: describes the DRM engine plugin 520 * supported by CryptoSession. The list may be empty if the DRM engine 526 * Read a DRM engine plugin String property value, given the property name string [all...] |
/external/chromium/chrome/browser/autocomplete/ |
search_provider.h | 7 // "Search <engine> for ...", including searching for the current input string, 34 // Autocomplete provider for searches and suggestions from a search engine. 90 // engine. This is always used, except for the rare case of no default 91 // engine. 253 // Creates an AutocompleteMatch for "Search <engine> for |query_string|" with 304 // The fetcher that retrieves suggest results for the default engine from the
|
/external/chromium/chrome/browser/search_engines/ |
template_url_prepopulate_data.cc | 40 // Engine definitions ////////////////////////////////////////////////////////// 47 // If the empty string, the engine has no keyword. 52 const wchar_t* const suggest_url; // If NULL, this engine does not support 54 const wchar_t* const instant_url; // If NULL, this engine does not support 58 const int logo_id; // Id for logo image in search engine dialog. 59 // Unique id for this prepopulate engine (corresponds to 62 // the ID is used when modifying engine data in subsequent versions, so that 66 // entries can share an ID if they represent the "same" engine (e.g. Yahoo! US 81 // NOTE: CHANGE THE ABOVE NUMBERS IF YOU ADD A NEW ENGINE; ID conflicts = bad! 3423 DictionaryValue* engine; local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
first_run_dialog.cc | 45 const gchar* kSearchEngineKey = "template-url-search-engine"; 47 // Height of the label that displays the search engine's logo (in lieu of the 55 // The number of search engine options we normally show. It may be less than 64 // Horizontal spacing between search engine choices. 301 // We only watch the search engine model change once, on load. Remove 326 // Create a container for the search engine widgets.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-bsf.jar | |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_manager_impl.cc | 289 << input_method_id << " since the engine is not enabled. " 309 // Disable the current engine handler. 310 IBusEngineHandlerInterface* engine = local 312 if (engine) 313 engine->Disable(); 315 // Configure the next engine handler. 409 IBusEngineHandlerInterface* engine = local 411 if (engine) 412 engine->PropertyActivate(key); 427 InputMethodEngineInterface* engine) { 746 IBusEngineHandlerInterface* engine = local [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
SSLEngineImpl.java | 48 // indicates if engine was closed (it means that 51 // indicates if engine was shutted down (it means that 52 // all cleaning work had been done and the engine is not operable) 80 private Logger.Stream logger = Logger.getStream("engine"); 100 throw new SSLException("Engine has already been closed."); 122 * Closes inbound operations of this engine 148 // engine is closing before initial handshake has been made 154 * Closes outbound operations of this engine 173 // engine is closing before initial handshake has been made 558 * of the engine differs from NOT_HANDSHAKING the operation can wor [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
random.h | 262 * generator engine with seed @p __s. The default seed value 273 * generator engine seeded from the seed sequence @p __q. 286 * engine sequence to the seed @p __s. 295 * engine 373 * @brief Sets the state of the engine by reading its textual 505 * engine seeded from the seed sequence @p __q. 566 * random number generator engine @p __x into the output stream 571 * engine. 592 * random number generator engine @p __x from the input stream 597 * engine [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
TextToSpeechActivity.java | 66 // It will be enabled upon initialization of the TTS engine. 105 // The TTS engine has been successfully initialized.
|