Searched refs:self (Results 76 - 100 of 167) sorted by relevance

1234567

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h101 XAAndroidBufferQueueItf self,
107 XAAndroidBufferQueueItf self
111 XAAndroidBufferQueueItf self,
120 XAAndroidBufferQueueItf self,
126 XAAndroidBufferQueueItf self,
131 XAAndroidBufferQueueItf self,
/frameworks/native/include/binder/
H A DBinderService.h45 ProcessState::self()->startThreadPool();
46 IPCThreadState::self()->joinThreadPool();
H A DProcessState.h40 static sp<ProcessState> self();
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp35 sp<ProcessState> proc(ProcessState::self());
36 ProcessState::self()->startThreadPool();
64 IPCThreadState::self()->joinThreadPool();
/frameworks/native/services/surfaceflinger/tests/surface/
H A Dsurface.cpp33 sp<ProcessState> proc(ProcessState::self());
34 ProcessState::self()->startThreadPool();
64 IPCThreadState::self()->joinThreadPool();
/frameworks/wilhelm/src/itf/
H A DIEngine.c94 static SLresult IEngine_CreateLEDDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, argument
113 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self);
132 static SLresult IEngine_CreateVibraDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, argument
151 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self);
170 static SLresult IEngine_CreateAudioPlayer(SLEngineItf self, SLObjectItf *pPlayer, argument
188 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self);
405 static SLresult IEngine_CreateAudioRecorder(SLEngineItf self, SLObjectItf *pRecorder, argument
429 self);
542 static SLresult IEngine_CreateMidiPlayer(SLEngineItf self, SLObjectItf *pPlayer, argument
563 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self);
590 IEngine_CreateListener(SLEngineItf self, SLObjectItf *pListener, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
627 IEngine_Create3DGroup(SLEngineItf self, SLObjectItf *pGroup, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
665 IEngine_CreateOutputMix(SLEngineItf self, SLObjectItf *pMix, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
714 IEngine_CreateMetadataExtractor(SLEngineItf self, SLObjectItf *pMetadataExtractor, SLDataSource *pDataSource, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
758 IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, void *pParameters, SLuint32 objectID, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
775 IEngine_QueryNumSupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) argument
814 IEngine_QuerySupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) argument
870 IEngine_QueryNumSupportedExtensions(SLEngineItf self, SLuint32 *pNumExtensions) argument
885 IEngine_QuerySupportedExtension(SLEngineItf self, SLuint32 index, SLchar *pExtensionName, SLint16 *pNameLength) argument
927 IEngine_IsExtensionSupported(SLEngineItf self, const SLchar *pExtensionName, SLboolean *pSupported) argument
974 IEngine_init(void *self) argument
993 IEngine_deinit(void *self) argument
1001 IEngine_CreateCameraDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1014 IEngine_CreateRadioDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1027 IXAEngine_CreateLEDDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1038 IXAEngine_CreateVibraDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1049 IEngine_CreateMediaPlayer(XAEngineItf self, XAObjectItf *pPlayer, XADataSource *pDataSrc, XADataSource *pBankSrc, XADataSink *pAudioSnk, XADataSink *pImageVideoSnk, XADataSink *pVibra, XADataSink *pLEDArray, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1252 IEngine_CreateMediaRecorder(XAEngineItf self, XAObjectItf *pRecorder, XADataSource *pAudioSrc, XADataSource *pImageVideoSrc, XADataSink *pDataSnk, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1272 IXAEngine_CreateOutputMix(XAEngineItf self, XAObjectItf *pMix, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1283 IXAEngine_CreateMetadataExtractor(XAEngineItf self, XAObjectItf *pMetadataExtractor, XADataSource *pDataSource, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1294 IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, void *pParameters, XAuint32 objectID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1305 IEngine_GetImplementationInfo(XAEngineItf self, XAuint32 *pMajor, XAuint32 *pMinor, XAuint32 *pStep, const XAchar *pImplementationText) argument
1317 IXAEngine_QuerySupportedProfiles(XAEngineItf self, XAint16 *pProfilesSupported) argument
1340 IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, XAuint32 *pNumSupportedInterfaces) argument
1350 IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, XAuint32 index, XAInterfaceID *pInterfaceId) argument
1360 IXAEngine_QueryNumSupportedExtensions(XAEngineItf self, XAuint32 *pNumExtensions) argument
1368 IXAEngine_QuerySupportedExtension(XAEngineItf self, XAuint32 index, XAchar *pExtensionName, XAint16 *pNameLength) argument
1377 IXAEngine_IsExtensionSupported(XAEngineItf self, const XAchar *pExtensionName, XAboolean *pSupported) argument
1386 IXAEngine_QueryLEDCapabilities(XAEngineItf self, XAuint32 *pIndex, XAuint32 *pLEDDeviceID, XALEDDescriptor *pDescriptor) argument
1396 IXAEngine_QueryVibraCapabilities(XAEngineItf self, XAuint32 *pIndex, XAuint32 *pVibraDeviceID, XAVibraDescriptor *pDescriptor) argument
1430 IXAEngine_init(void *self) argument
1437 IXAEngine_deinit(void *self) argument
[all...]
H A DIObject.c23 // Parameter self is the Object.
25 static void HandleRealize(void *self, void *ignored, int unused) argument
29 IObject *thiz = (IObject *) self;
84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) argument
88 IObject *thiz = (IObject *) self;
166 // Parameter self is the Object.
168 static void HandleResume(void *self, void *ignored, int unused) argument
172 IObject *thiz = (IObject *) self;
227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) argument
231 IObject *thiz = (IObject *) self;
284 IObject_GetState(SLObjectItf self, SLuint32 *pState) argument
325 IObject_GetInterface(SLObjectItf self, const SLInterfaceID iid, void *pInterface) argument
387 IObject_RegisterCallback(SLObjectItf self, slObjectCallback callback, void *pContext) argument
505 IObject_AbortAsyncOperation(SLObjectItf self) argument
517 IObject_Destroy(SLObjectItf self) argument
642 IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable) argument
661 IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable) argument
686 IObject_SetLossOfControlInterfaces(SLObjectItf self, SLint16 numInterfaces, SLInterfaceID *pInterfaceIDs, SLboolean enabled) argument
751 IObject_init(void *self) argument
787 IObject_deinit(void *self) argument
[all...]
H A DIDynamicInterfaceManagement.c23 // Parameter self is the DynamicInterface, and MPH specifies which interface to add.
25 static void HandleAdd(void *self, void *ignored, int MPH) argument
29 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
105 static SLresult IDynamicInterfaceManagement_AddInterface(SLDynamicInterfaceManagementItf self, argument
114 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
201 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid)
210 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
279 // Parameter self is the DynamicInterface, and MPH specifies which interface to resume.
281 static void HandleResume(void *self, void *ignored, int MPH) argument
285 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
200 IDynamicInterfaceManagement_RemoveInterface( SLDynamicInterfaceManagementItf self, const SLInterfaceID iid) argument
353 IDynamicInterfaceManagement_ResumeInterface(SLDynamicInterfaceManagementItf self, const SLInterfaceID iid, SLboolean async) argument
440 IDynamicInterfaceManagement_RegisterCallback(SLDynamicInterfaceManagementItf self, slDynamicInterfaceManagementCallback callback, void *pContext) argument
464 IDynamicInterfaceManagement_init(void *self) argument
[all...]
H A DIAndroidBufferQueue.c235 static SLresult IAndroidBufferQueue_RegisterCallback(SLAndroidBufferQueueItf self, argument
240 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self;
260 static SLresult IAndroidBufferQueue_Clear(SLAndroidBufferQueueItf self) argument
265 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self;
294 static SLresult IAndroidBufferQueue_Enqueue(SLAndroidBufferQueueItf self, argument
319 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self;
393 static SLresult IAndroidBufferQueue_GetState(SLAndroidBufferQueueItf self, argument
403 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self;
419 static SLresult IAndroidBufferQueue_SetCallbackEventsMask(SLAndroidBufferQueueItf self, argument
424 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self;
439 IAndroidBufferQueue_GetCallbackEventsMask(SLAndroidBufferQueueItf self, SLuint32 *pEventFlags) argument
469 IAndroidBufferQueue_init(void *self) argument
489 IAndroidBufferQueue_deinit(void *self) argument
[all...]
/frameworks/native/services/sensorservice/
H A DBatteryService.cpp88 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
90 IPCThreadState::self()->restoreCallingIdentity(identity);
97 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
99 IPCThreadState::self()->restoreCallingIdentity(identity);
107 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
116 IPCThreadState::self()->restoreCallingIdentity(identity);
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp54 sp<ProcessState> proc(ProcessState::self());
100 ProcessState::self()->startThreadPool();
101 IPCThreadState::self()->joinThreadPool();
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp84 sp<ProcessState> proc = ProcessState::self();
91 IPCThreadState::self()->stopProcess();
96 sp<ProcessState> proc = ProcessState::self();
105 IPCThreadState::self()->stopProcess();
/frameworks/base/tools/layoutlib/create/tests/mock_android/dummy/
H A DInnerTest.java82 public void someMethod(InnerTest self) { argument
83 mSomeField = self.mSomeField;
/frameworks/base/native/android/
H A Dlooper.cpp51 IPCThreadState::self()->flushCommands();
62 IPCThreadState::self()->flushCommands();
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.h79 static int Downmix_Process(effect_handle_t self,
82 static int Downmix_Command(effect_handle_t self,
88 static int Downmix_GetDescriptor(effect_handle_t self,
/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/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/av/media/libstagefright/wifi-display/
H A Dwfd.cpp45 ProcessState::self()->startThreadPool();
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp46 android::ProcessState::self()->startThreadPool();
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp478 int64_t token = IPCThreadState::self()->clearCallingIdentity();
482 IPCThreadState::self()->restoreCallingIdentity(token);
574 int64_t token = IPCThreadState::self()->clearCallingIdentity();
597 IPCThreadState::self()->restoreCallingIdentity(token);
648 int64_t token = IPCThreadState::self()->clearCallingIdentity();
657 IPCThreadState::self()->restoreCallingIdentity(token);
675 token = IPCThreadState::self()->clearCallingIdentity();
690 IPCThreadState::self()->restoreCallingIdentity(token);
713 int64_t token = IPCThreadState::self()->clearCallingIdentity();
715 IPCThreadState::self()
[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/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/base/services/common_time/
H A Dcommon_time_server_api.cpp298 IPCThreadState::self()->getCallingPid(),
299 IPCThreadState::self()->getCallingUid());
374 IPCThreadState::self()->getCallingPid(),
375 IPCThreadState::self()->getCallingUid());
/frameworks/base/media/tests/omxjpegdecoder/
H A Djpeg_decoder_bench.cpp104 android::ProcessState::self()->startThreadPool();
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h212 uint16_t m_zD0Self; // self feeds forward d0 --> d0
216 uint16_t m_zD1Self; // self feeds forward d1 --> d1
220 int16_t m_nSin; // gain for self taps
314 static int Reverb_Process(effect_handle_t self,
317 static int Reverb_Command(effect_handle_t self,
323 static int Reverb_GetDescriptor(effect_handle_t self,

Completed in 4236 milliseconds

1234567