Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 27) sorted by relevance

12

/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h140 pthread_cond_t condition; variable
144 pthread_cond_init(&condition, NULL); in Signal()
149 pthread_cond_destroy(&condition); in ~Signal()
156 pthread_cond_signal(&condition); in signal()
176 int ret = pthread_cond_timedwait(&condition, &mutex, &ts); in wait()
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dlog.h344 #define LOG_RESULT_LOCATION(condition) \ argument
346 __print_result_location((int)(condition), __FILE__, \
351 #define LOG_RESULT_LOCATION(condition) \ argument
353 __print_result_location((int)(condition), __FILE__, \
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dlog.h398 #define LOG_RESULT_LOCATION(condition) \ argument
400 __print_result_location((int)(condition), __FILE__, \
405 #define LOG_RESULT_LOCATION(condition) \ argument
407 __print_result_location((int)(condition), __FILE__, \
/hardware/interfaces/biometrics/fingerprint/2.1/default/
Dandroid.hardware.biometrics.fingerprint@2.1-service.rc2 # "class hal" causes a race condition on some devices due to files created
/hardware/qcom/audio/hal/
Daudio_hw.h455 #define CHECK(condition) LOG_ALWAYS_FATAL_IF(!(condition), "%s",\ argument
457 " ASSERT_FATAL(" #condition ") failed.")
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc62 ACTION_P2(Notify, mutex, condition) { in ACTION_P2() argument
65 condition->notify_one(); in ACTION_P2()
Dh4_protocol_unittest.cc65 ACTION_P2(Notify, mutex, condition) { in ACTION_P2() argument
68 condition->notify_one(); in ACTION_P2()
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonUtils.h30 #define HEXAGON_SOFT_ASSERT(condition, message) \ argument
31 if (!(condition)) { \
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp203 auto expect = [&valid](bool condition, std::string message) { in isValid() argument
204 if (!condition) { in isValid()
/hardware/interfaces/camera/device/3.5/
DICameraDeviceSession.hal37 * - a streamConfigCounter counter is provided to check for race condition
101 * streamConfigCounter for such race condition. If the counter is less
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal51 * There is still a race condition possible (if the HAL deletes the old
DITuner.hal52 * There is a race condition between calling cancelAnnouncement and the
/hardware/interfaces/biometrics/face/1.0/
Dtypes.hal268 * The sensor needs to be re-calibrated. This is an unexpected condition,
277 * The face is too different from a previous acquisition. This condition
284 * The face is too similar to a previous acquisition. This condition only
/hardware/interfaces/drm/1.0/
Dtypes.hal130 * This event may indicate some specific vendor-defined condition, see your
186 * Key request type is unknown due to some error condition.
/hardware/interfaces/thermal/2.0/
Dtypes.hal76 * Key components in platform are shutting down due to thermal condition.
/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal93 * There is still a race condition possible between
Dtypes.hal422 * It's the same condition that would stop a seek operation
788 * listed, it satisfies this condition.
798 * it satisfies this condition.
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal51 * The probability that the satellite is estimated to be in Line-of-Sight condition at the given
/hardware/interfaces/broadcastradio/1.0/
Dtypes.hal217 * Tuned to a program (not a noise). It's the same condition that would
/hardware/interfaces/radio/1.2/
DIRadio.hal151 * accordingly based on the roaming condition. Note this is for backward compatibility with
/hardware/interfaces/sensors/2.0/
DISensors.hal105 * a race condition that can lead to loss of wake lock synchronization with
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT128 protection thereof is an essential condition to Licensee's use and possession
/hardware/invensense/6515/libsensors_iio/
DLicense.txt128 protection thereof is an essential condition to Licensee's use and possession
/hardware/interfaces/radio/1.0/
DIRadio.hal384 * RIL API must be filled accordingly based on the roaming condition.
1238 * condition. Note this is for backward compatibility with the old radio modem.
1413 * roaming condition. Note this is for backward compatibility with the old
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal303 * {@link OperandType::TENSOR_QUANT8_ASYMM}, the following condition
396 * {@link OperandType::TENSOR_QUANT8_ASYMM}, the following condition
554 * condition must be satisfied:
1107 * the following condition must be satisfied:

12