HomeSort by relevance Sort by last modified time
    Searched defs:ENABLE (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/libmedia/
IEffect.cpp 29 ENABLE = IBinder::FIRST_CALL_TRANSACTION,
44 status_t enable() function in class:android::BpEffect
46 LOGV("enable");
49 remote()->transact(ENABLE, data, &reply);
126 case ENABLE: {
127 LOGV("ENABLE");
129 reply->writeInt32(enable());
  /external/webkit/Source/JavaScriptCore/wtf/
Platform.h 54 /* ENABLE() - turn on a specific feature of WebKit */
55 #define ENABLE(WTF_FEATURE) (defined ENABLE_##WTF_FEATURE && ENABLE_##WTF_FEATURE)
141 /* Note: Only O32 ABI is tested, so we enable it for O32 ABI for now. */
581 #if (PLATFORM(GTK) || PLATFORM(IOS) || PLATFORM(MAC) || PLATFORM(WIN) || (PLATFORM(QT) && (OS(DARWIN) || USE(PTHREAD_BASED_QT)) && !ENABLE(SINGLE_THREADED))) && !defined(ENABLE_JSC_MULTIPLE_THREADS)
691 // ENABLE guards
698 #if !defined(ENABLE_JIT) && !ENABLE(ANDROID_JSC_JIT)
736 // Android ENABLE guards not present upstream
740 // Enable scrollable divs in separate layers. This might be upstreamed to
775 // Enable dumping the display tree to a file (triggered in WebView.java)
966 /* ENABLE macro defaults *
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 151 private static final int ENABLE = 2;
714 public void enable() { method in class:GpsLocationProvider
716 sendMessage(ENABLE, 1, null);
734 Log.w(TAG, "Failed to enable location provider");
745 sendMessage(ENABLE, 0, null);
784 public void enableLocationTracking(boolean enable) {
787 sendMessage(ENABLE_TRACKING, (enable ? 1 : 0), null);
791 private void handleEnableLocationTracking(boolean enable) {
792 if (enable) {
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 1955 uint32 enable; member in struct:wl_pkt_filter_enable
2584 int32 enable; member in struct:wl_lq
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1955 uint32 enable; member in struct:wl_pkt_filter_enable
2584 int32 enable; member in struct:wl_lq
    [all...]

Completed in 330 milliseconds