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

  /frameworks/av/media/libmedia/
IEffect.cpp 29 ENABLE = IBinder::FIRST_CALL_TRANSACTION,
44 status_t enable() function in class:android::BpEffect
46 ALOGV("enable");
49 remote()->transact(ENABLE, data, &reply);
133 case ENABLE: {
134 ALOGV("ENABLE");
136 reply->writeInt32(enable());
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 203 public static final int ENABLE = BASE + 24;
  /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)
694 // ENABLE guards
701 #if !defined(ENABLE_JIT) && !ENABLE(ANDROID_JSC_JIT)
741 // Android ENABLE guards not present upstream
745 // Enable scrollable divs in separate layers. This might be upstreamed to
777 // Enable dumping the display tree to a file (triggered in WebView.java)
962 /* ENABLE macro defaults *
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 166 private static final int ENABLE = 2;
719 public void enable() { method in class:GpsLocationProvider
725 sendMessage(ENABLE, 1, null);
745 Log.w(TAG, "Failed to enable location provider");
761 sendMessage(ENABLE, 0, null);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 658 #define HIGHEST_SINGLE_STREAM_MCS 7 /* MCS values greater than this enable multiple streams */
699 #define ITFR_MODE_MANUAL_ENABLE 1 /* enable manual detection */
700 #define ITFR_MODE_AUTO_ENABLE 2 /* enable auto detection */
3625 uint8 enable; \/* enable\/disable *\/ member in struct:ampdu_tid_control
4164 uint32 enable; \/* Enable\/disable bool *\/ member in struct:wl_pkt_filter_enable
    [all...]

Completed in 153 milliseconds