HomeSort by relevance Sort by last modified time
    Searched refs:active (Results 51 - 75 of 1224) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen8_hs_state.c 35 bool active = brw->tess_eval_program; local
41 if (active) {
81 brw->tcs.enabled = active;
gen7_ds_state.c 66 bool active = brw->tess_eval_program; local
78 if (active) {
114 brw->tes.enabled = active;
gen8_ds_state.c 35 bool active = brw->tess_eval_program; local
45 if (active) {
104 brw->tes.enabled = active;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AppOpsListener.java 62 public void onOpActiveChanged(int code, int uid, String packageName, boolean active) {
63 mFsc.onAppOpChanged(code, uid, packageName, active);
65 mEntryManager.updateNotificationsForAppOp(code, uid, packageName, active);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputQuickSettingsDisabler.java 57 public void setRemoteInputActive(boolean active){
58 if(mRemoteInputActive != active){
59 mRemoteInputActive = active;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneSwitcherMock.java 77 public void setPhoneActive(int phoneId, boolean active) {
79 if (mIsActive[phoneId].getAndSet(active) != active) {
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 89 if (!my_obj->clnt_mgr[client_idx].session[i].active) {
91 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE;
121 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
  /system/extras/libperfmgr/
RequestGroup.cc 48 bool active = false; local
56 active = true;
60 return active;
  /external/libcxx/test/std/strings/basic.string/string.cons/
copy_alloc.pass.cpp 24 bool active; member in struct:alloc_imp
26 alloc_imp() : active(true) {}
30 if (active)
37 void activate () { active = true; }
38 void deactivate() { active = false; }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/
copy_alloc.pass.cpp 24 bool active; member in struct:alloc_imp
26 alloc_imp() : active(true) {}
30 if (active)
37 void activate () { active = true; }
38 void deactivate() { active = false; }
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeTransitionTests.java 184 "New active/dialing call with no other calls when unfocused",
203 "New active/dialing voip call with no other calls when unfocused",
241 "New ringing call coming in on top of active/dialing call",
260 "Ringing call becomes active, part 1",
279 "Ringing call becomes active, part 2",
298 "Active call disconnects, but tone is playing",
317 "Tone stops playing, with no active calls",
450 "Active call disconnects while there's a call-waiting call",
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_emit.c 61 struct draw_vs_variant *active; member in struct:fetch_shade_emit
146 fse->active = draw_vs_lookup_variant( draw->vs.vertex_shader,
149 if (!fse->active) {
155 fse->active->key.const_vbuffers);
160 fse->active->set_buffer( fse->active,
215 fse->active->run_linear( fse->active,
277 fse->active->run_elts( fse->active,
    [all...]
  /external/webrtc/webrtc/video/
payload_router.cc 41 void PayloadRouter::set_active(bool active) {
43 active_ = active;
46 bool PayloadRouter::active() { function in class:webrtc::PayloadRouter
  /frameworks/base/core/java/android/accessibilityservice/
FingerprintGestureController.java 92 Log.w(LOG_TAG, "Failed to check if fingerprint gestures are active", re);
125 * Called when gesture detection becomes active or inactive
128 public void onGestureDetectionActiveChanged(boolean active) {
138 handler.post(() -> callback.onGestureDetectionAvailabilityChanged(active));
140 callback.onGestureDetectionAvailabilityChanged(active);
  /external/autotest/client/common_lib/
profiler_manager_unittest.py 90 self.assertEqual(False, p.active())
93 self.assertEqual(True, p.active())
101 self.assertEqual(False, p.active())
106 self.assertEqual(False, p.active())
  /external/mesa3d/src/compiler/glsl/
ir_uniform.h 89 bool active; member in struct:gl_opaque_uniform_index
195 * A single integer identifying the number of active array elements of
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_query.h 46 bool active; member in struct:etna_query
  /external/python/cpython2/Demo/threads/
Coroutine.py 101 self.active = self.main = _CoEvent(None)
134 return self.tran( self.invokedby[self.active], data )
141 raise TypeError, '.tran target %r is not an active coroutine' % (target,)
145 me = self.active
147 self.active = target
  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_cache.h 74 virtual void SetLogging(bool active) {}
  /frameworks/av/include/soundtrigger/
ISoundTriggerHwService.h 43 virtual status_t setCaptureState(bool active) = 0;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ForegroundServiceController.java 70 * Records active app ops. App Ops are stored in FSC in addition to NotificationData in
73 void onAppOpChanged(int code, int uid, String packageName, boolean active);
76 * Gets active app ops for this user and package
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeHost.java 52 default void onPowerSaveChanged(boolean active) {}
  /packages/apps/Car/Radio/src/com/android/car/radio/platform/
TunerCallbackAdapterExt.java 98 public void onTrafficAnnouncement(boolean active) {
99 mHandler.post(() -> mCallback.onTrafficAnnouncement(active));
102 public void onEmergencyAnnouncement(boolean active) {
103 mHandler.post(() -> mCallback.onEmergencyAnnouncement(active));
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
Condition.java 33 private static final String KEY_ACTIVE = "active";
83 protected void setActive(boolean active) {
84 if (mIsActive == active) {
87 mIsActive = active;
89 if (mIsSilenced && !active) {
  /external/ImageMagick/MagickCore/
splay-tree.c 699 *active,
715 active=pend;
716 for (pend=(NodeInfo *) NULL; active != (NodeInfo *) NULL; )
718 if (active->left != (NodeInfo *) NULL)
721 (active->left->value != (void *) NULL))
722 active->left->value=splay_tree->relinquish_value(
723 active->left->value);
725 (active->left->key != (void *) NULL))
726 active->left->key=splay_tree->relinquish_key(active->left->key)
687 *active, local
1346 *active, local
    [all...]

Completed in 621 milliseconds

1 23 4 5 6 7 8 91011>>