HomeSort by relevance Sort by last modified time
    Searched defs:enable (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /external/bluetooth/bluez/audio/
ipctest.c 987 int enable; local
989 if (sscanf(line, "%*s %as %d", &what, &enable) != 1)
992 u->debug_stream_read = enable;
994 u->debug_stream_write = enable;
  /external/bluetooth/bluez/network/
server.c 82 gboolean enable; /* Enable flag */ member in struct:network_server
283 if (ns->enable == FALSE)
425 if (!ns || ns->enable == FALSE) {
586 static DBusMessage *enable(DBusConnection *conn, function
592 if (ns->enable)
608 ns->enable = TRUE;
623 if (!ns->enable)
632 ns->enable = FALSE;
657 if (ns->enable && ns->record_id)
    [all...]
  /external/kernel-headers/original/asm-arm/arch/
board.h 64 unsigned enable:1; member in struct:omap_sti_console_config
  /external/skia/src/animator/
SkDisplayApply.cpp 199 enable(maker);
270 bool SkApply::enable(SkAnimateMaker& maker) { function in class:SkApply
300 fActive->enable();
315 debugOut.append(" apply enable id=");
330 scope->enable(maker);
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 381 * user permission to turn on Bluetooth. The {@link #enable()} method is
399 public boolean enable() { method in class:BluetoothAdapter
401 return mService.enable();
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/arch/
board.h 63 unsigned enable:1; member in struct:omap_sti_console_config
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/arch/
board.h 63 unsigned enable:1; member in struct:omap_sti_console_config
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/arch/
board.h 63 unsigned enable:1; member in struct:omap_sti_console_config
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/
board.h 63 unsigned enable:1; member in struct:omap_sti_console_config
  /external/e2fsprogs/e2fsck/
pass1.c 442 int enable; local
451 "icount", 0, 1, &enable);
457 if (!enable || !tdb_dir || access(tdb_dir, W_OK) ||
    [all...]
  /external/libxml2/
nanohttp.c 843 int enable = 1; local
844 status = ioctl(s, FIONBIO, &enable);
1055 * and one want to enable it, send me the defined(foobar) needed
    [all...]
  /external/qemu/hw/
pxa.h 199 int enable; member in struct:PXA2xxI2SState
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 69 SystemProperties.set("persist.service.adb.enable", enableAdb ? "1" : "0");
200 bluetooth.enable();
423 "1".equals(SystemProperties.get("persist.service.adb.enable")) ? 1 : 0);
442 // Enable the JIT for the system_server process
LocationManagerService.java 692 p.enable();
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c 1070 sd_trace(("Attempting to enable High-Speed mode.\n"));
1190 /* Enable response delay for all */
1625 bool enable; local
    [all...]
  /external/v8/src/
debug-debugger.js 158 BreakPoint.prototype.enable = function() {
297 ScriptBreakPoint.prototype.enable = function() {
557 break_point.enable();
669 script_break_point.enable();
    [all...]
  /bionic/libc/kernel/common/linux/
fb.h 340 __u16 enable; member in struct:fb_cursor
  /external/bluetooth/hcidump/parser/
hci.c 225 "Read Scan Enable",
226 "Write Scan Enable",
231 "Read Authentication Enable",
232 "Write Authentication Enable",
246 "Read Synchronous Flow Control Enable",
247 "Write Synchronous Flow Control Enable",
330 "Enable Device Under Test mode",
1188 uint8_t enable = get_u8(frm); local
1191 printf("enable %d\n", enable);
1878 uint8_t enable = get_u8(frm); local
    [all...]
  /external/qemu/
qemu-char-android.c 1112 int enable = *(int *)arg; local
1113 if (enable)
    [all...]
qemu-char.c 1079 int enable = *(int *)arg; local
1080 if (enable)
    [all...]
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.cpp 28 #if ENABLE(3D_CANVAS)
742 void WebGLRenderingContext::enable(unsigned long cap) function in class:WebCore::WebGLRenderingContext
744 m_context->enable(cap);
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp 28 #if ENABLE(3D_CANVAS)
452 void GraphicsContext3D::enable(unsigned long cap) function in class:WebCore::GraphicsContext3D
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
fb.h 340 __u16 enable; member in struct:fb_cursor
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
fb.h 340 __u16 enable; member in struct:fb_cursor

Completed in 1875 milliseconds

1 23 4 5