Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/sensors/2.0/multihal/
DScopedWakelock.cpp31 ScopedWakelock::ScopedWakelock(IScopedWakelockRefCounter* refCounter, bool locked) in ScopedWakelock() argument
32 : mRefCounter(refCounter), mLocked(locked) { in ScopedWakelock()
/hardware/interfaces/sensors/2.0/multihal/include/
DScopedWakelock.h95 ScopedWakelock(IScopedWakelockRefCounter* refCounter, bool locked);
/hardware/interfaces/broadcastradio/1.0/
DITuner.hal48 * ITunerCallback.tuneComplete() MUST be called once locked on a station
64 * ITunerCallback.tuneComplete() MUST be called once locked on a station
80 * ITunerCallback.tuneComplete() MUST be called once locked on a station
/hardware/libhardware/modules/local_time/
DAndroid.bp18 // the oscillator backing the CLOCK_MONOTONIC implementation is phase locked to
/hardware/interfaces/graphics/mapper/2.0/
DIMapper.hal153 * data will be filled with a pointer to the locked buffer memory. This
170 * NO_RESOURCES when the buffer cannot be locked at this
206 * NO_RESOURCES when the buffer cannot be locked at this
225 * BAD_BUFFER when the buffer is invalid or not locked.
/hardware/interfaces/keymaster/4.1/
DIKeymasterDevice.hal42 * Called by client to notify the IKeymasterDevice that the device is now locked, and keys with
64 * the timestamp in the verificationToken, the device is still considered to be locked.
/hardware/interfaces/graphics/mapper/3.0/
DIMapper.hal195 * On success, @p data must be filled with a pointer to the locked buffer
220 * - `NO_RESOURCES` if the buffer cannot be locked at this time. Note
262 * - `NO_RESOURCES` if the buffer cannot be locked at this time. Note
264 * @return layout Data layout of the locked buffer.
280 * - `BAD_BUFFER` if the buffer is invalid or not locked.
/hardware/interfaces/gnss/1.0/
DIGnssConfiguration.hal116 * This setting configures how GPS functionalities should be locked when
120 * locked as per the GpsLock enum.
DIGnssMeasurementCallback.hal79 * For example, if the state for a satellite is only C/A code locked and bit
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFaceClientCallback.hal121 * LOCKOUT or LOCKOUT_PERMANENT. If the user is permanently locked out,
125 * if the user is not locked out.
DIBiometricsFace.hal58 * timeout of the new user (or 0 if the user is not locked out).
Dtypes.hal129 * Face authentication is locked out due to too many unsuccessful attempts.
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal64 * The returned buffer may be locked and written to by software and/or GL. This buffer
/hardware/qcom/msm8996/kernel-headers/sound/
Dasequencer.h376 unsigned locked : 1; member
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasequencer.h479 unsigned locked:1; /* timing queue locked for other queues */ member
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp60 bool locked = false; in tryLock() local
63 locked = true; in tryLock()
68 return locked; in tryLock()
73 bool locked = false; in tryLock() local
76 locked = true; in tryLock()
81 return locked; in tryLock()
/hardware/interfaces/tv/tuner/1.0/
Dtypes.hal1232 * Scan locked the signal.
1340 * If frontend locked the signal which is specified by tune method, HAL sends
1345 * If frontend can't locked the signal which is specified by tune method,
1350 * If frontend detect that the locked signal get lost, HAL sends LOST_LOCK
1435 * Difference between tuning frequency and actual locked frequency.
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal111 * Buffers with this format must be locked with IMapper::lockYCbCr
/hardware/interfaces/gnss/2.0/
DIGnssMeasurementCallback.hal31 * if the state for a satellite is only C/A code locked and bit synchronized, and there is still
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal1402 * 'true' indicates door is locked
1472 * True indicates mirror positions are locked and not changeable
1980 * True indicates windows are locked and can't be moved.
2916 /** Steering wheel is locked */
2920 * Steering wheel is not locked, engine and all accessories are OFF. If
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal210 * <p>Whether auto-exposure (AE) is currently locked to its latest
264 * <p>Whether auto-white balance (AWB) is currently locked to its
1780 * <p>Whether black-level compensation is locked
/hardware/qcom/audio/hal/
Daudio_hw.c2890 const bool locked = (pthread_mutex_trylock(&out->lock) == 0); in out_dump() local
2903 if (locked) { in out_dump()
4173 const bool locked = (pthread_mutex_trylock(&in->lock) == 0); in in_dump() local
4184 if (locked) { in in_dump()
/hardware/interfaces/radio/1.4/
Dtypes.hal600 * Device in CDMA locked state.
1177 * HDR module could not be obtained because of the RF locked.
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal182 * Buffers with this format must be locked with IMapper::lockYCbCr.
/hardware/interfaces/sensors/1.0/
Dtypes.hal451 * device remains locked in a non-interactive state (dozing). This behavior

12