Searched refs:self (Results 26 - 50 of 186) sorted by relevance

12345678

/frameworks/wilhelm/src/itf/
H A DIRatePitch.c22 static SLresult IRatePitch_SetRate(SLRatePitchItf self, SLpermille rate) argument
26 IRatePitch *thiz = (IRatePitch *) self;
40 static SLresult IRatePitch_GetRate(SLRatePitchItf self, SLpermille *pRate) argument
47 IRatePitch *thiz = (IRatePitch *) self;
59 static SLresult IRatePitch_GetRatePitchCapabilities(SLRatePitchItf self, argument
69 IRatePitch *thiz = (IRatePitch *) self;
89 void IRatePitch_init(void *self) argument
91 IRatePitch *thiz = (IRatePitch *) self;
H A DIThreadSync.c22 static SLresult IThreadSync_EnterCriticalSection(SLThreadSyncItf self) argument
26 IThreadSync *thiz = (IThreadSync *) self;
50 static SLresult IThreadSync_ExitCriticalSection(SLThreadSyncItf self) argument
54 IThreadSync *thiz = (IThreadSync *) self;
78 void IThreadSync_init(void *self) argument
80 IThreadSync *thiz = (IThreadSync *) self;
87 void IThreadSync_deinit(void *self) argument
89 IThreadSync *thiz = (IThreadSync *) self;
H A DIAndroidEffect.cpp23 static SLresult IAndroidEffect_CreateEffect(SLAndroidEffectItf self, argument
28 IAndroidEffect *thiz = (IAndroidEffect *) self;
49 static SLresult IAndroidEffect_ReleaseEffect(SLAndroidEffectItf self, argument
54 IAndroidEffect *thiz = (IAndroidEffect *) self;
61 static SLresult IAndroidEffect_SetEnabled(SLAndroidEffectItf self, argument
66 IAndroidEffect *thiz = (IAndroidEffect *) self;
73 static SLresult IAndroidEffect_IsEnabled(SLAndroidEffectItf self, argument
78 IAndroidEffect *thiz = (IAndroidEffect *) self;
85 static SLresult IAndroidEffect_SendCommand(SLAndroidEffectItf self, argument
91 IAndroidEffect *thiz = (IAndroidEffect *) self;
107 IAndroidEffect_init(void *self) argument
114 IAndroidEffect_deinit(void *self) argument
[all...]
H A DIVibra.c22 static SLresult IVibra_Vibrate(SLVibraItf self, SLboolean vibrate) argument
26 IVibra *thiz = (IVibra *) self;
36 static SLresult IVibra_IsVibrating(SLVibraItf self, SLboolean *pVibrating) argument
43 IVibra *thiz = (IVibra *) self;
55 static SLresult IVibra_SetFrequency(SLVibraItf self, SLmilliHertz frequency) argument
65 IVibra *thiz = (IVibra *) self;
76 static SLresult IVibra_GetFrequency(SLVibraItf self, SLmilliHertz *pFrequency) argument
83 IVibra *thiz = (IVibra *) self;
95 static SLresult IVibra_SetIntensity(SLVibraItf self, SLpermille intensity) argument
105 IVibra *thiz = (IVibra *) self;
116 IVibra_GetIntensity(SLVibraItf self, SLpermille *pIntensity) argument
149 IVibra_init(void *self) argument
[all...]
H A DIMIDIMuteSolo.c22 static SLresult IMIDIMuteSolo_SetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, argument
30 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self;
45 static SLresult IMIDIMuteSolo_GetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, argument
53 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self;
65 static SLresult IMIDIMuteSolo_SetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, argument
73 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self;
88 static SLresult IMIDIMuteSolo_GetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, argument
96 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self;
108 static SLresult IMIDIMuteSolo_GetTrackCount(SLMIDIMuteSoloItf self, SLuint16 *pCount) argument
115 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self;
126 IMIDIMuteSolo_SetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean mute) argument
149 IMIDIMuteSolo_GetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pMute) argument
169 IMIDIMuteSolo_SetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean solo) argument
191 IMIDIMuteSolo_GetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pSolo) argument
223 IMIDIMuteSolo_init(void *self) argument
[all...]
H A DIVisualization.c22 static SLresult IVisualization_RegisterVisualizationCallback(SLVisualizationItf self, argument
30 IVisualization *thiz = (IVisualization *) self;
43 static SLresult IVisualization_GetMaxRate(SLVisualizationItf self, SLmilliHertz *pRate) argument
63 void IVisualization_init(void *self) argument
65 IVisualization *thiz = (IVisualization *) self;
H A DILEDArray.c22 static SLresult ILEDArray_ActivateLEDArray(SLLEDArrayItf self, SLuint32 lightMask) argument
26 ILEDArray *thiz = (ILEDArray *) self;
36 static SLresult ILEDArray_IsLEDArrayActivated(SLLEDArrayItf self, SLuint32 *pLightMask) argument
43 ILEDArray *thiz = (ILEDArray *) self;
55 static SLresult ILEDArray_SetColor(SLLEDArrayItf self, SLuint8 index, const SLHSL *pColor) argument
70 ILEDArray *thiz = (ILEDArray *) self;
82 static SLresult ILEDArray_GetColor(SLLEDArrayItf self, SLuint8 index, SLHSL *pColor) argument
89 ILEDArray *thiz = (ILEDArray *) self;
109 void ILEDArray_init(void *self) argument
111 ILEDArray *thiz = (ILEDArray *) self;
[all...]
H A DIPresetReverb.c30 static SLresult IPresetReverb_SetPreset(SLPresetReverbItf self, SLuint16 preset) argument
34 IPresetReverb *thiz = (IPresetReverb *) self;
65 static SLresult IPresetReverb_GetPreset(SLPresetReverbItf self, SLuint16 *pPreset) argument
72 IPresetReverb *thiz = (IPresetReverb *) self;
103 void IPresetReverb_init(void *self) argument
105 IPresetReverb *thiz = (IPresetReverb *) self;
115 void IPresetReverb_deinit(void *self) argument
118 IPresetReverb *thiz = (IPresetReverb *) self;
124 bool IPresetReverb_Expose(void *self) argument
127 IPresetReverb *thiz = (IPresetReverb *) self;
[all...]
H A DI3DSource.c22 static SLresult I3DSource_SetHeadRelative(SL3DSourceItf self, SLboolean headRelative) argument
26 I3DSource *thiz = (I3DSource *) self;
36 static SLresult I3DSource_GetHeadRelative(SL3DSourceItf self, SLboolean *pHeadRelative) argument
43 I3DSource *thiz = (I3DSource *) self;
55 static SLresult I3DSource_SetRolloffDistances(SL3DSourceItf self, argument
64 I3DSource *thiz = (I3DSource *) self;
76 static SLresult I3DSource_GetRolloffDistances(SL3DSourceItf self, argument
84 I3DSource *thiz = (I3DSource *) self; interface_lock_shared(thiz);
97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute) argument
101 I3DSource *thiz = (I3DSource *) self;
111 I3DSource_GetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean *pMute) argument
130 I3DSource_SetRolloffFactor(SL3DSourceItf self, SLpermille rolloffFactor) argument
148 I3DSource_GetRolloffFactor(SL3DSourceItf self, SLpermille *pRolloffFactor) argument
163 I3DSource_SetRoomRolloffFactor(SL3DSourceItf self, SLpermille roomRolloffFactor) argument
181 I3DSource_GetRoomRolloffFactor(SL3DSourceItf self, SLpermille *pRoomRolloffFactor) argument
196 I3DSource_SetRolloffModel(SL3DSourceItf self, SLuint8 model) argument
220 I3DSource_GetRolloffModel(SL3DSourceItf self, SLuint8 *pModel) argument
235 I3DSource_SetCone(SL3DSourceItf self, SLmillidegree innerAngle, SLmillidegree outerAngle, SLmillibel outerLevel) argument
258 I3DSource_GetCone(SL3DSourceItf self, SLmillidegree *pInnerAngle, SLmillidegree *pOuterAngle, SLmillibel *pOuterLevel) argument
299 I3DSource_init(void *self) argument
[all...]
H A DIVolume.c22 static SLresult IVolume_SetVolumeLevel(SLVolumeItf self, SLmillibel level) argument
29 IVolume *thiz = (IVolume *) self;
45 static SLresult IVolume_GetVolumeLevel(SLVolumeItf self, SLmillibel *pLevel) argument
52 IVolume *thiz = (IVolume *) self;
64 static SLresult IVolume_GetMaxVolumeLevel(SLVolumeItf self, SLmillibel *pMaxLevel) argument
79 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute) argument
83 IVolume *thiz = (IVolume *) self;
99 static SLresult IVolume_GetMute(SLVolumeItf self, SLboolean *pMute) argument
106 IVolume *thiz = (IVolume *) self;
118 static SLresult IVolume_EnableStereoPosition(SLVolumeItf self, SLboolea argument
138 IVolume_IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable) argument
157 IVolume_SetStereoPosition(SLVolumeItf self, SLpermille stereoPosition) argument
180 IVolume_GetStereoPosition(SLVolumeItf self, SLpermille *pStereoPosition) argument
211 IVolume_init(void *self) argument
[all...]
H A DIDeviceVolume.c22 static SLresult IDeviceVolume_GetVolumeScale(SLDeviceVolumeItf self, SLuint32 deviceID, argument
49 static SLresult IDeviceVolume_SetVolume(SLDeviceVolumeItf self, SLuint32 deviceID, SLint32 volume) argument
62 IDeviceVolume *thiz = (IDeviceVolume *) self;
78 static SLresult IDeviceVolume_GetVolume(SLDeviceVolumeItf self, SLuint32 deviceID, SLint32 *pVolume) argument
94 IDeviceVolume *thiz = (IDeviceVolume *) self;
118 void IDeviceVolume_init(void *self) argument
120 IDeviceVolume *thiz = (IDeviceVolume *) 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 DIMIDITime.c22 static SLresult IMIDITime_GetDuration(SLMIDITimeItf self, SLuint32 *pDuration) argument
29 IMIDITime *thiz = (IMIDITime *) self;
39 static SLresult IMIDITime_SetPosition(SLMIDITimeItf self, SLuint32 position) argument
43 IMIDITime *thiz = (IMIDITime *) self;
58 static SLresult IMIDITime_GetPosition(SLMIDITimeItf self, SLuint32 *pPosition) argument
65 IMIDITime *thiz = (IMIDITime *) self;
77 static SLresult IMIDITime_SetLoopPoints(SLMIDITimeItf self, SLuint32 startTick, SLuint32 numTicks) argument
81 IMIDITime *thiz = (IMIDITime *) self;
98 static SLresult IMIDITime_GetLoopPoints(SLMIDITimeItf self, SLuint32 *pStartTick, argument
106 IMIDITime *thiz = (IMIDITime *) self;
128 IMIDITime_init(void *self) argument
[all...]
H A DIRecord.c22 static SLresult IRecord_SetRecordState(SLRecordItf self, SLuint32 state) argument
31 IRecord *thiz = (IRecord *) self;
50 static SLresult IRecord_GetRecordState(SLRecordItf self, SLuint32 *pState) argument
54 IRecord *thiz = (IRecord *) self;
69 static SLresult IRecord_SetDurationLimit(SLRecordItf self, SLmillisecond msec) argument
73 IRecord *thiz = (IRecord *) self;
87 static SLresult IRecord_GetPosition(SLRecordItf self, SLmillisecond *pMsec) argument
94 IRecord *thiz = (IRecord *) self;
116 static SLresult IRecord_RegisterCallback(SLRecordItf self, slRecordCallback callback, argument
121 IRecord *thiz = (IRecord *) self;
132 IRecord_SetCallbackEventsMask(SLRecordItf self, SLuint32 eventFlags) argument
160 IRecord_GetCallbackEventsMask(SLRecordItf self, SLuint32 *pEventFlags) argument
179 IRecord_SetMarkerPosition(SLRecordItf self, SLmillisecond mSec) argument
207 IRecord_ClearMarkerPosition(SLRecordItf self) argument
232 IRecord_GetMarkerPosition(SLRecordItf self, SLmillisecond *pMsec) argument
255 IRecord_SetPositionUpdatePeriod(SLRecordItf self, SLmillisecond mSec) argument
277 IRecord_GetPositionUpdatePeriod(SLRecordItf self, SLmillisecond *pMsec) argument
311 IRecord_init(void *self) argument
[all...]
H A DIAudioDecoderCapabilities.c22 static SLresult IAudioDecoderCapabilities_GetAudioDecoders(SLAudioDecoderCapabilitiesItf self, argument
49 SLAudioDecoderCapabilitiesItf self, SLuint32 decoderId, SLuint32 *pIndex,
65 void IAudioDecoderCapabilities_init(void *self) argument
67 IAudioDecoderCapabilities *thiz = (IAudioDecoderCapabilities *) self;
48 IAudioDecoderCapabilities_GetAudioDecoderCapabilities( SLAudioDecoderCapabilitiesItf self, SLuint32 decoderId, SLuint32 *pIndex, SLAudioCodecDescriptor *pDescriptor) argument
H A DIAudioEncoderCapabilities.c22 static SLresult IAudioEncoderCapabilities_GetAudioEncoders(SLAudioEncoderCapabilitiesItf self, argument
49 SLAudioEncoderCapabilitiesItf self, SLuint32 encoderId, SLuint32 *pIndex,
66 void IAudioEncoderCapabilities_init(void *self) argument
68 IAudioEncoderCapabilities *thiz = (IAudioEncoderCapabilities *) self;
48 IAudioEncoderCapabilities_GetAudioEncoderCapabilities( SLAudioEncoderCapabilitiesItf self, SLuint32 encoderId, SLuint32 *pIndex, SLAudioCodecDescriptor *pDescriptor) argument
H A DIBassBoost.c38 static SLresult IBassBoost_SetEnabled(SLBassBoostItf self, SLboolean enabled) argument
42 IBassBoost *thiz = (IBassBoost *) self;
61 static SLresult IBassBoost_IsEnabled(SLBassBoostItf self, SLboolean *pEnabled) argument
68 IBassBoost *thiz = (IBassBoost *) self;
89 static SLresult IBassBoost_SetStrength(SLBassBoostItf self, SLpermille strength) argument
96 IBassBoost *thiz = (IBassBoost *) self;
117 static SLresult IBassBoost_GetRoundedStrength(SLBassBoostItf self, SLpermille *pStrength) argument
124 IBassBoost *thiz = (IBassBoost *) self;
146 static SLresult IBassBoost_IsStrengthSupported(SLBassBoostItf self, SLboolean *pSupported) argument
157 IBassBoost *thiz = (IBassBoost *) self;
185 IBassBoost_init(void *self) argument
198 IBassBoost_deinit(void *self) argument
207 IBassBoost_Expose(void *self) argument
[all...]
/frameworks/wilhelm/src/objects/
H A DCAudioPlayer.c24 SLresult CAudioPlayer_Realize(void *self, SLboolean async) argument
26 CAudioPlayer *thiz = (CAudioPlayer *) self;
47 SLresult CAudioPlayer_Resume(void *self, SLboolean async) argument
55 void CAudioPlayer_Destroy(void *self) argument
57 CAudioPlayer *thiz = (CAudioPlayer *) self;
71 predestroy_t CAudioPlayer_PreDestroy(void *self) argument
73 CAudioPlayer *thiz = (CAudioPlayer *) self;
92 object_cond_wait(self);
/frameworks/native/opengl/tools/glgen2/
H A Dglgen.py105 def __init__(self):
106 reg.OutputGenerator.__init__(self, sys.stderr, sys.stderr, None)
108 def genCmd(self, cmd, name):
109 reg.OutputGenerator.genCmd(self, cmd, name)
122 file=self.outFile)
129 def __init__(self):
130 reg.OutputGenerator.__init__(self, sys.stderr, sys.stderr, None)
131 self.cmds = []
132 self.enums = collections.OrderedDict()
134 def genCmd(self, cm
[all...]
/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/support/v4/api21/android/support/v4/provider/
H A DDocumentsContractApi21.java31 public static Uri createFile(Context context, Uri self, String mimeType, argument
33 return DocumentsContract.createDocument(context.getContentResolver(), self, mimeType,
37 public static Uri createDirectory(Context context, Uri self, String displayName) { argument
38 return createFile(context, self, DocumentsContract.Document.MIME_TYPE_DIR, displayName);
46 public static Uri[] listFiles(Context context, Uri self) { argument
48 final Uri childrenUri = DocumentsContract.buildChildDocumentsUriUsingTree(self,
49 DocumentsContract.getDocumentId(self));
58 final Uri documentUri = DocumentsContract.buildDocumentUriUsingTree(self,
71 public static Uri renameTo(Context context, Uri self, String displayName) { argument
72 return DocumentsContract.renameDocument(context.getContentResolver(), self, displayNam
[all...]
/frameworks/webview/chromium/tools/
H A Dmerge_common.py98 def __init__(self, returncode, cmd, cwd, stdout, stderr):
99 super(CommandError, self).__init__()
100 self.returncode = returncode
101 self.cmd = cmd
102 self.cwd = cwd
103 self.stdout = stdout
104 self.stderr = stderr
106 def __str__(self):
109 (self.cmd, self
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h166 XAObjectItf self,
170 XAObjectItf self,
174 XAObjectItf self,
178 XAObjectItf self,
183 XAObjectItf self,
188 XAObjectItf self
191 XAObjectItf self
194 XAObjectItf self,
199 XAObjectItf self,
204 XAObjectItf self,
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h403 SLObjectItf self,
407 SLObjectItf self,
411 SLObjectItf self,
415 SLObjectItf self,
420 SLObjectItf self,
425 SLObjectItf self
428 SLObjectItf self
431 SLObjectItf self,
436 SLObjectItf self,
441 SLObjectItf self,
[all...]
/frameworks/base/tools/layoutlib/rename_font/
H A Dtest.py22 def test(self):
29 self.assertTrue(build_font.main([srcdir, destdir]) is None)
39 self.assertEqual(fonts[0].family, "Roboto1200310")
40 self.assertEqual(fonts[0].fullname, "Roboto1200310 Regular")

Completed in 336 milliseconds

12345678