/external/openssh/ |
nchan2.ms | 73 (the socket represents the local consumer/producer of the
|
/frameworks/av/services/camera/libcameraservice/common/ |
CameraDeviceBase.h | 89 virtual status_t createStream(sp<ANativeWindow> consumer,
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3InputStream.cpp | 175 * no-op since we can't disconnect the producer from the consumer-side
|
Camera3StreamInterface.h | 80 * INVALID_OPERATION in case connecting to the consumer failed
|
/frameworks/native/libs/gui/tests/ |
SurfaceTexture_test.cpp | [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
FramebufferSurface.h | 40 FramebufferSurface(HWComposer& hwc, int disp, const sp<IGraphicBufferConsumer>& consumer);
|
/frameworks/volley/src/com/android/volley/toolbox/ |
ByteArrayPool.java | 35 * <code>byte[]</code> buffers to copy data around. In these use cases, often the consumer wants
|
/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 121 // consumer when taking screenshots and when using virtual displays.
|
/hardware/libhardware/tests/camera2/ |
CameraMultiStreamTests.cpp | 221 // Clear producer before consumer. 362 sp<CpuConsumer> consumer = stream->GetConsumer(); local 410 ASSERT_EQ(OK, consumer->lockNextBuffer(&imgBuffer)); 421 ASSERT_EQ(OK, consumer->unlockBuffer(imgBuffer));
|
/packages/apps/Exchange/res/values-en-rGB/ |
strings.xml | 43 <string name="policy_dont_allow_consumer_email" msgid="6958427300686692292">"Don\'t allow consumer email"</string>
|
/packages/apps/Exchange/res/values-en-rIN/ |
strings.xml | 43 <string name="policy_dont_allow_consumer_email" msgid="6958427300686692292">"Don\'t allow consumer email"</string>
|
/packages/apps/Exchange/res/values-it/ |
strings.xml | 43 <string name="policy_dont_allow_consumer_email" msgid="6958427300686692292">"Non consentire email di livello consumer"</string>
|
/packages/apps/Exchange/res/values-tl/ |
strings.xml | 43 <string name="policy_dont_allow_consumer_email" msgid="6958427300686692292">"Huwag payagan ang email ng consumer"</string>
|
/external/chromium_org/ui/aura/ |
root_window.cc | 68 Window* ConsumerToWindow(ui::GestureConsumer* consumer) { 69 return consumer ? static_cast<Window*>(consumer) : NULL; 727 bool RootWindow::CanDispatchToConsumer(ui::GestureConsumer* consumer) { 728 Window* consumer_window = ConsumerToWindow(consumer);; [all...] |
/device/asus/flo/camera/QCamera2/stack/common/ |
cam_intf.h | 328 cam_stream_consumer_t consumer; /* stream consumer */ member in union:__anon1624::__anon1625
|
/external/chromium/chrome/browser/autofill/ |
autofill_download_unittest.cc | 358 // Make sure consumer of URLFetcher does the right thing. 533 // Make sure consumer of URLFetcher does the right thing.
|
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.cc | 81 CancelableRequestConsumerBase* consumer, 98 AddRequest(request, consumer);
|
/external/chromium/chrome/browser/chromeos/login/ |
google_authenticator.cc | 56 GoogleAuthenticator::GoogleAuthenticator(LoginStatusConsumer* consumer) 57 : Authenticator(consumer),
|
/external/chromium/chrome/common/net/gaia/ |
gaia_auth_fetcher.cc | 96 GaiaAuthFetcher::GaiaAuthFetcher(GaiaAuthConsumer* consumer, 99 : consumer_(consumer),
|
/external/chromium_org/chrome/browser/chromeos/login/ |
screen_locker.cc | 338 chromeos::LoginStatusConsumer* consumer) { 339 login_status_consumer_ = consumer;
|
/external/chromium_org/chrome/browser/extensions/ |
extension_install_prompt.h | 51 public OAuth2TokenService::Consumer, 373 // OAuth2TokenService::Consumer implementation:
|
/external/chromium_org/chrome/browser/history/ |
web_history_service.cc | 46 private OAuth2TokenService::Consumer, 121 // OAuth2TokenService::Consumer interface.
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_guest.cc | 559 ui::GestureConsumer* consumer) { 560 CHECK_EQ(static_cast<RenderWidgetHostViewGuest*>(consumer), this);
|
/external/clang/include/clang/Sema/ |
MultiplexExternalSemaSource.h | 153 virtual void StartTranslationUnit(ASTConsumer *Consumer); 207 /// \brief Inform the semantic consumer that Sema is no longer available.
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 306 /// \brief The AST consumer. 307 ASTConsumer *Consumer; 614 /// consumer eagerly. 816 /// "interesting" decls to consumer inside FinishedDeserializing(). 818 /// passing decls to consumer. 837 /// "interesting" to the ASTConsumer, when we get that AST consumer. [all...] |