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

1 23 4 5 6 7 8 91011>>

  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 88 if (!my_obj->clnt_mgr[client_idx].session[i].active) {
90 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE;
120 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 88 if (!my_obj->clnt_mgr[client_idx].session[i].active) {
90 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE;
120 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
  /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/mesa3d/src/mesa/drivers/dri/i965/
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;
  /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
  /frameworks/av/include/soundtrigger/
ISoundTriggerHwService.h 43 virtual status_t setCaptureState(bool active) = 0;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeHost.java 52 default void onPowerSaveChanged(boolean active) {}
  /frameworks/base/services/core/java/com/android/server/broadcastradio/
TunerCallback.java 94 public void onTrafficAnnouncement(boolean active) {
95 dispatch(() -> mClientCallback.onTrafficAnnouncement(active));
99 public void onEmergencyAnnouncement(boolean active) {
100 dispatch(() -> mClientCallback.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) {
  /system/core/base/include/android-base/
scopeguard.h 45 bool active() const { return active_; } function in class:android::base::ScopeGuard
  /system/core/base/
scopeguard_test.cpp 44 EXPECT_FALSE(scopeguard.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...]
  /toolchain/binutils/binutils-2.25/libiberty/
splay-tree.c 56 splay_tree_node active = 0; local
77 active = pending;
79 while (active)
83 /* active points to a node which has its key and value
86 if (active->left)
88 KDEL (active->left->key);
89 VDEL (active->left->value);
90 active->left->key = (splay_tree_key)pending;
91 pending = (splay_tree_node)(active->left);
93 if (active->right
    [all...]
  /external/abi-compliance-checker/modules/Internals/Scripts/
Tabs.js 9 tab2.className='tab active';
28 if (links[j].className.indexOf('active')!=-1) {
44 this.tabs[k].className = this.tabs[k].className.replace('active', 'disabled');
46 this.className = 'tab active';
  /external/autotest/frontend/client/src/autotest/common/ui/
ToggleLink.java 29 public void setActive(boolean active) {
30 link.setText(active ? deactivateText : activateText);
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns_func.h 36 Word16 active);
43 Word16 active);
  /frameworks/base/core/java/android/hardware/radio/
RadioTuner.java 30 * configuring the active band, muting/unmuting, scanning and tuning, etc...
53 * Set the active band configuration for this module.
390 public void onTrafficAnnouncement(boolean active) {}
394 public void onEmergencyAnnouncement(boolean active) {}
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 89 * @param active True if the interface is actively transmitting data, false if it is idle.
92 void interfaceClassDataActivityChanged(String label, boolean active, long tsNanos);
  /frameworks/support/lifecycle/extensions/src/main/java/android/arch/lifecycle/
LiveData.java 35 * LifecycleOwner is in active state. LifecycleOwner is considered as active, if its state is
37 * {@link #observeForever(Observer)} is considered as always active and thus will be always notified
48 * to get notified when number of active {@link Observer}s change between 0 and 1.
88 // how many observers are in active state
113 if (!observer.active) {
118 // we still first check observer.active to keep it as the entrance for events. So even if
119 // the observer moved to an active state, if we've not received that event, we better not
162 * or {@link Lifecycle.State#RESUMED} state (active).
167 * When data changes while the {@code owner} is not active, it will not receive any updates
361 public boolean active; field in class:LiveData.LifecycleBoundObserver
    [all...]

Completed in 1427 milliseconds

1 23 4 5 6 7 8 91011>>