Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/script_api/
Drs_atomic.spec39 summary: Thread-safe addition
58 summary: Thread-safe bitwise and
79 summary: Thread-safe compare and set
102 summary: Thread-safe decrement
119 summary: Thread-safe increment
137 summary: Thread-safe maximum
157 summary: Thread-safe minimum
177 summary: Thread-safe bitwise or
197 summary: Thread-safe subtraction
216 summary: Thread-safe bitwise exclusive or
/frameworks/rs/script_api/include/
Drs_atomic.rsh40 * rsAtomicAdd: Thread-safe addition
61 * rsAtomicAnd: Thread-safe bitwise and
83 * rsAtomicCas: Thread-safe compare and set
109 * rsAtomicDec: Thread-safe decrement
129 * rsAtomicInc: Thread-safe increment
149 * rsAtomicMax: Thread-safe maximum
171 * rsAtomicMin: Thread-safe minimum
193 * rsAtomicOr: Thread-safe bitwise or
215 * rsAtomicSub: Thread-safe subtraction
236 * rsAtomicXor: Thread-safe bitwise exclusive or
/frameworks/av/media/libnbaio/
DREADME.txt13 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
29 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/
Ddevice_for_product_strategy_sonification_respectful.pfw10 # - Otherwise follows sonification by replacing speaker with speaker safe if speaker is
35 # Follows sonification strategy if not in call and replace speaker by speaker safe
/frameworks/base/core/java/android/os/
DMessageQueue.java425 void quit(boolean safe) { in quit() argument
436 if (safe) { in quit()
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt170 frame. eglGetFrameTimestamps is thread safe and can be called from a
/frameworks/base/tools/aapt2/
Dreadme.md69 the original package ID is safe. Collisions against the base APK are checked to ensure these
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t408 * modifies a model at a given time. It is however safe for more than one
447 * safe for more than one thread to use the compilation once
504 * modifies an execution at a given time. It is however safe for more than one
730 * safe for more than one thread to use the memory descriptor once
735 * It is however safe to continue using a {@link ANeuralNetworksMemory} object created
/frameworks/base/core/java/android/app/
DNotification.java3829 CharSequence[] safe = new CharSequence[N]; in setRemoteInputHistory() local
3831 safe[i] = safeCharSequence(text[i]); in setRemoteInputHistory()
3833 mN.extras.putCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY, safe); in setRemoteInputHistory()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1759 * event loop, thus cancel() is safe.