HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 2126 - 2150 of 3607) sorted by null

<<81828384858687888990>>

  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 435 log("Stopping preview and callbacks to switch resolutions");
770 log("Stopping preview and callbacks to switch formats");
801 log("Disabling preview callbacks");
808 log("Enabling preview callbacks");
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 172 // preview callbacks in the queue after quit is called. The preview
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 475 * SetCallbacks() Sets application callbacks to the component
477 * This method will update application callbacks
483 * @param pCallBacks application callbacks
505 G711DEC_DPRINT ("%d :: Received the empty callbacks from the application\n",__LINE__);
509 /*Copy the callbacks of the application to the component private */
530 * @param pSpecVersion application callbacks
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 444 * SetCallbacks() Sets application callbacks to the component
446 * This method will update application callbacks
452 * @param pCallBacks application callbacks
473 G711ENC_DPRINT("%d :: Received the empty callbacks from the application\n",__LINE__);
477 /*Copy the callbacks of the application to the component private*/
500 * @param pSpecVersion application callbacks
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 410 * SetCallbacks() Sets application callbacks to the component
412 * This method will update application callbacks
418 * @param pCallBacks application callbacks
439 G726ENC_DPRINT("%d :: Received the empty callbacks from the application\n",__LINE__);
443 /*Copy the callbacks of the application to the component private*/
466 * @param pSpecVersion application callbacks
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 469 * SetCallbacks() Sets application callbacks to the component
471 * This method will update application callbacks
477 * @param pCallBacks application callbacks
498 G729ENC_EPRINT("Received empty callbacks from the application.\n");
501 /*Copy the callbacks of the application to the component private*/
523 * @param pSpecVersion application callbacks
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 523 * SetCallbacks() Sets application callbacks to the component
525 * This method will update application callbacks
531 * @param pCallBacks application callbacks
553 OMX_ERROR4(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c :: Received the empty callbacks from the \
558 /*Copy the callbacks of the application to the component private */
579 * @param pSpecVersion application callbacks
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 564 * SetCallbacks() Sets application callbacks to the component
566 * This method will update application callbacks
572 * @param pCallBacks application callbacks
593 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Received the empty callbacks from the application\n",__LINE__);
597 /*Copy the callbacks of the application to the component private*/
619 * @param pSpecVersion application callbacks
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 538 * SetCallbacks() Sets application callbacks to the component
540 * This method will update application callbacks
546 * @param pCallBacks application callbacks
567 OMX_PRDSP4(pComponentPrivate->dbg, "Empty callbacks from the\
572 /*Copy the callbacks of the application to the component private*/
594 * @param pSpecVersion application callbacks
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 265 phandle->dspCodec->Callbacks.LCML_Callback = pCallbacks->LCML_Callback;
579 phandle->dspCodec->Callbacks.LCML_Callback = pCallbacks->LCML_Callback;
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 478 * Interface used to receive callbacks whenever a view is drawn by
505 * @param callbacks Callbacks invoked when drawing happens.
508 abstract void draw(View view, View.AttachInfo attachInfo, HardwareDrawCallbacks callbacks,
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js 435 readyList = jQuery.Callbacks( "once memory" );
982 jQuery.Callbacks = function( flags ) {
1002 // Add one or several callbacks to the list
1023 // Fire callbacks
1051 // Actual Callbacks object
1053 // Add a callback or a collection of callbacks to the list
1058 // Do we need to add the callbacks to the
1116 // Remove all callbacks from the list
1142 // Call all callbacks with the given context and arguments
1155 // Call all the callbacks with the given argument
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 497 * SetCallbacks() Sets application callbacks to the component
499 * This method will update application callbacks
505 * @param pCallBacks application callbacks
528 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Received the empty callbacks from the application\n",__LINE__);
532 /*Copy the callbacks of the application to the component private*/
554 * @param pSpecVersion application callbacks
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 479 * SetCallbacks() Sets application callbacks to the component
481 * This method will update application callbacks
487 * @param pCallBacks application callbacks
509 G729DEC_DPRINT ("%d :: Received the empty callbacks from the \
514 /*Copy the callbacks of the application to the component private */
535 * @param pSpecVersion application callbacks
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/chromium/net/base/
host_resolver_impl_unittest.cc 546 // The class will receive callbacks for when each resolve completes. It
597 // The class will receive callbacks for when each resolve completes. It
684 // The class will receive callbacks for when each resolve completes. It
738 // The class will receive callbacks for when each resolve completes. It
797 // The class will receive callbacks for when each resolve completes. It
863 // The class will receive callbacks for when each resolve completes. It
    [all...]
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 837 TestApiCallbacks callbacks(100);
839 v8::External::New(env->GetIsolate(), &callbacks);
881 TestApiCallbacks callbacks(1);
883 v8::External::New(env->GetIsolate(), &callbacks);
908 callbacks.set_warming_up(true);
912 callbacks.set_warming_up(false);
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 225 if (Callbacks) Callbacks->MacroExpands(Identifier, MD,
271 if (Callbacks) {
275 // MacroExpands callbacks still happen in source order, queue this
280 Callbacks->MacroExpands(Identifier, MD, ExpansionRange, Args);
285 Callbacks->MacroExpands(Info.Tok, Info.MD, Info.Range, /*Args=*/0);
    [all...]
  /external/v8/src/
bootstrapper.cc 162 // processing callbacks which may create new environments.
633 // Complete the callbacks.
    [all...]
stub-cache.cc 160 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, CALLBACKS);
301 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
318 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
334 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
352 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
486 Code::STORE_IC, CALLBACKS, strict_mode);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 609 ALOGE("%s: Camera %d: Can't use preview callbacks "
669 // Disable traditional callbacks when a valid callback target is given
769 // Can't have recording stream hanging around when enabling callbacks,
783 "enabling callbacks: %s (%d)", __FUNCTION__, mCameraId,
    [all...]
  /frameworks/base/docs/html/guide/faq/
commontasks.jd 11 <li><a href="#implementcallbacks">Implementing Activity callbacks</a> (Android
92 android.app.Dialog} for dialog boxes. You will implement the required callbacks
123 <h2>Implementing Activity Callbacks</h2>
124 <p>Android calls a number of callbacks to let you draw your screen, store data before
135 and exposes methods to let you identify the selected item, receive callbacks
    [all...]

Completed in 1644 milliseconds

<<81828384858687888990>>