HomeSort by relevance Sort by last modified time
    Searched defs:thiz (Results 51 - 75 of 94) sorted by null

1 23 4

  /frameworks/wilhelm/src/itf/
IVolume.cpp 30 IVolume *thiz = (IVolume *) self; local
31 interface_lock_exclusive(thiz);
32 SLmillibel oldLevel = thiz->mLevel;
34 thiz->mLevel = level;
35 interface_unlock_exclusive_attributes(thiz, ATTR_GAIN);
37 interface_unlock_exclusive(thiz);
53 IVolume *thiz = (IVolume *) self; local
54 interface_lock_shared(thiz);
55 SLmillibel level = thiz->mLevel;
56 interface_unlock_shared(thiz);
84 IVolume *thiz = (IVolume *) self; local
107 IVolume *thiz = (IVolume *) self; local
123 IVolume *thiz = (IVolume *) self; local
146 IVolume *thiz = (IVolume *) self; local
165 IVolume *thiz = (IVolume *) self; local
188 IVolume *thiz = (IVolume *) self; local
214 IVolume *thiz = (IVolume *) self; local
    [all...]
I3DSource.cpp 26 I3DSource *thiz = (I3DSource *) self; local
27 interface_lock_poke(thiz);
28 thiz->mHeadRelative = SL_BOOLEAN_FALSE != headRelative; // normalize
29 interface_unlock_poke(thiz);
43 I3DSource *thiz = (I3DSource *) self; local
44 interface_lock_peek(thiz);
45 SLboolean headRelative = thiz->mHeadRelative;
46 interface_unlock_peek(thiz);
64 I3DSource *thiz = (I3DSource *) self; local
65 interface_lock_exclusive(thiz);
84 I3DSource *thiz = (I3DSource *) self; interface_lock_shared(thiz); local
101 I3DSource *thiz = (I3DSource *) self; local
118 I3DSource *thiz = (I3DSource *) self; local
137 I3DSource *thiz = (I3DSource *) self; local
152 I3DSource *thiz = (I3DSource *) self; local
170 I3DSource *thiz = (I3DSource *) self; local
185 I3DSource *thiz = (I3DSource *) self; local
204 I3DSource *thiz = (I3DSource *) self; local
224 I3DSource *thiz = (I3DSource *) self; local
245 I3DSource *thiz = (I3DSource *) self; local
266 I3DSource *thiz = (I3DSource *) self; local
301 I3DSource *thiz = (I3DSource *) self; local
    [all...]
IAndroidConfiguration.cpp 38 IAndroidConfiguration *thiz = (IAndroidConfiguration *) self; local
39 interface_lock_exclusive(thiz);
42 switch (IObjectToObjectID((thiz)->mThis)) {
46 result = android_audioRecorder_setConfig((CAudioRecorder *) thiz->mThis, configKey,
52 result = android_audioPlayer_setConfig((CAudioPlayer *) thiz->mThis, configKey,
60 interface_unlock_exclusive(thiz);
79 IAndroidConfiguration *thiz = (IAndroidConfiguration *) self; local
80 interface_lock_exclusive(thiz);
83 switch (IObjectToObjectID((thiz)->mThis)) {
85 result = android_audioRecorder_getConfig((CAudioRecorder *) thiz->mThis, configKey
389 IAndroidConfiguration *thiz = (IAndroidConfiguration *) self; local
395 IAndroidConfiguration *thiz = (IAndroidConfiguration *) self; local
    [all...]
IDynamicInterfaceManagement.cpp 29 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self; local
30 assert(NULL != thiz);
31 IObject *thisObject = InterfaceToIObject(thiz);
92 slDynamicInterfaceManagementCallback callback = thiz->mCallback;
93 void *context = thiz->mContext;
99 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
114 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self; local
115 IObject *thisObject = InterfaceToIObject(thiz);
138 result = ThreadPool_add_ppi(&thisObject->mEngine->mThreadPool, HandleAdd, thiz,
210 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self local
285 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self; local
362 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self; local
445 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self; local
466 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self; local
    [all...]
IEffectSend.cpp 39 static struct EnableLevel *getEnableLevel(IEffectSend *thiz, const void *pAuxEffect)
42 CAudioPlayer *audioPlayer = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
43 (CAudioPlayer *) thiz->mThis : NULL;
81 return &thiz->mEnableLevels[aux];
121 IEffectSend *thiz = (IEffectSend *) self; local
122 struct EnableLevel *enableLevel = getEnableLevel(thiz, pAuxEffect);
126 interface_lock_exclusive(thiz);
133 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
134 (CAudioPlayer *) thiz->mThis : NULL;
154 interface_unlock_exclusive(thiz);
170 IEffectSend *thiz = (IEffectSend *) self; local
197 IEffectSend *thiz = (IEffectSend *) self; local
232 IEffectSend *thiz = (IEffectSend *) self; local
260 IEffectSend *thiz = (IEffectSend *) self; local
295 IEffectSend *thiz = (IEffectSend *) self; local
323 IEffectSend *thiz = (IEffectSend *) self; local
    [all...]
IPlay.cpp 31 IPlay *thiz = (IPlay *) self; local
35 CAudioPlayer *audioPlayer = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
36 (CAudioPlayer *) thiz->mThis : NULL;
38 interface_lock_exclusive(thiz);
39 SLuint32 oldState = thiz->mState;
42 for (;; interface_cond_wait(thiz)) {
69 thiz->mState = state;
84 thiz->mState = SL_PLAYSTATE_STOPPING;
99 thiz->mState = state;
105 interface_unlock_exclusive_attributes(thiz, attr)
124 IPlay *thiz = (IPlay *) self; local
160 IPlay *thiz = (IPlay *) self; local
202 IPlay *thiz = (IPlay *) self; local
244 IPlay *thiz = (IPlay *) self; local
264 IPlay *thiz = (IPlay *) self; local
293 IPlay *thiz = (IPlay *) self; local
312 IPlay *thiz = (IPlay *) self; local
337 IPlay *thiz = (IPlay *) self; local
365 IPlay *thiz = (IPlay *) self; local
388 IPlay *thiz = (IPlay *) self; local
429 IPlay *thiz = (IPlay *) self; local
458 IPlay *thiz = (IPlay *) self; local
    [all...]
IRecord.cpp 31 IRecord *thiz = (IRecord *) self; local
32 interface_lock_exclusive(thiz);
33 thiz->mState = state;
35 android_audioRecorder_setRecordState(InterfaceToCAudioRecorder(thiz), state);
37 interface_unlock_exclusive(thiz);
54 IRecord *thiz = (IRecord *) self; local
58 interface_lock_shared(thiz);
59 SLuint32 state = thiz->mState;
60 interface_unlock_shared(thiz);
73 IRecord *thiz = (IRecord *) self local
94 IRecord *thiz = (IRecord *) self; local
121 IRecord *thiz = (IRecord *) self; local
145 IRecord *thiz = (IRecord *) self; local
167 IRecord *thiz = (IRecord *) self; local
186 IRecord *thiz = (IRecord *) self; local
211 IRecord *thiz = (IRecord *) self; local
239 IRecord *thiz = (IRecord *) self; local
262 IRecord *thiz = (IRecord *) self; local
284 IRecord *thiz = (IRecord *) self; local
313 IRecord *thiz = (IRecord *) self; local
    [all...]
IEnvironmentalReverb.cpp 50 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
51 interface_lock_exclusive(thiz);
52 thiz->mProperties.roomLevel = room;
56 if (NO_ENVREVERB(thiz)) {
59 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect,
64 interface_unlock_exclusive(thiz);
78 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
79 interface_lock_shared(thiz);
83 if (NO_ENVREVERB(thiz)) {
86 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect
111 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
140 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
170 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
199 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
229 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
258 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
290 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
319 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
349 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
378 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
410 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
439 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
469 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
498 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
528 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
557 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
587 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
616 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
671 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
700 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
762 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
775 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
784 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local
    [all...]
IEqualizer.cpp 59 IEqualizer *thiz = (IEqualizer *) self; local
60 interface_lock_exclusive(thiz);
61 thiz->mEnabled = (SLboolean) enabled;
65 if (NO_EQ(thiz)) {
69 thiz->mEqEffect->setEnabled((bool) thiz->mEnabled);
73 interface_unlock_exclusive(thiz);
86 IEqualizer *thiz = (IEqualizer *) self; local
87 interface_lock_exclusive(thiz);
89 SLboolean enabled = thiz->mEnabled
114 IEqualizer *thiz = (IEqualizer *) self; local
132 IEqualizer *thiz = (IEqualizer *) self; local
149 IEqualizer *thiz = (IEqualizer *) self; local
182 IEqualizer *thiz = (IEqualizer *) self; local
217 IEqualizer *thiz = (IEqualizer *) self; local
253 IEqualizer *thiz = (IEqualizer *) self; local
296 IEqualizer *thiz = (IEqualizer *) self; local
346 IEqualizer *thiz = (IEqualizer *) self; local
378 IEqualizer *thiz = (IEqualizer *) self; local
413 IEqualizer *thiz = (IEqualizer *) self; local
431 IEqualizer *thiz = (IEqualizer *) self; local
475 IEqualizer *thiz = (IEqualizer *) self; local
503 IEqualizer *thiz = (IEqualizer *) self; local
512 IEqualizer *thiz = (IEqualizer *) self; local
    [all...]
IObject.cpp 29 IObject *thiz = (IObject *) self; local
30 assert(NULL != thiz);
31 const ClassTable *clazz = thiz->mClass;
38 object_lock_exclusive(thiz);
39 state = thiz->mState;
44 thiz->mState = SL_OBJECT_STATE_REALIZING_2;
47 result = (*realize)(thiz, SL_BOOLEAN_TRUE);
48 assert(SL_OBJECT_STATE_REALIZING_2 == thiz->mState);
70 thiz->mState = state;
73 slObjectCallback callback = thiz->mCallback
88 IObject *thiz = (IObject *) self; local
172 IObject *thiz = (IObject *) self; local
231 IObject *thiz = (IObject *) self; local
291 IObject *thiz = (IObject *) self; local
336 IObject *thiz = (IObject *) self; local
392 IObject *thiz = (IObject *) self; local
509 IObject *thiz = (IObject *) self; local
521 IObject *thiz = (IObject *) self; local
647 IObject *thiz = (IObject *) self; local
669 IObject *thiz = (IObject *) self; local
698 IObject *thiz = (IObject *) self; local
753 IObject *thiz = (IObject *) self; local
789 IObject *thiz = (IObject *) self; local
    [all...]
IEngine.cpp 114 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self); local
115 if (NULL == thiz) {
118 thiz->mDeviceID = deviceID;
119 IObject_Publish(&thiz->mObject);
121 *pDevice = &thiz->mObject.mItf;
152 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self); local
153 if (NULL == thiz) {
156 thiz->mDeviceID = deviceID;
157 IObject_Publish(&thiz->mObject);
159 *pDevice = &thiz->mObject.mItf
189 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self); local
434 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask, local
574 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self); local
620 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self); local
657 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self); local
691 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self); local
746 CMetadataExtractor *thiz = (CMetadataExtractor *) local
987 IEngine *thiz = (IEngine *) self; local
1085 CMediaPlayer *thiz = (CMediaPlayer *) construct(pCMediaPlayer_class, exposedMask, local
1447 IXAEngine *thiz = (IXAEngine *) self; local
    [all...]
  /frameworks/wilhelm/src/objects/
CEngine.cpp 59 CEngine *thiz = (CEngine *) self; local
63 int err = pthread_create(&thiz->mSyncThread, (const pthread_attr_t *) NULL, sync_start, thiz);
69 result = ThreadPool_init(&thiz->mThreadPool, 0, 0);
71 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE;
72 (void) pthread_join(thiz->mSyncThread, (void **) NULL);
82 thiz->mAudioManager = android::interface_cast<android::IAudioManager>(binder);
86 SDL_open(&thiz->mEngine);
104 CEngine *thiz = (CEngine *) self; local
107 unsigned instanceCount = thiz->mEngine.mInstanceCount
    [all...]
  /frameworks/wilhelm/src/desktop/
SndFile.cpp 35 struct SndFile *thiz = &thisAP->mSndFile; local
37 pthread_mutex_lock(&thiz->mMutex);
38 if (thiz->mEOF) {
39 pthread_mutex_unlock(&thiz->mMutex);
42 short *pBuffer = &thiz->mBuffer[thiz->mWhich * SndFile_BUFSIZE];
43 if (++thiz->mWhich >= SndFile_NUMBUFS) {
44 thiz->mWhich = 0;
47 count = sf_read_short(thiz->mSNDFILE, pBuffer, (sf_count_t) SndFile_BUFSIZE);
48 pthread_mutex_unlock(&thiz->mMutex)
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 71 jobject thiz = (jobject)clientData; local
78 env->CallBooleanMethod(thiz, method_usbDeviceAdded,
97 jobject thiz = (jobject)clientData; local
100 env->CallVoidMethod(thiz, method_usbDeviceRemoved, deviceAddress);
106 static void android_server_UsbHostManager_monitorUsbHostBus(JNIEnv* /* env */, jobject thiz)
113 // this will never return so it is safe to pass thiz directly
114 usb_host_run(context, usb_device_added, usb_device_removed, NULL, (void *)thiz);
117 static jobject android_server_UsbHostManager_openDevice(JNIEnv *env, jobject /* thiz */,
  /external/harfbuzz_ng/src/
hb-ot-post-table.hh 191 const accelerator_t *thiz = (const accelerator_t *) arg; local
194 return thiz->find_glyph_name (b).cmp (thiz->find_glyph_name (a));
199 const accelerator_t *thiz = (const accelerator_t *) arg; local
202 return thiz->find_glyph_name (o).cmp (*key);
hb-ot-kern-table.hh 188 inline const T* thiz (void) const { return static_cast<const T *> (this); } function in struct:OT::KernSubTableWrapper
191 { return (thiz()->coverage & T::COVERAGE_CHECK_FLAGS) == T::COVERAGE_CHECK_HORIZONTAL; }
194 { return bool (thiz()->coverage & T::COVERAGE_OVERRIDE_FLAG); }
197 { return thiz()->subtable.get_kerning (left, right, end, thiz()->format); }
202 inline unsigned int get_size (void) const { return thiz()->length; }
207 return_trace (c->check_struct (thiz()) &&
208 thiz()->length >= thiz()->min_size &&
209 c->check_array (thiz(), 1, thiz()->length) &
218 inline const T* thiz (void) const { return static_cast<const T *> (this); } function in struct:OT::KernTable
    [all...]
hb-ot-cmap-table.hh 87 const accelerator_t *thiz = (const accelerator_t *) obj; local
90 int min = 0, max = (int) thiz->segCount - 1;
91 const UINT16 *startCount = thiz->startCount;
92 const UINT16 *endCount = thiz->endCount;
111 unsigned int rangeOffset = thiz->idRangeOffset[i];
113 gid = codepoint + thiz->idDelta[i];
117 unsigned int index = rangeOffset / 2 + (codepoint - thiz->startCount[i]) + i - thiz->segCount;
118 if (unlikely (index >= thiz->glyphIdArrayLength))
120 gid = thiz->glyphIdArray[index]
    [all...]
  /frameworks/native/libs/vr/libdvr/tests/
dvr_buffer_queue-test.cpp 36 DvrBufferQueueTest* thiz = static_cast<DvrBufferQueueTest*>(context); local
37 thiz->HandleBufferAvailable();
41 DvrBufferQueueTest* thiz = static_cast<DvrBufferQueueTest*>(context); local
42 thiz->HandleBufferRemoved(buffer);
  /cts/tests/tests/media/libimagereaderjni/
AImageReaderCts.cpp 433 ImageReaderTestCase* thiz = reinterpret_cast<ImageReaderTestCase*>(obj); local
434 thiz->HandleImageAvailable(reader);
  /frameworks/wilhelm/src/
sles.cpp 30 bool IsInterfaceInitialized(IObject *thiz, unsigned MPH)
32 assert(NULL != thiz);
34 const ClassTable *clazz = thiz->mClass;
42 switch (thiz->mInterfaceStates[index]) {
54 SLuint32 IObjectToObjectID(IObject *thiz)
56 assert(NULL != thiz);
58 const ClassTable *clazz = thiz->mClass;
508 IObject *thiz; local
510 thiz = (IObject *) calloc(1, clazz->mSize);
511 if (NULL != thiz) {
    [all...]
  /external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
agent.cc 390 VReg* thiz = c.Alloc<VReg>(thisReg); local
393 addInstr(c, fi, OP_MOVE_OBJECT_FROM16, {v1, thiz});
410 addInstr(c, fi, OP_MOVE_OBJECT_16, {c.Alloc<VReg>(thisReg - numAdditionalRegs), thiz});
473 VReg* thiz = c.Alloc<VReg>(thisReg); local
476 addInstr(c, fi, OP_MOVE_OBJECT_FROM16, {v1, thiz});
490 addInstr(c, fi, OP_MOVE_OBJECT_16, {c.Alloc<VReg>(thisReg - numAdditionalRegs), thiz});
643 VReg* thiz = c.Alloc<VReg>(thisReg); local
646 addInstr(c, fi, OP_MOVE_OBJECT_FROM16, {v1, thiz});
653 addInstr(c, fi, OP_MOVE_OBJECT_FROM16, {v2, thiz});
704 addInstr(c, fi, OP_MOVE_OBJECT_FROM16, {v3, thiz});
    [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 356 BufferQueueHolder* thiz = static_cast<BufferQueueHolder*>(context); local
357 thiz->HandleBufferAvailable();
  /cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp 57 CameraServiceListener* thiz = reinterpret_cast<CameraServiceListener*>(obj); local
58 std::lock_guard<std::mutex> lock(thiz->mMutex);
59 thiz->mOnAvailableCount++;
60 thiz->mAvailableMap[cameraId] = true;
69 CameraServiceListener* thiz = reinterpret_cast<CameraServiceListener*>(obj); local
70 std::lock_guard<std::mutex> lock(thiz->mMutex);
71 thiz->mOnUnavailableCount++;
72 thiz->mAvailableMap[cameraId] = false;
115 CameraDeviceListener* thiz = reinterpret_cast<CameraDeviceListener*>(obj); local
116 std::lock_guard<std::mutex> lock(thiz->mMutex)
126 CameraDeviceListener* thiz = reinterpret_cast<CameraDeviceListener*>(obj); local
149 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); local
160 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); local
180 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); local
267 CaptureResultListener* thiz = reinterpret_cast<CaptureResultListener*>(obj); local
290 CaptureResultListener* thiz = reinterpret_cast<CaptureResultListener*>(obj); local
302 CaptureResultListener* thiz = reinterpret_cast<CaptureResultListener*>(obj); local
320 CaptureResultListener* thiz = reinterpret_cast<CaptureResultListener*>(obj); local
420 ImageReaderListener* thiz = reinterpret_cast<ImageReaderListener*>(obj); local
501 ImageReaderListener* thiz = reinterpret_cast<ImageReaderListener*>(obj); local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 430 milliseconds

1 23 4