HomeSort by relevance Sort by last modified time
    Searched refs:enable (Results 126 - 150 of 1961) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videotrackrenderers.h 55 void SetEnabled(bool enable);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayMovie.h 35 virtual bool enable(SkAnimateMaker& );
SkDisplayPost.h 36 virtual bool enable(SkAnimateMaker& );
  /external/qemu/distrib/jpeg-6b/
Android.mk 30 # enable tile based decode
33 # enable armv6 idct assembly
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_keyboard.h 71 * Enable/Disable UNICODE translation of keyboard input.
75 * @param[in] enable
76 * If 'enable' is 1, translation is enabled.
77 * If 'enable' is 0, translation is disabled.
78 * If 'enable' is -1, the translation state is not changed.
82 extern DECLSPEC int SDLCALL SDL_EnableUNICODE(int enable);
87 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off.
  /external/skia/src/animator/
SkDisplayMovie.h 35 virtual bool enable(SkAnimateMaker& );
SkDisplayPost.h 36 virtual bool enable(SkAnimateMaker& );
  /external/webrtc/src/modules/audio_processing/
voice_detection_impl.h 38 virtual int Enable(bool enable);
  /frameworks/av/include/media/
IEffect.h 32 virtual status_t enable() = 0;
  /frameworks/base/libs/hwui/
Stencil.h 98 void enable();
  /frameworks/base/services/java/com/android/server/location/
LocationProviderInterface.java 36 public void enable(); method in interface:LocationProviderInterface
  /hardware/invensense/60xx/libsensors/
SensorBase.h 60 virtual int enable(int32_t handle, int enabled) = 0;
  /hardware/invensense/60xx/libsensors_iio/
SensorBase.h 56 virtual int enable(int32_t handle, int enabled);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp 36 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable)
41 &enable) < 0) {
42 ALOGE("%s: vsync control failed. Dpy=%d, enable=%d : %s",
43 __FUNCTION__, dpy, enable, strerror(errno));
121 if(ctx->vstate.enable) {
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_vsync.cpp 36 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable)
41 &enable) < 0) {
42 ALOGE("%s: vsync control failed. Dpy=%d, enable=%d : %s",
43 __FUNCTION__, dpy, enable, strerror(errno));
121 if(ctx->vstate.enable) {
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
msm-adie-codec.h 111 u32 enable);
113 u32 enable, struct adie_codec_anc_data *calibration_writes);
136 int adie_codec_enable_sidetone(struct adie_codec_path *rx_path_ptr, u32 enable);
137 int adie_codec_enable_anc(struct adie_codec_path *rx_path_ptr, u32 enable,
  /hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/
msm-adie-codec.h 111 u32 enable);
113 u32 enable, struct adie_codec_anc_data *calibration_writes);
136 int adie_codec_enable_sidetone(struct adie_codec_path *rx_path_ptr, u32 enable);
137 int adie_codec_enable_anc(struct adie_codec_path *rx_path_ptr, u32 enable,
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 24 const OMX_U8 enable = 1, disable = 0; local
71 ret = write(pComponentPrivate->secure_misc_drv_fd, &enable, sizeof(enable));
91 PROXY_assert(mode == enable, OMX_ErrorUndefined,"ERROR: We are not in secure mode");
  /packages/apps/Camera2/src/com/android/camera/
PhotoController.java 62 public void enableRecordingLocation(boolean enable);
  /packages/apps/InCallUI/src/com/android/incallui/
AccelerometerListener.java 72 public void enable(boolean enable) { method in class:AccelerometerListener
73 if (DEBUG) Log.d(TAG, "enable(" + enable + ")");
75 if (enable) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
CommonPreferences.java 29 public static void enable(final SharedPreferences pref, final String id) { method in class:CommonPreferences
  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 174 void im_enable_shm_as_szm(bool enable) {
176 spl_trie.szm_enable_shm(enable);
179 void im_enable_ym_as_szm(bool enable) {
181 spl_trie.szm_enable_ym(enable);
  /packages/services/Telephony/src/com/android/phone/
AccelerometerListener.java 72 public void enable(boolean enable) { method in class:AccelerometerListener
73 if (DEBUG) Log.d(TAG, "enable(" + enable + ")");
75 if (enable) {
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 71 * Enable/Disable UNICODE translation of keyboard input.
75 * @param[in] enable
76 * If 'enable' is 1, translation is enabled.
77 * If 'enable' is 0, translation is disabled.
78 * If 'enable' is -1, the translation state is not changed.
82 extern DECLSPEC int SDLCALL SDL_EnableUNICODE(int enable);
87 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off.
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_keyboard.h 71 * Enable/Disable UNICODE translation of keyboard input.
75 * @param[in] enable
76 * If 'enable' is 1, translation is enabled.
77 * If 'enable' is 0, translation is disabled.
78 * If 'enable' is -1, the translation state is not changed.
82 extern DECLSPEC int SDLCALL SDL_EnableUNICODE(int enable);
87 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off.

Completed in 1645 milliseconds

1 2 3 4 56 7 8 91011>>