Searched defs:self (Results 1 - 25 of 78) sorted by path

1234

/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp147 int NativeWindowRenderer::threadStart(void* self) { argument
149 ((NativeWindowRenderer*)self)->glThread();
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.cpp111 MediaBufferPuller* self = (MediaBufferPuller*)arg; local
112 self->acquireThreadFunc();
117 MediaBufferPuller* self = (MediaBufferPuller*)arg; local
118 self->releaseThreadFunc();
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c288 static int Downmix_Process(effect_handle_t self, argument
293 downmix_module_t *pDwmModule = (downmix_module_t *)self;
389 static int Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
392 downmix_module_t *pDwmModule = (downmix_module_t *) self;
530 int Downmix_GetDescriptor(effect_handle_t self, effect_descriptor_t *pDescriptor) argument
532 downmix_module_t *pDwnmxModule = (downmix_module_t *) self;
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c68 int Effect_Process(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
74 effect_entry_t *fx = (effect_entry_t *)self;
88 int Effect_Command(effect_handle_t self, argument
99 effect_entry_t *fx = (effect_entry_t *)self;
113 int Effect_GetDescriptor(effect_handle_t self, argument
120 effect_entry_t *fx = (effect_entry_t *)self;
134 int Effect_ProcessReverse(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
140 effect_entry_t *fx = (effect_entry_t *)self;
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp2622 int Effect_process(effect_handle_t self, argument
2625 EffectContext * pContext = (EffectContext *) self;
2749 int Effect_command(effect_handle_t self, argument
2755 EffectContext * pContext = (EffectContext *) self;
3261 int Effect_getDescriptor(effect_handle_t self, argument
3264 EffectContext * pContext = (EffectContext *) self;
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1880 int Reverb_process(effect_handle_t self, argument
1883 android::ReverbContext * pContext = (android::ReverbContext *) self;
1915 int Reverb_command(effect_handle_t self, argument
1921 android::ReverbContext * pContext = (android::ReverbContext *) self;
2135 int Reverb_getDescriptor(effect_handle_t self, argument
2138 android::ReverbContext * pContext = (android::ReverbContext *)self;
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1161 int PreProcessingFx_Process(effect_handle_t self, argument
1165 preproc_effect_t * effect = (preproc_effect_t *)self;
1335 int PreProcessingFx_Command(effect_handle_t self, argument
1342 preproc_effect_t * effect = (preproc_effect_t *) self;
1698 int PreProcessingFx_GetDescriptor(effect_handle_t self, argument
1701 preproc_effect_t * effect = (preproc_effect_t *) self;
1712 int PreProcessingFx_ProcessReverse(effect_handle_t self, argument
1716 preproc_effect_t * effect = (preproc_effect_t *)self;
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp619 extern "C" int Equalizer_process(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
621 android::EqualizerContext * pContext = (android::EqualizerContext *) self;
644 extern "C" int Equalizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
647 android::EqualizerContext * pContext = (android::EqualizerContext *) self;
745 extern "C" int Equalizer_getDescriptor(effect_handle_t self, argument
748 android::EqualizerContext * pContext = (android::EqualizerContext *) self;
H A DEffectReverb.c209 static int Reverb_Process(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) { argument
212 reverb_module_t *pRvbModule = (reverb_module_t *)self;
296 static int Reverb_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
298 reverb_module_t *pRvbModule = (reverb_module_t *) self;
415 int Reverb_GetDescriptor(effect_handle_t self, argument
418 reverb_module_t *pRvbModule = (reverb_module_t *) self;
1506 // modulate the self taps because their tap coefs are zero
1754 // fetch delay line self out
1758 // calculate delay line self out
1765 // calculate delay line self ou
[all...]
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp275 effect_handle_t self,audio_buffer_t *inBuffer, audio_buffer_t *outBuffer)
277 VisualizerContext * pContext = (VisualizerContext *)self;
356 int Visualizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
359 VisualizerContext * pContext = (VisualizerContext *)self;
554 int Visualizer_getDescriptor(effect_handle_t self, argument
557 VisualizerContext * pContext = (VisualizerContext *) self;
274 Visualizer_process( effect_handle_t self,audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DLockScreenWidgetCallback.java27 public void requestShow(View self); argument
30 public void requestHide(View self); argument
33 public boolean isVisible(View self); argument
37 public void userActivity(View self); argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1441 public static ActivityManagerService self() { method in class:ActivityManagerService
2846 Log.w(TAG, "crashApplication: trying to crash self!");
2896 ActivityRecord self = mMainStack.isInStackLocked(token);
2897 if (self == null) {
2903 if (self.state == ActivityState.RESUMED
2904 || self.state == ActivityState.PAUSING) {
/frameworks/base/tools/layoutlib/create/tests/data/
H A Dmock_android.jar ... mock_android.dummy.InnerTest) mock_android.dummy.InnerTest self } mock_android/widget/LinearLayout$LayoutParams.class LinearLayout.java ...
/frameworks/base/tools/layoutlib/create/tests/mock_android/dummy/
H A DInnerTest.java82 public void someMethod(InnerTest self) { argument
83 mSomeField = self.mSomeField;
/frameworks/native/include/ui/
H A DANativeObjectBase.h75 static inline TYPE* getSelf(NATIVE_TYPE* self) { argument
76 return static_cast<TYPE*>(self);
78 static inline TYPE const* getSelf(NATIVE_TYPE const* self) { argument
79 return static_cast<TYPE const *>(self);
88 ANativeObjectBase* self = getSelf(base); local
89 self->incStrong(self);
92 ANativeObjectBase* self = getSelf(base); local
93 self->decStrong(self);
[all...]
/frameworks/native/libs/binder/
H A DBpBinder.cpp98 IPCThreadState::self()->incWeakHandle(handle);
164 status_t status = IPCThreadState::self()->transact(
195 IPCThreadState* self = IPCThreadState::self(); local
196 self->requestDeathNotification(mHandle, this);
197 self->flushCommands();
230 IPCThreadState* self = IPCThreadState::self(); local
231 self->clearDeathNotification(mHandle, this);
232 self
255 IPCThreadState* self = IPCThreadState::self(); local
[all...]
H A DIPCThreadState.cpp298 IPCThreadState* IPCThreadState::self() function in class:android::IPCThreadState
617 self()->mProcess->expungeHandle(handle, binder);
637 : mProcess(ProcessState::self()),
1102 IPCThreadState* const self = static_cast<IPCThreadState*>(st); local
1103 if (self) {
1104 self->flushCommands();
1106 if (self->mProcess->mDriverFD > 0) {
1107 ioctl(self->mProcess->mDriverFD, BINDER_THREAD_EXIT, 0);
1110 delete self;
1125 IPCThreadState* state = self();
[all...]
H A DProcessState.cpp67 IPCThreadState::self()->joinThreadPool(mIsMain);
74 sp<ProcessState> ProcessState::self() function in class:android::ProcessState
118 IPCThreadState* ipc = IPCThreadState::self();
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp238 FramebufferNativeWindow* self = getSelf(window); local
239 Mutex::Autolock _l(self->mutex);
240 framebuffer_device_t* fb = self->fbDev;
242 int index = self->mBufferHead++;
243 if (self->mBufferHead >= self->mNumBuffers)
244 self->mBufferHead = 0;
247 while (self->mNumFreeBuffers < 2) {
248 self->mCondition.wait(self
277 FramebufferNativeWindow* self = getSelf(window); local
296 const FramebufferNativeWindow* self = getSelf(window); local
[all...]
/frameworks/native/libs/utils/
H A DThreads.cpp154 // prctl(PR_SET_NAME) only works for self; prctl(PR_SET_THREAD_NAME) was
762 Thread* const self = static_cast<Thread*>(user); local
764 sp<Thread> strong(self->mHoldSelf);
766 self->mHoldSelf.clear();
770 self->mTid = gettid();
779 self->mStatus = self->readyToRun();
780 result = (self->mStatus == NO_ERROR);
782 if (result && !self->exitPending()) {
793 result = self
[all...]
/frameworks/wilhelm/src/itf/
H A DI3DCommit.c22 static SLresult I3DCommit_Commit(SL3DCommitItf self) argument
26 I3DCommit *thiz = (I3DCommit *) self;
43 static SLresult I3DCommit_SetDeferred(SL3DCommitItf self, SLboolean deferred) argument
47 I3DCommit *thiz = (I3DCommit *) self;
63 void I3DCommit_init(void *self) argument
65 I3DCommit *thiz = (I3DCommit *) self;
H A DI3DDoppler.c22 static SLresult I3DDoppler_SetVelocityCartesian(SL3DDopplerItf self, const SLVec3D *pVelocity) argument
29 I3DDoppler *thiz = (I3DDoppler *) self;
42 static SLresult I3DDoppler_SetVelocitySpherical(SL3DDopplerItf self, argument
47 I3DDoppler *thiz = (I3DDoppler *) self;
60 static SLresult I3DDoppler_GetVelocityCartesian(SL3DDopplerItf self, SLVec3D *pVelocity) argument
67 I3DDoppler *thiz = (I3DDoppler *) self;
110 static SLresult I3DDoppler_SetDopplerFactor(SL3DDopplerItf self, SLpermille dopplerFactor) argument
114 I3DDoppler *thiz = (I3DDoppler *) self;
124 static SLresult I3DDoppler_GetDopplerFactor(SL3DDopplerItf self, SLpermille *pDopplerFactor) argument
131 I3DDoppler *thiz = (I3DDoppler *) self;
151 I3DDoppler_init(void *self) argument
[all...]
H A DI3DGrouping.c22 static SLresult I3DGrouping_Set3DGroup(SL3DGroupingItf self, SLObjectItf group) argument
37 I3DGrouping *thiz = (I3DGrouping *) self;
75 static SLresult I3DGrouping_Get3DGroup(SL3DGroupingItf self, SLObjectItf *pGroup) argument
82 I3DGrouping *thiz = (I3DGrouping *) self;
99 void I3DGrouping_init(void *self) argument
101 I3DGrouping *thiz = (I3DGrouping *) self;
106 void I3DGrouping_deinit(void *self) argument
108 I3DGrouping *thiz = (I3DGrouping *) self;
H A DI3DLocation.c22 static SLresult I3DLocation_SetLocationCartesian(SL3DLocationItf self, const SLVec3D *pLocation) argument
29 I3DLocation *thiz = (I3DLocation *) self;
42 static SLresult I3DLocation_SetLocationSpherical(SL3DLocationItf self, argument
52 I3DLocation *thiz = (I3DLocation *) self;
66 static SLresult I3DLocation_Move(SL3DLocationItf self, const SLVec3D *pMovement) argument
73 I3DLocation *thiz = (I3DLocation *) self;
113 static SLresult I3DLocation_GetLocationCartesian(SL3DLocationItf self, SLVec3D *pLocation) argument
120 I3DLocation *thiz = (I3DLocation *) self;
163 static SLresult I3DLocation_SetOrientationVectors(SL3DLocationItf self, argument
174 I3DLocation *thiz = (I3DLocation *) self;
188 I3DLocation_SetOrientationAngles(SL3DLocationItf self, SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) argument
213 I3DLocation_Rotate(SL3DLocationItf self, SLmillidegree theta, const SLVec3D *pAxis) argument
241 I3DLocation_GetOrientationVectors(SL3DLocationItf self, SLVec3D *pFront, SLVec3D *pUp) argument
274 I3DLocation_init(void *self) argument
[all...]
H A DI3DMacroscopic.c22 static SLresult I3DMacroscopic_SetSize(SL3DMacroscopicItf self, argument
32 I3DMacroscopic *thiz = (I3DMacroscopic *) self;
45 static SLresult I3DMacroscopic_GetSize(SL3DMacroscopicItf self, argument
53 I3DMacroscopic *thiz = (I3DMacroscopic *) self;
69 static SLresult I3DMacroscopic_SetOrientationAngles(SL3DMacroscopicItf self, argument
79 I3DMacroscopic *thiz = (I3DMacroscopic *) self;
95 static SLresult I3DMacroscopic_SetOrientationVectors(SL3DMacroscopicItf self, argument
103 I3DMacroscopic *thiz = (I3DMacroscopic *) self;
121 static SLresult I3DMacroscopic_Rotate(SL3DMacroscopicItf self, argument
131 I3DMacroscopic *thiz = (I3DMacroscopic *) self;
146 I3DMacroscopic_GetOrientationVectors(SL3DMacroscopicItf self, SLVec3D *pFront, SLVec3D *pUp) argument
211 I3DMacroscopic_init(void *self) argument
[all...]

Completed in 453 milliseconds

1234