HomeSort by relevance Sort by last modified time
    Searched defs:cas (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/media/jni/
android_media_MediaDescrambler.h 27 namespace cas { namespace in namespace:android::hardware
32 using hardware::cas::native::V1_0::IDescrambler;
android_media_MediaCodec.h 40 namespace cas { namespace in namespace:android::hardware
45 using hardware::cas::native::V1_0::IDescrambler;
  /hardware/interfaces/cas/1.0/default/
TypeConvert.h 20 #include <android/hardware/cas/1.0/types.h>
21 #include <media/cas/CasAPI.h>
27 namespace cas { namespace in namespace:android::hardware
37 } // namespace cas
DescramblerImpl.h 21 #include <android/hardware/cas/native/1.0/IDescrambler.h>
25 using namespace hardware::cas::native::V1_0;
28 namespace cas { namespace in namespace:android::hardware
65 } // namespace cas
MediaCasService.h 20 #include <android/hardware/cas/1.0/IMediaCasService.h>
28 namespace cas { namespace in namespace:android::hardware
60 } // namespace cas
SharedLibrary.h 26 namespace cas { namespace in namespace:android::hardware
46 } // namespace cas
TypeConvert.cpp 18 #define LOG_TAG "android.hardware.cas@1.0-TypeConvert"
25 namespace cas { namespace in namespace:android::hardware
93 } // namespace cas
CasImpl.h 21 #include <android/hardware/cas/1.0/ICas.h>
27 namespace cas { namespace in namespace:android::hardware
99 } // namespace cas
SharedLibrary.cpp 18 #define LOG_TAG "android.hardware.cas@1.0-SharedLibrary"
27 namespace cas { namespace in namespace:android::hardware
63 } // namespace cas
MediaCasService.cpp 18 #define LOG_TAG "android.hardware.cas@1.0-MediaCasService"
20 #include <android/hardware/cas/1.0/ICasListener.h>
21 #include <media/cas/CasAPI.h>
22 #include <media/cas/DescramblerAPI.h>
31 namespace cas { namespace in namespace:android::hardware
110 } // namespace cas
CasImpl.cpp 18 #define LOG_TAG "android.hardware.cas@1.0-CasImpl"
20 #include <android/hardware/cas/1.0/ICasListener.h>
21 #include <media/cas/CasAPI.h>
30 namespace cas { namespace in namespace:android::hardware
194 } // namespace cas
DescramblerImpl.cpp 18 #define LOG_TAG "android.hardware.cas@1.0-DescramblerImpl"
21 #include <media/cas/DescramblerAPI.h>
34 namespace cas { namespace in namespace:android::hardware
207 } // namespace cas
FactoryLoader.h 25 #include <media/cas/CasAPI.h>
31 namespace cas { namespace in namespace:android::hardware
225 } // namespace cas
  /frameworks/av/media/libstagefright/mpeg2ts/
CasManager.h 25 namespace cas { namespace in namespace:android::hardware
30 using hardware::cas::native::V1_0::IDescrambler;
36 status_t setMediaCas(const sp<ICas> &cas);
ATSParser.h 33 namespace cas { namespace in namespace:android::hardware
37 using hardware::cas::V1_0::ICas;
111 status_t setMediaCas(const sp<ICas> &cas);
  /frameworks/av/media/libstagefright/include/media/stagefright/
CodecBase.h 46 namespace cas { namespace in namespace:android::hardware
51 using hardware::cas::native::V1_0::IDescrambler;
  /external/compiler-rt/test/tsan/
real_deadlock_detector_stress_test.cc 36 bool cas(int *a, int oldval, int newval) { function
69 if (cas(&m->state, old, newv)) {
75 if (!cas(&m->state, kStateLocked, 1)) {
142 if (!cas(&m->state, kStateInited, kStateLocked)) {
150 if (!cas(&m->state, kStateLocked, kStateNotInited)) {
  /prebuilts/go/darwin-x86/src/runtime/
profbuf.go 79 // if cas(&b.overflow, overflow, ((overflow>>32)+1)<<32) {
125 func (x *profAtomic) cas(old, new profIndex) bool { func
384 if !b.w.cas(old, new) {
412 if !b.w.cas(old, new) {
488 b.w.cas(bw, bw&^profWriteExtra)
497 if !b.w.cas(bw, bw|profReaderSleeping) {
  /prebuilts/go/linux-x86/src/runtime/
profbuf.go 79 // if cas(&b.overflow, overflow, ((overflow>>32)+1)<<32) {
125 func (x *profAtomic) cas(old, new profIndex) bool { func
384 if !b.w.cas(old, new) {
412 if !b.w.cas(old, new) {
488 b.w.cas(bw, bw&^profWriteExtra)
497 if !b.w.cas(bw, bw|profReaderSleeping) {
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp 273 testcase cas = cases[i]; local
274 Locale loc(cas.locid);
275 LocalPointer<NumberingSystem> ns(NumberingSystem::createInstanceByName(cas.nsname, errorCode));
279 UnicodeString expected1(cas.expected1);
280 UnicodeString expected2(cas.expected2);
  /external/guava/guava/src/com/google/common/cache/
Striped64.java 43 * failed CAS on base update), the table is initialized to size 2.
63 * exists, a CAS is tried. Retries proceed by "double hashing",
73 * only become known via CAS failures, convergence can be slow,
88 * Padded variant of AtomicLong supporting only raw accesses plus CAS.
93 * form of CAS here, if it were provided.
103 final boolean cas(long cmp, long val) { method in class:Striped64.Cell
134 * a fallback during table initialization races. Updated via CAS.
139 * Spinlock (locked via CAS) used when resizing and/or creating Cells.
183 * @param wasUncontended false if CAS failed before call
221 else if (!wasUncontended) // CAS already known to fai
    [all...]
  /external/valgrind/drd/
drd_load_store.c 745 IRCAS* cas = st->Ist.CAS.details; local
747 tl_assert(cas->addr != NULL);
748 tl_assert(cas->dataLo != NULL);
749 dataSize = sizeofIRType(typeOfIRExpr(bb->tyenv, cas->dataLo));
750 if (cas->dataHi != NULL)
751 dataSize *= 2; /* since it's a doubleword-CAS */
754 instr_trace_mem_store(bb, cas->addr, cas->dataHi, cas->dataLo
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
Striped64.java 69 * failed CAS on base update), the table is initialized to size 2.
92 * exists, a CAS is tried. Retries proceed by "double hashing",
102 * only become known via CAS failures, convergence can be slow,
117 * Padded variant of AtomicLong supporting only raw accesses plus CAS.
120 * form of CAS here, if it were provided.
126 final boolean cas(long cmp, long val) { method in class:Striped64.Cell
159 * a fallback during table initialization races. Updated via CAS.
164 * Spinlock (locked via CAS) used when resizing and/or creating Cells.
219 * @param wasUncontended false if CAS failed before call
253 else if (!wasUncontended) // CAS already known to fai
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallUI.java 220 public void updateCallAudioState(CallAudioState cas) {
221 mBluetoothDeviceAdapter.update(cas.getSupportedBluetoothDevices());
223 switch (cas.getRoute()) {
234 BluetoothDevice activeDevice = cas.getActiveBluetoothDevice();
238 routeText = "unknown: " + cas.getRoute();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
NumberStringBuilderTest.java 81 for (int cas : cases) {
83 sb1.appendCodePoint(cas);
84 sb2.appendCodePoint(cas, null);
85 sb3.appendCodePoint(cas, null);
87 assertEquals(Character.codePointAt(sb3, 0), cas); local
92 sb4.appendCodePoint(cas); // Java StringBuilder has no insertCodePoint()
95 sb5.insertCodePoint(2, cas, null);

Completed in 295 milliseconds

1 2 3 4 5 6 7