HomeSort by relevance Sort by last modified time
    Searched full:consumer (Results 351 - 375 of 832) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 83 explicit ManagedUserAuthenticator(AuthStatusConsumer* consumer);
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser.h 15 // actual chunk responses. The consumer of the protocol data should instantiate
  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_request_unittest.cc 24 class TestingOAuth2TokenServiceConsumer : public OAuth2TokenService::Consumer {
  /external/chromium_org/chrome/browser/ui/passwords/
password_manager_presenter.h 119 // Password store consumer for populating the password list and exceptions.
  /external/chromium_org/chrome/renderer/net/
predictor_queue.h 21 // rendering, the supplier is the renderer (typically), and the consumer
  /external/chromium_org/components/dom_distiller/core/
task_tracker.h 65 // After creating a TaskTracker, a consumer of distilled content should be added
  /external/chromium_org/content/browser/loader/
resource_loader.h 139 // consumer. We are waiting for a notification to complete the transfer, at
  /external/chromium_org/content/browser/renderer_host/media/
audio_mirroring_manager.h 52 // Create a consumer of audio data in the format specified by |params|, and
  /external/chromium_org/content/browser/streams/
stream.h 28 // that can be read by an internal consumer. It will continue to pull from the
  /external/chromium_org/extensions/browser/
lazy_background_task_queue.h 30 // It is the consumer's responsibility to use this class when appropriate, i.e.
  /external/chromium_org/media/audio/
test_audio_input_controller_factory.h 41 // // Make sure consumer of AudioInputController does the right thing.
  /external/chromium_org/net/http/
http_vary_data.h 28 // Instead, it relies on the consumer to store that and to supply it again to
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h 108 // FontDescriptionChangeScope should be the only consumer of this member.
  /external/chromium_org/third_party/libjingle/source/talk/sound/
soundinputstreaminterface.h 67 // Notifies the consumer of new data read from the device.
  /external/chromium_org/tools/cr/cr/commands/
command.py 67 """Adds a remaining argument consumer to the parser.
  /external/clang/
README.android 6 * - Changes due to the limitations in Android-based consumer electronics.
  /external/harfbuzz_ng/util/
hb-shape.cc 29 #include "shape-consumer.hh"
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.h 68 // Return whether the insn is a new-value consumer.
  /frameworks/av/include/media/stagefright/
MediaSource.h 103 // The consumer of this media source requests that the given buffers
  /frameworks/native/libs/gui/
IGraphicBufferConsumer.cpp 240 virtual status_t consumerConnect(const sp<IConsumerListener>& consumer, bool controlledByApp) {
243 data.writeStrongBinder(consumer->asBinder());
399 sp<IConsumerListener> consumer = IConsumerListener::asInterface( data.readStrongBinder() ); local
401 status_t result = consumerConnect(consumer, controlledByApp);
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 92 sp<CpuConsumer> consumer = new CpuConsumer(bq, 1); local
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 241 status_t Camera2Device::createStream(sp<ANativeWindow> consumer,
249 res = stream->connectToDevice(consumer, width, height, format, size);
606 // Connect to camera2 HAL as consumer (input requests/reprocessing)
867 ALOGV("%s: Signaling consumer", __FUNCTION__);
991 sp<ANativeWindow> consumer,
998 if (consumer == NULL) {
999 ALOGE("%s: Null consumer passed to stream adapter", __FUNCTION__);
1006 mConsumerInterface = consumer;
1038 // Configure consumer-side ANativeWindow interface
    [all...]
  /external/chromium/base/
callback_old.h 18 // classes is provided to hide the Tuple details from the consumer. Client
67 // Interface that is exposed to the consumer, that does the actual calling
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator.h 39 explicit GoogleAuthenticator(LoginStatusConsumer* consumer);
69 // Mounts tmpfs and notifies consumer on the success/failure.
  /external/chromium_org/base/threading/
thread.h 22 // The consumer uses the MessageLoop of the thread to cause code to execute on
109 // NOTE: If you are a consumer of Thread, it is not necessary to call this

Completed in 990 milliseconds

<<11121314151617181920>>