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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessConnection.java 20 * Used to notify the consumer about disconnection of the service. This callback is provided
29 * Used to notify the consumer about the connection being established.
81 * @param connectionCallbacks will notify the consumer about the connection being established
130 * Called when the service is no longer in active use of the consumer.
  /external/chromium_org/content/renderer/media/
media_stream_audio_renderer.h 26 // active but new audio data is not provided to the consumer.
  /external/chromium_org/media/audio/
audio_source_diverter.h 12 // data to be plumbed to an alternate consumer; for example, a loopback
  /external/chromium_org/mojo/public/bindings/lib/
message.h 31 // Message owns its data and handles, but a consumer of Message is free to
  /external/chromium_org/mojo/system/
data_pipe_consumer_dispatcher.h 19 // This is the |Dispatcher| implementation for the consumer handle for data
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
queue.h 9 /* This file implements a single-producer/single-consumer queue, using a mutex
  /external/chromium_org/webkit/browser/fileapi/quota/
open_file_handle.h 20 // This should be alive while a consumer keeps a file opened and should be
open_file_handle_context.h 24 // The instance keeps alive while at least one consumer keeps an open file
  /external/harfbuzz_ng/util/
hb-view.cc 29 #include "shape-consumer.hh"
  /frameworks/av/include/media/
ExtendedAudioBufferProvider.h 32 // Invoked by buffer consumer when a new timestamp is available.
  /frameworks/compile/slang/
slang_diagnostic_buffer.h 32 // The diagnostics consumer instance (for reading the processed diagnostics)
  /frameworks/rs/
rsFifo.h 27 // A simple FIFO to be used as a producer / consumer between two
  /external/chromium_org/chrome/browser/history/
history_service.h 258 CancelableRequestConsumerBase* consumer,
272 CancelableRequestConsumerBase* consumer,
293 CancelableRequestConsumerBase* consumer,
299 CancelableRequestConsumerBase* consumer,
315 CancelableRequestConsumerBase* consumer,
335 CancelableRequestConsumerBase* consumer,
348 CancelableRequestConsumerBase* consumer,
361 CancelableRequestConsumerBase* consumer,
468 Handle QuerySegmentUsageSince(CancelableRequestConsumerBase* consumer,
479 Handle QuerySegmentDurationSince(CancelableRequestConsumerBase* consumer,
    [all...]
history_service.cc 398 CancelableRequestConsumerBase* consumer,
402 consumer,
427 CancelableRequestConsumerBase* consumer) {
432 Schedule(PRIORITY_UI, &HistoryBackend::ProcessDBTask, consumer, request);
436 CancelableRequestConsumerBase* consumer,
442 consumer, new history::QuerySegmentUsageRequest(callback),
455 CancelableRequestConsumerBase* consumer,
461 consumer, new history::QuerySegmentUsageRequest(callback),
777 CancelableRequestConsumerBase* consumer,
780 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer,
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 192 public void mapMediaItems(ArrayList<PathId> list, ItemConsumer consumer) {
208 processMapMediaItems(imageList, consumer, true);
209 processMapMediaItems(videoList, consumer, false);
213 ItemConsumer consumer, boolean isImage) {
239 consumer.consume(pid2.id, items[k - i]);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 54 * The adapter that consumes this data. We use this only to notify the consumer that new data
64 * @param consumer If non-null, a consumer to be notified when the unread count changes
66 public FolderWatcher(RestrictedActivity activity, BaseAdapter consumer) {
68 mConsumer = consumer;
  /external/chromium/chrome/browser/history/
history.h 281 CancelableRequestConsumerBase* consumer,
299 CancelableRequestConsumerBase* consumer,
321 CancelableRequestConsumerBase* consumer,
327 CancelableRequestConsumerBase* consumer,
340 CancelableRequestConsumerBase* consumer,
358 CancelableRequestConsumerBase* consumer,
368 CancelableRequestConsumerBase* consumer,
390 CancelableRequestConsumerBase* consumer,
412 CancelableRequestConsumerBase* consumer,
426 CancelableRequestConsumerBase* consumer,
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 89 /// The AST consumer.
90 OwningPtr<ASTConsumer> Consumer;
92 /// The code completion consumer.
398 bool hasASTConsumer() const { return Consumer.isValid(); }
401 assert(Consumer && "Compiler instance has no AST consumer!");
402 return *Consumer;
405 /// takeASTConsumer - Remove the current AST consumer and give ownership to
407 ASTConsumer *takeASTConsumer() { return Consumer.take(); }
409 /// setASTConsumer - Replace the current AST consumer; the compiler instanc
    [all...]
FrontendAction.h 51 /// \brief Create the AST consumer object for this action, if supported.
54 /// fail if the AST consumer cannot be created. This will not be called if the
63 /// \return The new AST consumer, or null on failure.
215 /// \brief Abstract base class to use for AST consumer-based frontend actions.
219 /// the already-initialized AST consumer.
221 /// This will also take care of instantiating a code completion consumer if
  /external/chromium_org/google_apis/gaia/
oauth_request_signer_unittest.cc 88 "53cR3t", // consumer secret
117 "anonymous", // consumer secret
144 "anonymous", // consumer secret
171 "anonymous", // consumer secret
200 "anonymous", // consumer secret
228 "anonymous", // consumer secret
254 "anonymous", // consumer secret
280 "anonymous", // consumer secret
308 "53cR3t", // consumer secret
  /frameworks/base/core/java/android/view/
SurfaceControl.java 44 private static native void nativeScreenshot(IBinder displayToken, Surface consumer,
525 * @param consumer The {@link Surface} to take the screenshot into.
535 public static void screenshot(IBinder display, Surface consumer,
537 screenshot(display, consumer, width, height, minLayer, maxLayer, false);
544 * @param consumer The {@link Surface} to take the screenshot into.
550 public static void screenshot(IBinder display, Surface consumer,
552 screenshot(display, consumer, width, height, 0, 0, true);
559 * @param consumer The {@link Surface} to take the screenshot into.
561 public static void screenshot(IBinder display, Surface consumer) {
562 screenshot(display, consumer, 0, 0, 0, 0, true)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.h 92 explicit ParallelAuthenticator(LoginStatusConsumer* consumer);
117 // notifies consumer on the success/failure.
122 // Mounts tmpfs and notifies consumer on the success/failure.
126 // Mounts tmpfs and notifies consumer on the success/failure.
130 // Mounts an ephemeral cryptohome and notifies consumer on the
135 // Mounts an public but non-ephemeral cryptohome and notifies consumer on the
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_unittest.cc 235 // CloudPrint access token fetch is successful, but consumer still given error
262 // CloudPrint access token fetch is successful, but consumer still given error
287 // CloudPrint access token fetch is successful, but consumer still given error
312 // CloudPrint access token fetch is successful, but consumer still given error
370 // but the consumer still gets an error, since the results don't get returned
389 // All fetches were successful, but consumer still given error since
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 113 OwningPtr<ASTConsumer> consumer; local
114 consumer.reset(new PCHGenerator(Clang->getPreprocessor(), "-", 0,
117 consumer->GetASTMutationListener());
118 Clang->setASTConsumer(consumer.take());
217 void ChainedIncludesSource::StartTranslationUnit(ASTConsumer *Consumer) {
218 return getFinalReader().StartTranslationUnit(Consumer);
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 362 SourceLocation (Parser::*Consumer)();
389 Consumer = &Parser::ConsumeBrace;
393 Consumer = &Parser::ConsumeParen;
398 Consumer = &Parser::ConsumeBracket;
412 LOpen = (P.*Consumer)();
424 LClose = (P.*Consumer)();

Completed in 764 milliseconds

1 2 3 4 5 6 78 91011>>