/external/chromium_org/chrome/browser/chromeos/login/managed/ |
locally_managed_user_creation_controller.cc | 71 LocallyManagedUserCreationController::StatusConsumer* consumer, 73 : consumer_(consumer),
|
managed_user_authenticator.cc | 100 ManagedUserAuthenticator::ManagedUserAuthenticator(AuthStatusConsumer* consumer) 101 : consumer_(consumer) {}
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
passwords_helper.cc | 95 PasswordStoreConsumerHelper consumer(&matches); 96 store->GetLogins(matcher_form, PasswordStore::DISALLOW_PROMPT, &consumer);
|
/external/chromium_org/google_apis/gaia/ |
oauth2_access_token_fetcher.cc | 120 OAuth2AccessTokenConsumer* consumer, 122 : consumer_(consumer),
|
oauth2_token_service_unittest.cc | 21 // A testing consumer that retries on error. 432 RetryingTestingOAuth2TokenServiceConsumer consumer(oauth2_service_.get(), 435 account_id_, OAuth2TokenService::ScopeSet(), &consumer)); 437 EXPECT_EQ(0, consumer.number_of_successful_tokens_); 438 EXPECT_EQ(0, consumer.number_of_errors_); 445 EXPECT_EQ(0, consumer.number_of_successful_tokens_); 446 EXPECT_EQ(1, consumer.number_of_errors_); 453 EXPECT_EQ(0, consumer.number_of_successful_tokens_); 454 EXPECT_EQ(2, consumer.number_of_errors_);
|
oauth2_api_call_flow_unittest.cc | 75 MockAccessTokenFetcher(OAuth2AccessTokenConsumer* consumer, 77 : OAuth2AccessTokenFetcher(consumer, getter) {}
|
/external/chromium_org/ipc/ |
ipc_logging.cc | 82 void Logging::SetConsumer(Consumer* consumer) { 83 consumer_ = consumer;
|
ipc_send_fds_test.cc | 301 // sends it over pipe2 to the consumer thread. The consumer thread writes a byte 353 scoped_ptr<base::Thread> consumer(CreateThread("consumer")); 356 consumer.get(),
|
/frameworks/av/services/camera/libcameraservice/device2/ |
Camera2Device.h | 54 virtual status_t createStream(sp<ANativeWindow> consumer, 94 // consumer) or for frames (device is producer) 98 // Connect queue consumer endpoint to a camera2 device 197 status_t connectToDevice(sp<ANativeWindow> consumer,
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
SecureAlbum.java | 99 ItemConsumer consumer = new ItemConsumer() { local 105 mDataManager.mapMediaItems(subset, consumer, 0);
|
/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/chromeos/login/ |
google_authenticator.h | 39 explicit GoogleAuthenticator(LoginStatusConsumer* consumer); 69 // Mounts tmpfs and notifies consumer on the success/failure.
|
/external/chromium/chrome/browser/history/ |
top_sites.h | 72 void GetMostVisitedURLs(CancelableRequestConsumer* consumer,
|
/external/chromium/chrome/common/net/gaia/ |
gaia_auth_fetcher.h | 47 GaiaAuthFetcher(GaiaAuthConsumer* consumer,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_utils.cc | 134 LoginStatusConsumer* consumer) OVERRIDE; 702 LoginStatusConsumer* consumer) { 711 authenticator_ = new ParallelAuthenticator(consumer); 714 authenticator_->SetConsumer(consumer); [all...] |
/external/chromium_org/chrome/browser/net/gaia/ |
gaia_oauth_fetcher.h | 55 GaiaOAuthFetcher(GaiaOAuthConsumer* consumer,
|
/external/chromium_org/ui/events/gestures/ |
gesture_types.h | 194 // Returns true if this helper can dispatch events to |consumer|. 195 virtual bool CanDispatchToConsumer(GestureConsumer* consumer) = 0;
|
/frameworks/native/include/gui/ |
BufferQueue.h | 51 // producer and consumer can run asynchronously. 58 // reference to the actual consumer object. It forwards all calls to that 59 // consumer object so long as it exists. 62 // BufferQueue object and the consumer object. The reason this can't be a weak 64 // consumer side of a BufferQueue as a binder interface, which doesn't support 102 // consumer). 112 // This may only be called by the producer. The consumer will be told 182 // queue it for use by the consumer. 190 // called except for getAllocator. A consumer must already be connected. 219 // NULL and it is assumed that the consumer still holds a reference to th [all...] |
/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
|
/hardware/libhardware/tests/camera2/ |
camera2_utils.h | 46 // Interface to camera2 HAL device, either for requests (device is consumer) 169 StreamAdapter(sp<IGraphicBufferProducer> consumer);
|
/external/chromium_org/remoting/client/ |
rectangle_update_decoder.cc | 80 scoped_refptr<FrameConsumerProxy> consumer) 83 consumer_(consumer), 191 // Notify the consumer that painting is done. 267 // Return buffers that are smaller than needed to the consumer for
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathUtilities.cpp | 90 static SVGPathParser* globalSVGPathParser(SVGPathSource* source, SVGPathConsumer* consumer) 97 s_parser->setCurrentConsumer(consumer);
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
OAuthSignatureMethod.java | 92 String secret = accessor.consumer.consumerSecret; 99 accessorSecret = accessor.consumer.getProperty(key);
|
/frameworks/av/services/camera/libcameraservice/gui/ |
RingBufferConsumer.cpp | 37 RingBufferConsumer::RingBufferConsumer(const sp<IGraphicBufferConsumer>& consumer, 40 ConsumerBase(consumer),
|