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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
IMaintenanceActivityListener.aidl 21 void onMaintenanceActivityChanged(boolean active);
  /packages/services/Car/car-lib/src/android/car/
IAppFocusListener.aidl 21 void onAppFocusChanged(int appType, boolean active) = 0;
  /packages/apps/Camera2/src_pd/com/android/camera/stats/
SessionStatsCollector.java 18 public synchronized void previewActive(boolean active) {
21 public synchronized void faceScanActive(boolean active) {
24 public synchronized void autofocusActive(boolean active) {
36 public synchronized void sessionActive(boolean active) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_reset.c 39 uint32_t active; local
49 * nonzero active/pending only if reset has been encountered and completed.
55 err = drm_intel_get_reset_stats(brw->hw_ctx, &reset_count, &active,
63 if (active != 0) {
84 uint32_t active; local
88 err = drm_intel_get_reset_stats(brw->hw_ctx, &reset_count, &active,
93 if (active > 0 || pending > 0)
gen6_constant_state.c 33 bool active, unsigned opcode)
38 active = active && stage_state->push_const_size != 0;
55 if (brw->gen >= 9 && active) {
59 OUT_BATCH(active ? stage_state->push_const_size : 0);
65 if (brw->gen >= 9 && active) {
78 OUT_BATCH(active ? (stage_state->push_const_offset | mocs) : 0);
87 OUT_BATCH(active ? (stage_state->push_const_offset | mocs) : 0);
gen7_hs_state.c 36 bool active = brw->tess_eval_program; local
38 if (active) {
47 gen7_upload_constant_state(brw, stage_state, active, _3DSTATE_CONSTANT_HS);
69 bool active = brw->tess_eval_program; local
75 if (active) {
112 brw->tcs.enabled = active;
gen7_te_state.c 33 bool active = brw->tess_eval_program; local
38 if (active) {
  /external/clang/test/CodeGen/
2007-09-17-WeakRef.c 6 int active (void) function
2008-09-03-WeakAlias.c 5 int active (void) function
  /external/jemalloc/test/unit/
prof_idump.c 26 bool active; local
31 active = true;
32 assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
33 sizeof(active)), 0,
  /external/linux-kselftest/tools/testing/selftests/sync/
sync_wait.c 36 int valid, active, signaled, ret; local
53 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
54 ASSERT(active == 3, "Fence signaled too early!\n");
61 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
63 ASSERT(active == 2 && signaled == 1,
67 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
69 ASSERT(active == 1 && signaled == 2,
73 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
75 ASSERT(active == 0 && signaled == 3,
  /packages/services/Car/service/src/com/android/car/
DeviceIdleControllerWrapper.java 39 public void onMaintenanceActivityChanged(boolean active);
52 boolean active = msg.arg1 == 1;
54 mListener.get().onMaintenanceActivityChanged(active);
74 protected void reportActiveLocked(final boolean active) {
76 mHandler.sendMessage(mHandler.obtainMessage(MSG_REPORT_ACTIVE, active ? 1 : 0, 0));
80 protected void setMaintenanceActivity(final boolean active) {
82 if (mActive == active) {
85 mActive = active;
92 reportActiveLocked(active);
  /frameworks/base/core/java/com/android/internal/app/
IAppOpsActiveCallback.aidl 19 // Iterface to observe op active changes
21 void opActiveChanged(int op, int uid, String packageName, boolean active);
  /packages/services/Car/car-lib/src/android/car/trust/
ICarTrustAgentTokenResponseCallback.aidl 34 /** Called after escrow token active state is changed for foreground user */
35 void onEscrowTokenActiveStateChanged(long handle, boolean active);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
SignatureRemover.java 38 private boolean active; field in class:SignatureRemover
41 * Creates a new remover which is active.
44 active = true;
48 * Defines whether this remover should be active. If it is not active it
51 * @param active
55 public void setActive(final boolean active) {
56 this.active = active;
67 return active && SIGNATURE_FILES.matcher(name).matches()
    [all...]
  /external/ltp/pan/
ltp-bump.c 48 char *active = NULL; local
56 active = malloc(strlen(optarg) + 1);
57 strcpy(active, optarg);
71 if (active == NULL) {
72 active = zoo_getname();
73 if (active == NULL) {
86 if ((zoo = zoo_open(active)) == NULL) {
  /cts/tests/tests/telephony/src/android/telephony/cts/
CarrierServiceTest.java 36 private void notifyCarrierNetworkChange(boolean active) {
41 getService().notifyCarrierNetworkChange(active);
42 fail("Expected SecurityException for notifyCarrierNetworkChange(" + active + ")");
  /frameworks/base/core/java/android/content/pm/
IPackageInstallerCallback.aidl 23 void onSessionActiveChanged(int sessionId, boolean active);
  /hardware/qcom/audio/hal/audio_extn/
maxxaudio.h 23 #define audio_extn_ma_set_state(adev, type, vol, active) (false)
31 float vol, bool active);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
Transliterator.properties 20 activateError=IME is already active
22 hideError=Cannot hide IME while active
23 disposeError=Cannot dispose IME while active
  /frameworks/native/services/surfaceflinger/
LayerRejecter.cpp 59 if (mFront.active != mFront.requested) {
64 mFront.active = mFront.requested;
71 // because State::active is only accessed from this thread.
72 mCurrent.active = mFront.active;
94 " drawing={ active ={ wh={%4u,%4u} crop={%4d,%4d,%4d,%4d} (%4d,%4d) "
97 mName, bufWidth, bufHeight, item.mTransform, item.mScalingMode, mFront.active.w,
98 mFront.active.h, mFront.crop.left, mFront.crop.top, mFront.crop.right,
104 if (mFront.active.w != bufWidth || mFront.active.h != bufHeight)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_header_extension.h 32 : type(extension_type), length(0), active(true) {
36 HeaderExtension(RTPExtensionType extension_type, bool active)
37 : type(extension_type), length(0), active(active) {
68 bool active; member in struct:webrtc::HeaderExtension
80 // Active is a concept for a registered rtp header extension which doesn't
85 bool SetActive(const RTPExtensionType type, bool active);
112 int32_t Register(const RTPExtensionType type, const uint8_t id, bool active);
  /external/selinux/libselinux/utils/
getsebool.c 17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; local
75 active = security_get_boolean_active(names[i]);
76 if (active < 0) {
79 fprintf(stderr, "Error getting active value for %s\n",
98 if (pending != active) {
100 (active ? "on" : "off"),
104 (active ? "on" : "off"));
  /external/adhd/cras/src/server/
cras_bt_io.c 46 /* Returns the active profile specific iodev. */
49 struct bt_node *active = (struct bt_node *)iodev->active_node; local
51 return active->profile_dev;
84 * it has already been open for streaming, the new active profile will
107 /* Checks if bt device is active for the given profile.
281 /* If the first private iodev doesn't match the active profile stored on
289 struct bt_node *active = (struct bt_node *)iodev->active_node; local
291 if (device_using_profile(btio->device, active->profile))
297 if (n == active)
301 active->profile = n->profile
318 struct bt_node *active; local
476 struct bt_node *active, *btnode; local
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteCallbackList.java 101 Object[] active = activeBroadcast; local
102 if (active == null || active.length < N) {
103 activeBroadcast = active = new Object[N];
107 active[i++] = cb;
128 Object[] active = activeBroadcast; local
129 if (active != null) {
132 active[i] = null;

Completed in 1213 milliseconds

1 2 3 4 5 6 7 8 91011>>