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

1 2 3 4 5 67 8 91011>>

  /external/libdrm/freedreno/kgsl/
kgsl_drm.h 155 uint32_t active; member in struct:drm_kgsl_gem_bufinfo
167 uint32_t active; member in struct:drm_kgsl_gem_active
  /external/lisa/experiments/
run_binder_transaction_tracing.py 75 active, lru, free = map(int, page.group(1).split(":"))
78 procs[proc_id]["alloc"].append(active + lru)
  /external/mesa3d/src/intel/common/
gen_urb_config.c 53 * \param[in] tess_present - are tessellation shaders active?
54 * \param[in] gs_present - are geometry shaders active?
66 const bool active[4] = { true, tess_present, tess_present, gs_present }; local
135 if (active[i]) {
  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_session.cc 66 void SetLogging(bool active) override { wrapped_->SetLogging(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.
552 public void onTrafficAnnouncement(boolean active) {}
556 public void onEmergencyAnnouncement(boolean active) {}
  /frameworks/base/media/java/android/media/session/
ISession.aidl 36 void setActive(boolean active);
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
AnnouncementAggregator.java 61 public void onListUpdated(List<Announcement> active) {
62 currentList = Objects.requireNonNull(active);
  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneStateListener.aidl 51 void onCarrierNetworkChange(in boolean active);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSwitcher.java 54 * and determine which phone/phones are active.
57 * the active phones. Note we don't wait for data attach (which may not happen anyway).
265 * phones that aren't in the active phone list. Finally, activate all
266 * phones in the active phone list.
330 public volatile boolean active = false; field in class:PhoneSwitcher.PhoneState
336 if (state.active == false) return;
337 state.active = false;
349 if (state.active == true) return;
350 state.active = true;
373 mCommandsInterfaces[phoneId].setDataAllowed(mPhoneStates[phoneId].active, null)
    [all...]
  /hardware/libhardware/modules/camera/3_4/
v4l2_wrapper.h 137 : active(false),
141 bool active; member in class:v4l2_camera_hal::V4L2Wrapper::RequestContext
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
display_null.h 54 void SetActive(bool active) {
55 active_ = active;
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatterBuilder.java 166 * The currently active builder, used by the outermost builder.
168 private DateTimeFormatterBuilder active = this; field in class:DateTimeFormatterBuilder
435 * If adjacent parsing is active, then parsing must match exactly the specified
617 * If a PrinterParser is not active then the new PrinterParser becomes
618 * the active PrinterParser.
619 * Otherwise, the active PrinterParser is modified depending on the new PrinterParser.
621 * then its width is added to the active PP and
623 * If the new PrinterParser is variable width, the active PrinterParser is changed
624 * to be fixed width and the new PrinterParser becomes the active PP.
630 if (active.valueParserIndex >= 0)
    [all...]
  /packages/services/Car/car-lib/src/android/car/trust/
ICarTrustAgentBleService.aidl 60 void onEscrowTokenActiveStateChanged(long handle, boolean active);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/
video.h 162 int active; /* 1=show highlight, 0=hide highlight */ member in struct:video_highlight
181 int active; member in struct:video_spu
  /art/compiler/optimizing/
register_allocator_linear_scan.cc 483 stream << "active: " << std::endl;
523 // (2) Remove currently active intervals that are dead at this position.
524 // Move active intervals that have a lifetime hole at this position
543 // Move inactive intervals that cover this position to active.
577 // (6) If the interval had a register allocated, add it to the list of active
625 // For each active interval, set its register to not free.
676 // Already used by some active interval. No need to intersect.
844 LiveInterval* active = *it; local
999 LiveInterval* active = *it; local
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 210 .find('.active')
211 .removeClass('active')
213 this.$element.toggleClass('active')
297 var $active = this.$element.find('.active')
298 , children = $active.parent().children()
299 , activePos = children.index($active)
335 var $active = this.$element.find('.active')
336 , $next = next || $active[type](
    [all...]
  /external/ImageMagick/MagickWand/
pixel-iterator.c 85 active; /* user has been given pixel data */
133 iterator->active=MagickFalse;
182 clone_iterator->active=iterator->active;
513 iterator->active=MagickTrue;
696 if (iterator->active != MagickFalse)
756 if (iterator->active != MagickFalse)
806 iterator->active=MagickFalse;
839 iterator->active=MagickFalse;
82 active; \/* user has been given pixel data *\/ member in struct:_PixelIterator
    [all...]
  /external/libese/apps/boot/
boot.c 62 session->active = false;
76 if (session->active == true) {
77 ALOGE("|session| is already active");
133 session->active = true;
143 if (!session->active || session->channel_id == 0) {
165 session->active = false;
175 if (!session || !session->ese || !session->active) {
235 if (!session || !session->ese || !session->active) {
289 if (!session || !session->ese || !session->active) {
327 if (!session || !session->ese || !session->active) {
    [all...]
  /development/vndk/tools/definition-tool/assets/visual/
dep-graph.js 60 this.classList.toggle("active");
66 selectedSubNode.classList.toggle("active");
77 selectedNode.classList.toggle("active");
80 selectedSubNode.classList.toggle("active");
96 this.classList.toggle("active");
109 selectedSubNode.classList.toggle("active");
238 selectedNode.classList.toggle("active");
241 selectedSubNode.classList.toggle("active");
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 101 bool active; member in struct:FusionSensor
353 if (mTask.sensors[GAME].active) {
364 if (mTask.sensors[GRAVITY].active) {
379 && mTask.sensors[LINEAR].active) {
403 if (mTask.sensors[ORIENT].active) {
423 if (mTask.sensors[GEOMAG].active) {
433 if (mTask.sensors[ROTAT].active) {
500 // Do not remove the accel sample until all active fusion sesnsors
555 if (mTask.sensors[ORIENT].active
556 || mTask.sensors[ROTAT].active
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_mixer.h 230 /* Sets the given output active or inactive. */
233 int active);
  /external/e2fsprogs/lib/ext2fs/
dosio.h 62 unsigned char active; member in struct:__anon19038
  /external/guava/guava-bootstrap/src/java/util/concurrent/
AbstractExecutorService.java 57 int active = 1; local
65 ++active;
67 else if (active == 0)
81 --active;
  /external/libese/apps/boot/include/ese/app/
boot.h 51 bool active; member in struct:EseBootSession
  /external/llvm/test/MC/ARM/
arm-thumb-trustzone.s 9 @ active and that it rejects them when this feature is not enabled

Completed in 1066 milliseconds

1 2 3 4 5 67 8 91011>>