HomeSort by relevance Sort by last modified time
    Searched refs:enable (Results 676 - 700 of 1304) sorted by null

<<21222324252627282930>>

  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraStream.h 85 status_t setMode(int enable);
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 137 void bte_main_enable_lpm(BOOLEAN enable);
525 BTIF_TRACE_DEBUG0("BTIF ENABLE BLUETOOTH");
546 ** Description Event indicating bluetooth enable is completed
634 /* we failed to enable, reset state */
753 // Java layer abort BT ENABLING, could be due to ENABLE TIMEOUT
819 ** Description Configure Test Mode - 'enable' to 1 puts the device in test mode and 0 exits
825 bt_status_t btif_dut_mode_configure(uint8_t enable)
834 btif_dut_mode = enable;
835 if (enable == 1) {
    [all...]
  /external/bluetooth/bluedroid/stack/include/
port_api.h 131 #define PORT_EV_FCS 0x00020000 /* data flow enable status true = enabled */
402 ** flow control message to the peer device. Enable flag passed
406 ** enable - enables data flow
409 RFC_API extern int PORT_FlowControl (UINT16 handle, BOOLEAN enable);
449 ** the connection error flag and to enable additional read
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 776 ** flow control message to the peer device. Enable flag passed
780 ** enable - enables data flow
783 int PORT_FlowControl (UINT16 handle, BOOLEAN enable)
789 RFCOMM_TRACE_API2 ("PORT_FlowControl() handle:%d enable: %d", handle, enable);
809 p_port->rx.user_fc = !enable;
831 if (enable && (p_port->rx.queue_size != 0))
894 ** the connection error flag and to enable additional read
    [all...]
  /external/chromium/chrome/browser/
browser_process_impl.cc     [all...]
browser_process_impl.h 111 virtual void SetIPCLoggingEnabled(bool enable);
257 // Ensures that the observers of plugin/print disable/enable state
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h     [all...]
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 134 void BubbleFrameView::EnableClose(bool enable) {
  /external/icu4c/i18n/unicode/
numfmt.h 671 * @param enable <code>TRUE</code> if lenient parsing should be used,
675 virtual void setLenient(UBool enable);
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 247 public void setEscapeProcessing(boolean enable) throws SQLException {
  /external/kernel-headers/original/linux/
irq.h 44 #define IRQ_PENDING 0x00040000 /* IRQ pending - replay on enable */
69 * @startup: start up the interrupt (defaults to ->enable if NULL)
71 * @enable: enable the interrupt (defaults to chip->unmask if NULL)
82 * @set_wake: enable/disable power-management wake-on of an IRQ
91 void (*enable)(unsigned int irq); member in struct:irq_chip
128 * @wake_depth: enable depth, for multiple set_irq_wake() callers
351 /* Enable/disable irq debugging output: */
pci.h 43 #define PCIIOC_WRITE_COMBINE (PCIIOC_BASE | 0x03) /* Enable/disable write-combining. */
350 int (*enable_wake) (struct pci_dev *dev, pci_power_t state, int enable); /* Enable wake event */
498 void pci_intx(struct pci_dev *dev, int enable);
517 int pci_enable_wake(struct pci_dev *dev, pci_power_t state, int enable);
678 static inline int pci_enable_wake(struct pci_dev *dev, pci_power_t state, int enable) { return 0; }
  /external/kernel-headers/original/video/
dsscomp.h 200 __u8 enable; /* bool */ member in struct:dss2_vc1_range_map_info
277 * - whether to enable zorder (always enabled)
314 * vc1.enable is true.
406 * whether to enable zorder (always enabled)
  /external/libselinux/src/
avc.c 1059 * avc_ss_set_auditallow - Enable or disable auditing of granted permissions.
1065 * @enable: enable flag.
1069 uint32_t seqno, uint32_t enable)
1071 if (enable)
1080 * avc_ss_set_auditdeny - Enable or disable auditing of denied permissions.
1086 * @enable: enable flag.
1090 uint32_t seqno, uint32_t enable)
1092 if (enable)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 62 # --enable-ltdl-convenience to the configure arguments. Note that
97 ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
117 # --enable-ltdl-install to the configure arguments. Note that
157 # Don't overwrite $prefix/lib/libltdl.la without --enable-ltdl-install
158 AC_MSG_WARN([not overwriting libltdl at $prefix, force with `--enable-ltdl-install'])
169 no) ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
175 ac_configure_args="$ac_configure_args --enable-ltdl-install"
423 [AS_HELP_STRING([--enable-ltdl-install], [install libltdl])])
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga1str.h 73 CARD16 enable B16;
  /external/qemu/hw/
pc.h 103 void ioport_set_a20(int enable);
pxa.h 199 int enable; member in struct:PXA2xxI2SState
  /external/qemu-pc-bios/vgabios/
vbe.h 7 void dispi_set_enable(enable);
  /external/skia/legacy/src/animator/
SkDisplayApply.cpp 192 enable(maker);
263 bool SkApply::enable(SkAnimateMaker& maker) { function in class:SkApply
293 fActive->enable();
308 debugOut.append(" apply enable id=");
323 scope->enable(maker);
SkDisplayPost.cpp 174 bool SkPost::enable(SkAnimateMaker& maker ) { function in class:SkPost
194 SkDebugf("post enable: ");
203 debugOut.append(" enable=");
  /external/skia/src/animator/
SkDisplayApply.cpp 192 enable(maker);
263 bool SkApply::enable(SkAnimateMaker& maker) { function in class:SkApply
293 fActive->enable();
308 debugOut.append(" apply enable id=");
323 scope->enable(maker);
SkDisplayPost.cpp 166 bool SkPost::enable(SkAnimateMaker& maker ) { function in class:SkPost
186 SkDebugf("post enable: ");
195 debugOut.append(" enable=");
  /external/webkit/Source/WebCore/editing/
markup.cpp 567 deleteButton->enable();
578 deleteButton->enable();
668 deleteButton->enable();
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorConsoleAgent.cpp 29 #if ENABLE(INSPECTOR)
82 void InspectorConsoleAgent::enable(ErrorString*, int* consoleMessageExpireCount) function in class:WebCore::InspectorConsoleAgent
263 #endif // ENABLE(INSPECTOR)

Completed in 2531 milliseconds

<<21222324252627282930>>