HomeSort by relevance Sort by last modified time
    Searched full:consumer (Results 326 - 350 of 812) sorted by null

<<11121314151617181920>>

  /frameworks/compile/slang/
slang_backend.h 111 // Initialize - This is called to initialize the consumer, providing the
132 // unit to notify the consumer that the given tentative definition should be
  /hardware/libhardware/tests/camera2/
camera2_utils.h 46 // Interface to camera2 HAL device, either for requests (device is consumer)
169 StreamAdapter(sp<IGraphicBufferProducer> consumer);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SecureAlbum.java 99 ItemConsumer consumer = new ItemConsumer() { local
105 mDataManager.mapMediaItems(subset, consumer, 0);
  /frameworks/native/libs/gui/
BufferQueue.cpp 273 // turn on usage bits the consumer requested
321 * the consumer may still have pending reads of the
361 // return an error if we're in "cannot block" mode (producer and consumer
362 // are controlled by the application) -- however, the consumer is allowed
365 // if we dequeue a buffer while the consumer has acquired one but not released
654 ST_LOGE("connect: BufferQueue has no consumer!");
666 // memory if we outrun the consumer. Wait here if it looks like we have too many
867 // Check that the consumer doesn't currently have the maximum number of
869 // buffer, so that the consumer can successfully set up the newly acquired
    [all...]
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.cc 31 GaiaOAuthFetcher::GaiaOAuthFetcher(GaiaOAuthConsumer* consumer,
34 : consumer_(consumer),
113 "anonymous", // consumer secret
132 "anonymous", // consumer secret
156 "anonymous", // consumer secret
  /external/chromium_org/chrome/browser/password_manager/
password_store_x_unittest.cc 407 MockPasswordStoreConsumer consumer; local
410 EXPECT_CALL(consumer,
415 store->GetAutofillableLogins(&consumer);
419 EXPECT_CALL(consumer,
424 store->GetBlacklistLogins(&consumer);
password_store_x.cc 136 // The consumer will be left hanging unless we reply.
153 // The consumer will be left hanging unless we reply.
170 // The consumer will be left hanging unless we reply.
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 71 // with GLES. If the consumer needs CPU access, use the default format
72 // set by the consumer. Otherwise allow gralloc to decide the format based
124 // directly to the consumer.
126 // On the other hand, when the consumer prefers RGB or can consume RGB
266 // Don't let a slow consumer block us
  /frameworks/native/libs/input/
InputTransport.cpp 358 ALOGE("channel '%s' publisher ~ Received unexpected message of type %d from consumer",
395 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld",
418 ALOGD("channel '%s' consumer ~ consumed batch event, seq=%u",
437 ALOGD("channel '%s' consumer ~ consumed key event, seq=%u",
450 ALOGD("channel '%s' consumer ~ appended to batch event",
465 ALOGD("channel '%s' consumer ~ consumed batch event and "
480 ALOGD("channel '%s' consumer ~ started batch event",
494 ALOGD("channel '%s' consumer ~ consumed motion event, seq=%u",
501 ALOGE("channel '%s' consumer ~ Received unexpected message of type %d",
802 ALOGD("channel '%s' consumer ~ sendFinishedSignal: seq=%u, handled=%s"
    [all...]
  /docs/source.android.com/src/devices/
graphics.jd 89 <dd>The most common consumer of image streams is SurfaceFlinger, the system service that consumes
103 binder (<code>ISurfaceTexture</code>), and consumer (<code>SurfaceTexture</code>)
105 sharing memory across process boundaries, synchronizing access to buffers, and pairing the appropriate consumer with the producer.
106 SurfaceTexture can operate in both asynchronous (producer never blocks waiting for consumer and drops frames) and
107 synchronous (producer waits for consumer to process textures) modes. Some examples of image
343 to be read or written with the certainty that another consumer or producer does not currently need them.</p>
354 consumer, this <code>sync_point</code> is signaled so that image producers
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 152 /// code-completion consumer can process the results accordingly.
815 /// \brief Abstract interface for a consumer of code-completion
821 /// \brief Whether the output format for the code-completion consumer is
    [all...]
  /external/chromium/chrome/browser/
favicon_helper.h 117 CancelableRequestConsumerBase* consumer,
123 CancelableRequestConsumerBase* consumer,
129 CancelableRequestConsumerBase* consumer,
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.h 109 void set_login_status_consumer(LoginStatusConsumer* consumer) {
110 login_status_consumer_ = consumer;
175 // Handles result of consumer kiosk configurability check and starts
login_utils.h 100 LoginStatusConsumer* consumer) = 0;
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 70 const char EnterpriseInstallAttributes::kConsumerDeviceMode[] = "consumer";
88 "consumer.app_kiosk_enabled";
362 // |registration_user_| is empty on consumer devices.
  /docs/source.android.com/src/source/
index.jd 29 consumer product with source code open for customization and porting.
  /external/chromium/chrome/browser/chromeos/login/
authenticator.h 29 explicit Authenticator(LoginStatusConsumer* consumer);
  /external/chromium/chrome/browser/extensions/
extension_history_api.h 88 // The consumer for the HistoryService callbacks.
  /external/chromium/chrome/browser/password_manager/
password_store_x.h 29 // with return values rather than implicit consumer notification.
  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.h 114 // Our consumer for the history service.
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.h 113 // Password store consumer for populating the password list and exceptions.
  /external/chromium/net/http/
http_vary_data.h 27 // Instead, it relies on the consumer to store that and to supply it again to
  /external/chromium/webkit/glue/
dom_operations.h 24 // for current page. The consumer of the SavableResourcesResult is responsible
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_indexed_db_helper.h 69 // Return a copy of the IndexedDB helper. Only one consumer can use the
browsing_data_local_storage_helper.h 78 // Return a copy of the local storage helper. Only one consumer can use the

Completed in 1020 milliseconds

<<11121314151617181920>>