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

1 2 3 4 5

  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
JcDnld.cpp 23 static bool inUse = false;
42 if (inUse == true)
50 /*TODO: inUse assignment should be with protection like using semaphore*/
51 inUse = true;
145 /*TODO: inUse assignment should be with protection like using semaphore*/
146 inUse = false;
  /frameworks/base/libs/hwui/utils/
FatVector.h 51 bool inUse = false;
62 if (!mAllocation.inUse && num <= SIZE) {
63 mAllocation.inUse = true;
72 mAllocation.inUse = false;
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPBase.cpp 30 void DPStage::init(bool inUse, bool enabled) {
31 mInUse = inUse;
39 void DPBandStage::init(bool inUse, bool enabled, int bandCount) {
40 DPStage::init(inUse, enabled);
41 mBandCount = inUse ? bandCount : 0;
109 void DPEq::init(bool inUse, bool enabled, uint32_t bandCount) {
110 DPBandStage::init(inUse, enabled, bandCount);
131 void DPMbc::init(bool inUse, bool enabled, uint32_t bandCount) {
132 DPBandStage::init(inUse, enabled, bandCount);
165 void DPLimiter::init(bool inUse, bool enabled, uint32_t linkGroup, float attackTime, float releaseTime
    [all...]
DPBase.h 48 void init(bool inUse, bool enabled);
67 void init(bool inUse, bool enabled, int bandCount);
188 void init(bool inUse, bool enabled, uint32_t bandCount);
199 void init(bool inUse, bool enabled, uint32_t bandCount);
210 void init(bool inUse, bool enabled, uint32_t linkGroup, float attackTime, float releaseTime,
  /packages/services/Car/evs/sampleDriver/
EvsV4lCamera.h 79 bool inUse;
81 explicit BufferRecord(buffer_handle_t h) : handle(h), inUse(false) {};
EvsV4lCamera.cpp 91 if (rec.inUse) {
236 } else if (!mBuffers[buffer.bufferId].inUse) {
241 mBuffers[buffer.bufferId].inUse = false;
391 rec.inUse = false;
417 if ((rec.inUse == false) && (rec.handle != nullptr)) {
451 if (!mBuffers[idx].inUse) {
463 mBuffers[idx].inUse = true;
523 mBuffers[idx].inUse = false;
  /hardware/interfaces/automotive/evs/1.0/default/
EvsCamera.cpp 92 if (rec.inUse) {
185 } else if (!mBuffers[buffer.bufferId].inUse) {
190 mBuffers[buffer.bufferId].inUse = false;
331 rec.inUse = false;
357 if ((rec.inUse == false) && (rec.handle != nullptr)) {
402 if (!mBuffers[idx].inUse) {
414 mBuffers[idx].inUse = true;
448 mBuffers[idx].inUse = false;
EvsCamera.h 84 bool inUse;
86 explicit BufferRecord(buffer_handle_t h) : handle(h), inUse(false) {};
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodBuilderFactory.java 39 boolean inUse;
53 Settings result = inUse ? copy() : this;
107 Settings result = inUse ? copy() : this;
117 Settings result = inUse ? copy() : this;
126 Settings result = inUse ? copy() : this;
135 Settings result = inUse ? copy() : this;
144 Settings result = inUse ? copy() : this;
158 inUse = true;
184 result.inUse = inUse;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodBuilderFactory.java 38 boolean inUse;
52 Settings result = inUse ? copy() : this;
106 Settings result = inUse ? copy() : this;
116 Settings result = inUse ? copy() : this;
125 Settings result = inUse ? copy() : this;
134 Settings result = inUse ? copy() : this;
143 Settings result = inUse ? copy() : this;
157 inUse = true;
183 result.inUse = inUse;
    [all...]
  /device/google/contexthub/firmware/os/drivers/leds/
leds_lp3943.c 95 bool inUse;
154 if (!mTask.transfers[i].inUse) {
155 mTask.transfers[i].inUse = true;
168 xfer->inUse = false;
  /external/valgrind/helgrind/
hg_wordset.c 70 UWord inUse; /* 0 .. dynMax inclusive */
79 (_zzcache).inUse = 0; \
90 tl_assert(_cache->inUse >= 0); \
91 tl_assert(_cache->inUse <= _cache->dynMax); \
92 if (_cache->inUse > 0) { \
96 for (_i = 1; _i < _cache->inUse; _i++) { \
117 tl_assert(_cache->inUse >= 0); \
118 tl_assert(_cache->inUse <= _cache->dynMax); \
119 if (_cache->inUse < _cache->dynMax) \
120 _cache->inUse++;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DynamicsProcessingTest.java 163 final boolean inUse = eq.isInUse();
164 assertEquals("inUse is different", DEFAULT_PREEQ_IN_USE, inUse);
183 final boolean inUse = mbc.isInUse();
184 assertEquals("inUse is different", DEFAULT_MBC_IN_USE, inUse);
202 boolean inUse = eq.isInUse();
203 assertEquals("inUse is different", DEFAULT_POSTEQ_IN_USE, inUse);
222 final boolean inUse = limiter.isInUse()
    [all...]
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 132 bool inUse;
189 if (!mData.transfers[i].inUse) {
190 mData.transfers[i].inUse = true;
376 xfer->inUse = false;
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.h 79 virtual inline int32_t GetSize(uint32_t* inUse = 0)
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 123 bool inUse;
217 if (!mTask.transfers[i].inUse) {
218 mTask.transfers[i].inUse = true;
311 if (mTask.transfers[i].inUse) {
500 xfer->inUse = false;
  /external/valgrind/coregrind/
m_sparsewa.c 59 UChar inUse[256/8];
204 if (swa_bitarray_read(level0->inUse, curr_ix) == 1) {
304 if (swa_bitarray_read(level0->inUse, ix) == 0) return False;
354 if (swa_bitarray_read_then_set(level0->inUse, ix) == 0) {
402 if (swa_bitarray_read_then_clear(level0->inUse, ix) == 0)
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 116 bool inUse;
148 if (!mTask.transfers[i].inUse) {
149 mTask.transfers[i].inUse = true;
161 xfer->inUse = false;
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 143 bool inUse;
194 if (!mTask.transfers[i].inUse) {
195 mTask.transfers[i].inUse = true;
207 xfer->inUse = false;
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowMessageQueueTest.java 152 boolean inUse = callInstanceMethod(msg, "isInUse");
153 assertThat(inUse).as(msg.what + ":inUse").isTrue();
  /bionic/libc/kernel/uapi/drm/
via_drm.h 132 unsigned char inUse;
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 165 bool inUse;
237 if (!mData.transfers[i].inUse) {
238 mData.transfers[i].inUse = true;
668 xfer->inUse = false;
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 111 bool inUse;
191 if (!mTask.transfers[i].inUse) {
192 mTask.transfers[i].inUse = true;
205 xfer->inUse = false;
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 220 bool inUse;
324 if (!mTask.transfers[i].inUse) {
325 mTask.transfers[i].inUse = true;
713 xfer->inUse = false;
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 225 bool inUse;
560 if (!mTask.transfers[i].inUse) {
561 mTask.transfers[i].inUse = true;
572 xfer->inUse = false;

Completed in 219 milliseconds

1 2 3 4 5