/external/chromium_org/chrome/browser/chromeos/login/managed/ |
managed_user_authenticator.h | 85 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/ui/webui/options/ |
password_manager_handler.h | 113 // 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/chrome/test/base/ |
testing_browser_process.h | 117 // Set the local state for tests. Consumer is responsible for cleaning it up
|
/external/chromium_org/content/browser/loader/ |
resource_loader.h | 133 // 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/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 | 109 // 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/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 | 18 // The consumer uses the MessageLoop of the thread to cause code to execute on 96 // NOTE: If you are a consumer of Thread, it is not necessary to call this
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
identity_api.h | 70 public OAuth2TokenService::Consumer { 121 // OAuth2TokenService::Consumer implementation:
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_refresh_token_fetcher.cc | 50 public OAuth2TokenService::Consumer, 64 // OAuth2TokenService::Consumer implementation:
|
/external/chromium_org/chrome/browser/policy/cloud/ |
cloud_policy_client_registration_helper.cc | 49 : public OAuth2TokenService::Consumer { 58 // OAuth2TokenService::Consumer implementation:
|
/external/chromium_org/google_apis/gaia/ |
oauth2_api_call_flow_unittest.cc | 75 MockAccessTokenFetcher(OAuth2AccessTokenConsumer* consumer, 77 : OAuth2AccessTokenFetcher(consumer, getter) {}
|