HomeSort by relevance Sort by last modified time
    Searched defs:flash (Results 1 - 25 of 33) sorted by null

1 2

  /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
56 } // 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 33 namespace flash { namespace in namespace:pp
203 } // 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();
  /cts/apps/CameraITS/pymodules/its/
caps.py 189 def flash(props): function
190 """Returns whether a device supports flash control.
198 return props.has_key("android.flash.info.available") and \
199 props["android.flash.info.available"] == 1
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HALHeader.h 63 uint32_t flash; member in struct:qcamera::__anon2622
QCamera3Channel.cpp 1816 uint16_t flash = mJpegSettings->flash; local
    [all...]
  /bionic/libc/kernel/uapi/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
  /development/ndk/platforms/android-L/include/linux/
telephony.h 176 unsigned int flash:1; member in struct:phone_except
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 2129 cam_flash_mode_t flash = *(( int * )in_data); local
    [all...]

Completed in 1011 milliseconds

1 2