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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/webaudio/
AudioNodeOutput.h 76 // Disable/Enable happens when there are still JavaScript references to a node, but it has otherwise "finished" its work.
80 void enable();
  /external/webkit/Source/WebKit/android/jni/
GeolocationServiceBridge.h 58 void setEnableGps(bool enable);
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.h 69 void toggleFullScreenMode(bool enable);
  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 58 boolean setWifiEnabled(boolean enable);
90 void setWifiApEnabled(in WifiConfiguration wifiConfig, boolean enable);
  /frameworks/native/include/cpustats/
ThreadCpuUsage.h 31 // only part of each cycle, call enable(), disable(), and/or setEnabled()
60 // Enable tracking of CPU usage by current thread;
63 bool enable() { return setEnabled(true); } function in class:android::ThreadCpuUsage
71 // This method is intended to be used for safe nested enable/disabling.
74 // Add a sample point, and also enable tracking if needed.
80 // sample, or since the first call to sampleAndEnable(), enable(), or
84 // enables tracking. Calling this method rather than enable() followed
97 // enable(), or setEnabled(true) if no previous sample.
104 // Return the elapsed delta wall clock ns since initial enable or reset,
  /frameworks/native/include/media/hardware/
HardwareAPI.h 47 OMX_BOOL enable; member in struct:android::EnableAndroidNativeBuffersParams
  /hardware/libhardware/include/hardware/
bt_pan.h 59 * enable the pan service by specified role. The result state of
63 bt_status_t (*enable)(int local_role); member in struct:__anon20645
  /hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_device.h 138 bool venc_set_entropy_config(OMX_BOOL enable, OMX_U32 i_cabac_level);
144 bool venc_set_slice_delivery_mode(OMX_BOOL enable);
145 bool venc_set_inband_video_header(OMX_BOOL enable);
146 bool venc_set_bitstream_restrict_in_vui(OMX_BOOL enable);
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 55 int enable; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 41 int enable; member in struct:msm_rotator_img_info
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 117 // If we enable swipe, then the {@link LinearLayout} child width must be the sum of the
160 * Enable swiping if the detail and update fragments should be showing. Otherwise disable
163 public void enableSwipe(boolean enable) {
164 if (mEnableSwipe != enable) {
165 mEnableSwipe = enable;
167 mUpdatesFragment.setVisibility(enable ? View.VISIBLE : View.GONE);
205 // Disable the touch-interceptor on the selected page, and enable it on the other.
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SpellCheckerUtils.java 26 public static void setSpellCheckersEnabled(TextServicesManager tsm, boolean enable) {
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/arch/
gpio.h 45 void (*set_gpio_dataout)(int gpio, int enable);

Completed in 2079 milliseconds

1 2 3 4 5 67 8 91011>>