Searched defs:self (Results 76 - 88 of 88) sorted by relevance

1234

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c292 static int Downmix_Process(effect_handle_t self, argument
297 downmix_module_t *pDwmModule = (downmix_module_t *)self;
390 static int Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
393 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.c84 int Effect_Process(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
90 effect_entry_t *fx = (effect_entry_t *)self;
104 int Effect_Command(effect_handle_t self, argument
115 effect_entry_t *fx = (effect_entry_t *)self;
129 int Effect_GetDescriptor(effect_handle_t self, argument
136 effect_entry_t *fx = (effect_entry_t *)self;
150 int Effect_ProcessReverse(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
156 effect_entry_t *fx = (effect_entry_t *)self;
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp312 effect_handle_t self,audio_buffer_t *inBuffer, audio_buffer_t *outBuffer)
314 VisualizerContext * pContext = (VisualizerContext *)self;
417 int Visualizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
420 VisualizerContext * pContext = (VisualizerContext *)self;
693 int Visualizer_getDescriptor(effect_handle_t self, argument
696 VisualizerContext * pContext = (VisualizerContext *) self;
311 Visualizer_process( effect_handle_t self,audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1858 int Reverb_process(effect_handle_t self, argument
1861 android::ReverbContext * pContext = (android::ReverbContext *) self;
1893 int Reverb_command(effect_handle_t self, argument
1899 android::ReverbContext * pContext = (android::ReverbContext *) self;
2113 int Reverb_getDescriptor(effect_handle_t self, argument
2116 android::ReverbContext * pContext = (android::ReverbContext *)self;
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c195 static int Reverb_Process(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) { argument
198 reverb_module_t *pRvbModule = (reverb_module_t *)self;
282 static int Reverb_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
284 reverb_module_t *pRvbModule = (reverb_module_t *) self;
401 int Reverb_GetDescriptor(effect_handle_t self, argument
404 reverb_module_t *pRvbModule = (reverb_module_t *) self;
1492 // modulate the self taps because their tap coefs are zero
1740 // fetch delay line self out
1744 // calculate delay line self out
1751 // calculate delay line self ou
[all...]
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp280 IPCThreadState* IPCThreadState::self() function in class:android::IPCThreadState
291 ALOGW("Calling IPCThreadState::self() during shutdown is dangerous, expect a crash.\n");
300 ALOGW("IPCThreadState::self() unable to create TLS key, expect a crash: %s\n",
678 self()->mProcess->expungeHandle(handle, binder);
698 : mProcess(ProcessState::self()),
1156 IPCThreadState* const self = static_cast<IPCThreadState*>(st); local
1157 if (self) {
1158 self->flushCommands();
1160 if (self->mProcess->mDriverFD > 0) {
1161 ioctl(self
[all...]
/frameworks/wilhelm/src/itf/
H A DIEngine.cpp95 static SLresult IEngine_CreateLEDDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, argument
114 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self);
133 static SLresult IEngine_CreateVibraDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, argument
152 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self);
171 static SLresult IEngine_CreateAudioPlayer(SLEngineItf self, SLObjectItf *pPlayer, argument
189 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self);
411 static SLresult IEngine_CreateAudioRecorder(SLEngineItf self, SLObjectItf *pRecorder, argument
435 self);
553 static SLresult IEngine_CreateMidiPlayer(SLEngineItf self, SLObjectItf *pPlayer, argument
574 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self);
601 IEngine_CreateListener(SLEngineItf self, SLObjectItf *pListener, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
638 IEngine_Create3DGroup(SLEngineItf self, SLObjectItf *pGroup, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
676 IEngine_CreateOutputMix(SLEngineItf self, SLObjectItf *pMix, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
725 IEngine_CreateMetadataExtractor(SLEngineItf self, SLObjectItf *pMetadataExtractor, SLDataSource *pDataSource, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
769 IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, void *pParameters, SLuint32 objectID, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
786 IEngine_QueryNumSupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) argument
825 IEngine_QuerySupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) argument
881 IEngine_QueryNumSupportedExtensions(SLEngineItf self, SLuint32 *pNumExtensions) argument
896 IEngine_QuerySupportedExtension(SLEngineItf self, SLuint32 index, SLchar *pExtensionName, SLint16 *pNameLength) argument
938 IEngine_IsExtensionSupported(SLEngineItf self, const SLchar *pExtensionName, SLboolean *pSupported) argument
985 IEngine_init(void *self) argument
1009 IEngine_deinit(void *self) argument
1017 IEngine_CreateCameraDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1030 IEngine_CreateRadioDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1043 IXAEngine_CreateLEDDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1054 IXAEngine_CreateVibraDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1065 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
1267 IEngine_CreateMediaRecorder(XAEngineItf self, XAObjectItf *pRecorder, XADataSource *pAudioSrc, XADataSource *pImageVideoSrc, XADataSink *pDataSnk, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1287 IXAEngine_CreateOutputMix(XAEngineItf self, XAObjectItf *pMix, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1298 IXAEngine_CreateMetadataExtractor(XAEngineItf self, XAObjectItf *pMetadataExtractor, XADataSource *pDataSource, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1309 IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, void *pParameters, XAuint32 objectID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
1320 IEngine_GetImplementationInfo(XAEngineItf self, XAuint32 *pMajor, XAuint32 *pMinor, XAuint32 *pStep, const XAchar *pImplementationText) argument
1332 IXAEngine_QuerySupportedProfiles(XAEngineItf self, XAint16 *pProfilesSupported) argument
1355 IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, XAuint32 *pNumSupportedInterfaces) argument
1365 IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, XAuint32 index, XAInterfaceID *pInterfaceId) argument
1375 IXAEngine_QueryNumSupportedExtensions(XAEngineItf self, XAuint32 *pNumExtensions) argument
1383 IXAEngine_QuerySupportedExtension(XAEngineItf self, XAuint32 index, XAchar *pExtensionName, XAint16 *pNameLength) argument
1392 IXAEngine_IsExtensionSupported(XAEngineItf self, const XAchar *pExtensionName, XAboolean *pSupported) argument
1401 IXAEngine_QueryLEDCapabilities(XAEngineItf self, XAuint32 *pIndex, XAuint32 *pLEDDeviceID, XALEDDescriptor *pDescriptor) argument
1411 IXAEngine_QueryVibraCapabilities(XAEngineItf self, XAuint32 *pIndex, XAuint32 *pVibraDeviceID, XAVibraDescriptor *pDescriptor) argument
1445 IXAEngine_init(void *self) argument
1452 IXAEngine_deinit(void *self) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp2927 int Effect_process(effect_handle_t self, argument
2930 EffectContext * pContext = (EffectContext *) self;
3054 int Effect_command(effect_handle_t self, argument
3060 EffectContext * pContext = (EffectContext *) self;
3533 int Effect_getDescriptor(effect_handle_t self, argument
3536 EffectContext * pContext = (EffectContext *) self;
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1207 int PreProcessingFx_Process(effect_handle_t self, argument
1211 preproc_effect_t * effect = (preproc_effect_t *)self;
1395 int PreProcessingFx_Command(effect_handle_t self, argument
1402 preproc_effect_t * effect = (preproc_effect_t *) self;
1757 int PreProcessingFx_GetDescriptor(effect_handle_t self, argument
1760 preproc_effect_t * effect = (preproc_effect_t *) self;
1771 int PreProcessingFx_ProcessReverse(effect_handle_t self, argument
1775 preproc_effect_t * effect = (preproc_effect_t *)self;
/frameworks/base/tools/layoutlib/create/tests/data/
H A Dmock_android.jar ... mock_android.dummy.InnerTest) mock_android.dummy.InnerTest self mock_android.dummy.InnerTest$MyStaticInnerClass m static synthetic ...
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java3465 final void finishSubActivityLocked(ActivityRecord self, String resultWho, int requestCode) { argument
3470 if (r.resultTo == self && r.requestCode == requestCode) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2110 final ArrayList<StopwatchTimer> pool, StopwatchTimer self) {
2118 if (t == self) {
2109 refreshTimersLocked(long batteryRealtime, final ArrayList<StopwatchTimer> pool, StopwatchTimer self) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 775 milliseconds

1234