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

<<11121314151617181920>>

  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.h 139 bool SetLocalMonitor(bool enable);
178 bool SetLocalMonitor_w(bool enable);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
HingeJoint.java 76 public void enableMotor(boolean enable, float targetVelocity, float maxMotorImpulse) {
77 ((HingeConstraint) constraint).enableAngularMotor(enable, targetVelocity, maxMotorImpulse);
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestIDList.java 83 static void enable(int slot){ method in class:TestIDList
101 enable(slot);
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_main.c 258 /* Enable all subsystems except SYS */
263 if (nfa_sys_cb.reg[id]->enable != NULL)
266 (*nfa_sys_cb.reg[id]->enable) ();
270 /* Subsytem does not have a Enable function. Report Enable on behalf of subsystem */
  /external/libselinux/src/
avc_internal.h 169 uint32_t seqno, uint32_t enable) hidden;
172 uint32_t seqno, uint32_t enable) hidden;
  /external/skia/legacy/src/animator/
SkDisplayMovie.cpp 78 enable(maker);
104 bool SkDisplayMovie::enable(SkAnimateMaker& maker) { function in class:SkDisplayMovie
  /external/skia/src/animator/
SkDisplayMovie.cpp 78 enable(maker);
104 bool SkDisplayMovie::enable(SkAnimateMaker& maker) { function in class:SkDisplayMovie
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h 46 #if ENABLE(SKIA_GPU)
80 void enable(GC3Denum capacity);
107 void enableStencil(bool enable);
142 #if ENABLE(SKIA_GPU)
173 #if ENABLE(SKIA_GPU)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.h 68 virtual void setInputMethodEnabled(bool enable);
175 virtual void setInputMethodEnabled(bool enable);
197 #if ENABLE(TILED_BACKING_STORE)
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.h 80 void setTextOutputEnabled(bool enable) { m_enableTextOutput = enable; }
  /external/webrtc/src/modules/audio_processing/
high_pass_filter_impl.cc 137 int HighPassFilterImpl::Enable(bool enable) {
139 return EnableComponent(enable);
noise_suppression_impl.cc 90 int NoiseSuppressionImpl::Enable(bool enable) {
92 return EnableComponent(enable);
  /frameworks/av/include/media/
IOMX.h 84 node_id node, OMX_U32 port_index, OMX_BOOL enable) = 0;
87 node_id node, OMX_U32 port_index, OMX_BOOL enable) = 0;
  /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/av/media/libstagefright/include/
OMX.h 66 node_id node, OMX_U32 port_index, OMX_BOOL enable);
72 node_id node, OMX_U32 port_index, OMX_BOOL enable);
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.h 142 status_t commandEnableShutterSoundL(bool enable);
146 status_t commandEnableFocusMoveMsgL(bool enable);
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 34 boolean enable();
  /frameworks/base/core/java/android/ddm/
DdmHandleThread.java 85 * Handle a "THread notification ENable" request.
90 boolean enable = (in.get() != 0);
91 //Log.i("ddm-thread", "Thread notify enable: " + enable);
93 DdmVmInternal.threadNotify(enable);
  /frameworks/native/opengl/libagl/
state.cpp 99 c->rasterizer.procs.enable(c, GL_DITHER);
139 c->lighting.lights[cap-GL_LIGHT0].enable = enabled;
153 c->polygonOffset.enable = enabled;
156 c->cull.enable = enabled;
159 c->lighting.enable = enabled;
162 c->lighting.colorMaterial.enable = enabled;
176 c->clipPlanes.enable &= ~(1<<(cap-GL_CLIP_PLANE0));
177 c->clipPlanes.enable |= (enabled<<(cap-GL_CLIP_PLANE0));
  /frameworks/opt/telephony/
Android.mk 15 # enable this build only when platform library is available
  /hardware/libhardware/include/hardware/
bluetooth.h 247 /** Bluetooth Enable/Disable Callback. */
345 /** NOTE: By default, no profiles are initialized at the time of init/enable.
351 * Bluetooth 'enable', as part of the enable sequence the profile that were
374 /** Enable Bluetooth. */
375 int (*enable)(void); member in struct:__anon20590
446 int (*dut_mode_configure)(uint8_t enable);
  /hardware/qcom/display/libhwcomposer/
hwc.cpp 244 int event, int enable)
250 enable ? "enable" : "disable");
256 if (ctx->vstate.enable == enable)
258 ret = hwc_vsync_control(ctx, dpy, enable);
260 ctx->vstate.enable = !!enable;
262 (enable)?"ENABLED":"DISABLED");
312 // Enable HPD here, as during bootup unblank is calle
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BookmarkItem.java 140 void setEnableScrolling(boolean enable) {
141 mEnableScrolling = enable;
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleSetAlarm.java 109 boolean enable, boolean skipUi) {
112 if (enable) {
  /packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
SwipeableListView.java 86 * Enable swipe gestures.
88 public void enableSwipe(boolean enable) {
89 mEnableSwipe = enable;

Completed in 1192 milliseconds

<<11121314151617181920>>