Searched defs:done (Results 1 - 11 of 11) sorted by relevance
/hardware/intel/bootstub/ |
H A D | e820_bios.S | 150 jge done 151 testl %ebx, %ebx /* ebx == 0: done, ebx != 0: continue */ 152 je done 155 done: label
|
/hardware/intel/common/utils/media_resource_manager/arbitrator/ |
H A D | MediaResourceArbitrator.cpp | 173 int done; local 198 done = len < mBufSize; 199 if (XML_Parse(parser, (const char *)pBuf, len, done) == XML_STATUS_ERROR) { 203 } while (!done);
|
/hardware/intel/common/utils/ISV/profile/ |
H A D | isv_profile.cpp | 302 int done; local 334 done = len < mBufSize; 335 if (XML_Parse(parser, (const char *)pBuf, len, done) == XML_STATUS_ERROR) { 339 } while (!done);
|
/hardware/interfaces/bluetooth/1.0/default/test/ |
H A D | h4_protocol_unittest.cc | 127 std::condition_variable done; local 130 .WillOnce(Notify(&mutex, &done)); 137 done.wait_until(lock, timeout_time); 152 std::condition_variable done; local 155 .WillOnce(Notify(&mutex, &done)); 162 done.wait_until(lock, timeout_time); 176 std::condition_variable done; local 179 .WillOnce(Notify(&mutex, &done)); 183 done.wait(lock);
|
H A D | mct_protocol_unittest.cc | 133 std::condition_variable done; local 136 .WillOnce(Notify(&mutex, &done)); 143 done.wait_until(lock, timeout_time); 158 std::condition_variable done; local 161 .WillOnce(Notify(&mutex, &done)); 168 done.wait_until(lock, timeout_time);
|
/hardware/invensense/6515/libsensors_iio/ |
H A D | CompassSensor.IIO.9150.cpp | 252 int numEventReceived = 0, done = 0; local 262 while (done == 0 && mCompassInputReader.readEvent(&event)) { 269 done = 1; 277 return done;
|
/hardware/invensense/65xx/libsensors_iio/ |
H A D | CompassSensor.IIO.9150.cpp | 250 int done = 0; local 260 while (done == 0 && mCompassInputReader.readEvent(&event)) { 267 done = 1; 275 return done;
|
/hardware/intel/common/libmix/mix_video/src/ |
H A D | mixvideoformat_mp42.c | 462 /* we are done parsing for old data */ 493 LOG_V("Now, parsing is done (VBP_DONE)!\n"); 542 * The DHG parser checks for next_sc, if next_sc is a start code, it thinks the current parsing is done: VBP_DONE. 549 LOG_V("Now, parsing is not done (VBP_OK)!\n"); 1296 gboolean done = FALSE; local 1311 done = FALSE; 1312 while (!done) { 1326 done = TRUE;
|
H A D | mixvideoformat_h264.c | 1621 gboolean done = FALSE; local 1634 done = FALSE; 1635 while (!done) 1645 done = TRUE;
|
H A D | mixvideoformat_vc1.c | 1707 gboolean done = FALSE; local 1720 done = FALSE; 1721 while (!done) 1732 done = TRUE;
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
H A D | ThermalCooling.java | 93 private boolean done = false; field in class:ThermalCooling.ThermalParser 160 while (mEventType != XmlPullParser.END_DOCUMENT && !done) { 379 done = true; 701 * 4. CDeviceThrottlePath is null no write operation will be done
|
Completed in 2670 milliseconds