HomeSort by relevance Sort by last modified time
    Searched full:is_changed (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
8-1.c 13 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
24 int is_changed(sigset_t set, int sig) function
68 if (is_changed(oactl, SIGABRT))
8-2.c 14 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
25 int is_changed(sigset_t set, int sig) function
69 if (is_changed(oactl, SIGABRT))
8-3.c 13 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
24 int is_changed(sigset_t set, int sig) function
68 if (is_changed(oactl, SIGABRT))
12-1.c 15 3. Now verify using the is_changed() function that the only signal that is still
28 int is_changed(sigset_t set) function
91 if (is_changed(oactl)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
8-1.c 12 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
24 int is_changed(sigset_t set, int sig) function
69 if (is_changed(oactl, SIGABRT)) {
8-2.c 14 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
26 int is_changed(sigset_t set, int sig) function
70 if (is_changed(oactl, SIGABRT)) {
8-3.c 12 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
24 int is_changed(sigset_t set, int sig) function
69 if (is_changed(oactl, SIGABRT)) {
12-1.c 15 3. Now verify using the is_changed() function that the only signal that is still
30 int is_changed(sigset_t set, int sig) function
99 if (is_changed(oactl, SIGABRT)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
4-1.c 17 3. Once the sigsuspend returns, have the child probe the signal mask using the is_changed()
42 int is_changed(sigset_t set, int sig) function
111 if (is_changed(currentmask, SIGUSR1) != 0) {
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPFrequency.cpp 53 #define IS_CHANGED(c, a, b) { c |= !compareEquality(a,b); \
197 IS_CHANGED(changed, cb.inputGainDb, pChannel->getInputGain());
205 IS_CHANGED(changed, cb.mPreEqEnabled, pPreEq->isEnabled());
214 IS_CHANGED(changed, pEqBandParams->enabled, pEqBand->isEnabled());
215 IS_CHANGED(changed, pEqBandParams->freqCutoffHz,
217 IS_CHANGED(changed, pEqBandParams->gainDb, pEqBand->getGain());
261 IS_CHANGED(changed, cb.mPostEqEnabled, pPostEq->isEnabled());
270 IS_CHANGED(changed, pEqBandParams->enabled, pEqBand->isEnabled());
271 IS_CHANGED(changed, pEqBandParams->freqCutoffHz,
273 IS_CHANGED(changed, pEqBandParams->gainDb, pEqBand->getGain())
    [all...]

Completed in 233 milliseconds