Home
last modified time | relevance | path

Searched defs:self (Results 1 - 25 of 92) sorted by relevance

1234

/foundation/multimedia/audio_framework/frameworks/native/opensles/src/obj/
H A Doutput_mix_obj.cpp18 SLresult OutputMixDestroy(void *self) in OutputMixDestroy() argument
H A Dengine_obj.cpp18 SLresult EngineDestory(void* self) in EngineDestory() argument
H A Daudiocapturer_obj.cpp20 SLresult AudioRecorderDestroy(void *self) in AudioRecorderDestroy() argument
H A Daudioplayer_obj.cpp20 SLresult AudioPlayerDestroy(void *self) in AudioPlayerDestroy() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dobject_flat_container.cpp28 auto self = GetSelf<IContainer>(); in Build() local
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dopenharmony_buffer_queue_itf.cpp20 SLresult Enqueue(SLOHBufferQueueItf self, const void *buffer, SLuint32 size) in Enqueue() argument
35 SLresult Clear(SLOHBufferQueueItf self) in Clear() argument
50 SLresult GetState(SLOHBufferQueueItf self, SLOHBufferQueueState *state) in GetState() argument
65 static SLresult GetBuffer(SLOHBufferQueueItf self, SLuint argument
79 RegisterCallback(SLOHBufferQueueItf self, SlOHBufferQueueCallback callback, void *pContext) RegisterCallback() argument
101 IOHBufferQueueInit(void *self, const SLInterfaceID iid, SLuint32 id) IOHBufferQueueInit() argument
[all...]
H A Drecord_itf.cpp20 static SLresult SetRecordState(SLRecordItf self, SLuint32 state) in SetRecordState() argument
30 static SLresult GetRecordState(SLRecordItf self, SLuint32 *pState) in GetRecordState() argument
40 static SLresult SetDurationLimit(SLRecordItf self, SLmillisecond msec) in SetDurationLimit() argument
45 static SLresult GetPosition(SLRecordItf self, SLmillisecond *pMsec) in GetPosition() argument
50 static SLresult RegisterCallback(SLRecordItf self, slRecordCallback callback, void *pContext) in RegisterCallback() argument
55 static SLresult SetCallbackEventsMask(SLRecordItf self, SLuint3 argument
60 GetCallbackEventsMask(SLRecordItf self, SLuint32 *pEventFlags) GetCallbackEventsMask() argument
65 SetMarkerPosition(SLRecordItf self, SLmillisecond mSec) SetMarkerPosition() argument
70 ClearMarkerPosition(SLRecordItf self) ClearMarkerPosition() argument
75 GetMarkerPosition(SLRecordItf self, SLmillisecond *pMsec) GetMarkerPosition() argument
80 SetPositionUpdatePeriod(SLRecordItf self, SLmillisecond mSec) SetPositionUpdatePeriod() argument
85 GetPositionUpdatePeriod(SLRecordItf self, SLmillisecond *pMsec) GetPositionUpdatePeriod() argument
105 IRecordInit(void *self, SLuint32 id) IRecordInit() argument
[all...]
H A Dplay_itf.cpp22 static SLresult SetPlayState(SLPlayItf self, SLuint32 state) in SetPlayState() argument
32 static SLresult GetPlayState(SLPlayItf self, SLuint32 *state) in GetPlayState() argument
42 static SLresult GetDuration(SLPlayItf self, SLmillisecond *pMsec) in GetDuration() argument
47 static SLresult GetPosition(SLPlayItf self, SLmillisecond *pMsec) in GetPosition() argument
52 static SLresult RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext) in RegisterCallback() argument
57 static SLresult SetCallbackEventsMask(SLPlayItf self, SLuint3 argument
62 GetCallbackEventsMask(SLPlayItf self, SLuint32 *pEventFlags) GetCallbackEventsMask() argument
67 SetMarkerPosition(SLPlayItf self, SLmillisecond mSec) SetMarkerPosition() argument
72 ClearMarkerPosition(SLPlayItf self) ClearMarkerPosition() argument
77 GetMarkerPosition(SLPlayItf self, SLmillisecond *pMsec) GetMarkerPosition() argument
82 SetPositionUpdatePeriod(SLPlayItf self, SLmillisecond mSec) SetPositionUpdatePeriod() argument
87 GetPositionUpdatePeriod(SLPlayItf self, SLmillisecond *pMsec) GetPositionUpdatePeriod() argument
107 IPlayInit(void *self, SLuint32 id) IPlayInit() argument
[all...]
H A Dvolume_itf.cpp20 static SLresult SetVolumeLevel(SLVolumeItf self, SLmillibel level) in SetVolumeLevel() argument
30 static SLresult GetVolumeLevel(SLVolumeItf self, SLmillibel *level) in GetVolumeLevel() argument
40 static SLresult GetMaxVolumeLevel(SLVolumeItf self, SLmillibel *maxLevel) in GetMaxVolumeLevel() argument
50 static SLresult SetMute(SLVolumeItf self, SLboolea argument
55 GetMute(SLVolumeItf self, SLboolean *state) GetMute() argument
60 EnableStereoPosition(SLVolumeItf self, SLboolean enable) EnableStereoPosition() argument
65 IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable) IsEnabledStereoPosition() argument
70 SetStereoPosition(SLVolumeItf self, SLpermille stereoPosition) SetStereoPosition() argument
75 GetStereoPosition(SLVolumeItf self, SLpermille *pStereoPosition) GetStereoPosition() argument
92 IVolumeInit(void *self, SLuint32 id) IVolumeInit() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dmetadata_helpers.h30 void ConstructPropertiesFromMetadata(Self* self, const StaticObjectMetadata& sm, const IMetadata::Ptr& meta) in ConstructPropertiesFromMetadata() argument
59 bool ConstructOrInitEvent(IEvent::Ptr& p, Self* self, const EventMetadata& pm) in ConstructOrInitEvent() argument
81 void ConstructEventsFromMetadata(Self* self, const StaticObjectMetadata& sm, const IMetadata::Ptr& meta) in ConstructEventsFromMetadata() argument
95 void ConstructFunctionsFromMetadata(Self* self, cons argument
[all...]
/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Dremote_object_mock.cpp36 void RemoteObjectMock::SetSelf(const sptr<RemoteObjectMock> &self) in SetSelf() argument
46 void RemoteObjectMock::SetupStub(const sptr<RemoteObjectMock> &self) in SetupStub() argument
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp69 auto self = GetSelf(object); in OH_PreferencesValue_GetValueType() local
86 auto self = GetSelf(object); in OH_PreferencesValue_GetInt() local
103 auto self = GetSelf(object); OH_PreferencesValue_GetBool() local
120 auto self = GetSelf(object); OH_PreferencesValue_GetString() local
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates_objects.cpp27 auto self = GetSelf(objects); in PutInt64() local
41 auto self = GetSelf(objects); in PutDouble() local
55 auto self = GetSelf(objects); PutText() local
67 auto self = GetSelf(objects); PutTexts() local
82 auto self = GetSelf(objects); Destroy() local
[all...]
H A Drelational_values_bucket.cpp65 auto self = GetSelf(bucket); in Clear() local
76 auto self = GetSelf(bucket); in Destroy() local
114 auto self = GetSelf(bucket); in PutValueObject() local
129 auto self = RelationalValuesBucket::GetSelf(bucket); OH_VBucket_PutAsset() local
140 auto self = RelationalValuesBucket::GetSelf(bucket); OH_VBucket_PutAssets() local
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_free_install_operator.cpp75 auto self = shared_from_this(); in OnInstallFinished() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_pattern_lock.cpp101 auto self = FFIData::GetData<NativePatternLockController>(selfID); in FfiOHOSAceFrameworkPatternLockControllerReset() local
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dproperty.cpp32 void PropertyBase::SetSelf(IProperty::Ptr self) in SetSelf() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_async_work.h72 napi_value self = nullptr; member
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_async_work.h42 napi_value self = nullptr; member
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_test.cpp148 LnnProtocolManager self = {0}; in HWTEST_F() local
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Dnapi_queue.h52 napi_value self = nullptr; member
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_connection.cpp132 std::weak_ptr<DataShareConnection> self = weak_from_this(); in DelayConnectExtAbility() local
/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_manager_client.cpp99 auto self = weak_from_this(); in GetQuickFixMgrProxy() local
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_ability_first_frame_state_observer.cpp33 wptr<JSAbilityFirstFrameStateObserver> self = this; in OnAbilityFirstFrameState() local
H A Djs_app_foreground_state_observer.cpp35 wptr<JSAppForegroundStateObserver> self = this; in OnAppStateChanged() local

Completed in 9 milliseconds

1234