/external/chromium_org/ppapi/cpp/private/ |
flash.h | 30 namespace flash { namespace in namespace:pp 32 class Flash { 77 } // namespace flash
|
flash_clipboard.h | 18 namespace flash { namespace in namespace:pp 50 } // namespace flash
|
flash_device_id.h | 12 namespace flash { namespace in namespace:pp 23 } // namespace flash
|
flash_drm.h | 16 namespace flash { namespace in namespace:pp 36 } // namespace flash
|
flash_font_file.h | 17 namespace flash { namespace in namespace:pp 34 } // namespace flash
|
flash_menu.h | 17 namespace flash { namespace in namespace:pp 29 } // namespace flash
|
flash_message_loop.h | 15 namespace flash { namespace in namespace:pp 28 } // namespace flash
|
flash_device_id.cc | 21 namespace flash { namespace in namespace:pp 44 } // namespace flash
|
flash_menu.cc | 24 namespace flash { namespace in namespace:pp 46 } // namespace flash
|
flash_drm.cc | 30 namespace flash { namespace in namespace:pp 112 } // namespace flash
|
flash_file.h | 18 namespace flash { namespace in namespace:pp 69 } // namespace flash
|
flash_font_file.cc | 23 namespace flash { namespace in namespace:pp 55 } // namespace flash
|
flash_message_loop.cc | 22 namespace flash { namespace in namespace:pp 50 } // namespace flash
|
flash_clipboard.cc | 29 namespace flash { namespace in namespace:pp 151 } // namespace flash
|
flash_file.cc | 25 namespace flash { namespace in namespace:pp 134 } // namespace flash 146 namespace flash { namespace in namespace:pp 176 } // namespace flash
|
flash.cc | 5 #include "ppapi/cpp/private/flash.h" 49 // The combined Flash interface is all Flash v12.* interfaces. All v12 58 // is no Flash interface supported, all functions will be NULL. 77 namespace flash { namespace in namespace:pp 80 bool Flash::IsAvailable() { 88 void Flash::SetInstanceAlwaysOnTop(const InstanceHandle& instance, 101 bool Flash::DrawGlyphs(const InstanceHandle& instance, 145 Var Flash::GetProxyForURL(const InstanceHandle& instance, 160 int32_t Flash::Navigate(const URLRequestInfo& request_info [all...] |
/external/chromium_org/ppapi/tests/ |
test_flash_message_loop.h | 15 namespace flash { namespace in namespace:pp 35 pp::flash::MessageLoop* message_loop_;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/ |
background.js | 23 function flash() { 35 iconFlashTimer = window.setTimeout(flash, 500); 37 flash();
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
OMXSceneModeTables.h | 37 OMX_IMAGE_FLASHCONTROLTYPE flash; member in struct:SceneModesEntry
|
/external/jmonkeyengine/engine/src/test/jme3test/effect/ |
TestExplosionEffect.java | 51 private ParticleEmitter flame, flash, spark, roundspark, smoketrail, debris, field in class:TestExplosionEffect 90 flash = new ParticleEmitter("Flash", EMITTER_TYPE, 24 * COUNT_FACTOR); 91 flash.setSelectRandomImage(true); 92 flash.setStartColor(new ColorRGBA(1f, 0.8f, 0.36f, (float) (1f / COUNT_FACTOR_F))); 93 flash.setEndColor(new ColorRGBA(1f, 0.8f, 0.36f, 0f)); 94 flash.setStartSize(.1f); 95 flash.setEndSize(3.0f); 96 flash.setShape(new EmitterSphereShape(Vector3f.ZERO, .05f)); 97 flash.setParticlesPerSec(0) [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMX3A.cpp | 267 CAMHAL_LOGVB("Flash Setting %s", str); 474 ALOGW("flash is disabled for testing purpose"); 485 OMX_IMAGE_PARAM_FLASHCONTROLTYPE flash; local 496 OMX_INIT_STRUCT_PTR (&flash, OMX_IMAGE_PARAM_FLASHCONTROLTYPE); 497 flash.nPortIndex = OMX_ALL; 500 flash.eFlashControl = ( OMX_IMAGE_FLASHCONTROLTYPE ) OMX_IMAGE_FlashControlOff; 502 flash.eFlashControl = ( OMX_IMAGE_FLASHCONTROLTYPE ) Gen3A.FlashMode; 505 CAMHAL_LOGDB("Configuring flash mode 0x%x", flash.eFlashControl); 508 &flash); 554 OMX_IMAGE_PARAM_FLASHCONTROLTYPE flash; local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
DialogDetailsView.java | 158 MediaDetails.FlashState flash = local 162 if (flash.isFlashFired()) {
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
SnapshotDialogFragment.java | 161 int flash = exif.getAttributeInt(ExifInterface.TAG_FLASH, 0); local 217 exifInfo.append("Flash: "). 218 append(flash).append("\n");
|
/bionic/libc/kernel/common/linux/ |
telephony.h | 176 unsigned int flash:1; member in struct:phone_except
|
/development/ndk/platforms/android-3/include/linux/ |
telephony.h | 158 unsigned int flash:1; member in struct:phone_except
|