/foundation/multimedia/audio_framework/frameworks/native/opensles/src/obj/ |
H A D | output_mix_obj.cpp | 18 SLresult OutputMixDestroy(void *self)
in OutputMixDestroy() argument
|
H A D | engine_obj.cpp | 18 SLresult EngineDestory(void* self)
in EngineDestory() argument
|
H A D | audiocapturer_obj.cpp | 20 SLresult AudioRecorderDestroy(void *self) in AudioRecorderDestroy() argument
|
H A D | audioplayer_obj.cpp | 20 SLresult AudioPlayerDestroy(void *self)
in AudioPlayerDestroy() argument
|
/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | object_flat_container.cpp | 28 auto self = GetSelf<IContainer>(); in Build() local
|
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
H A D | openharmony_buffer_queue_itf.cpp | 20 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 D | record_itf.cpp | 20 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 D | play_itf.cpp | 22 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 D | volume_itf.cpp | 20 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 D | metadata_helpers.h | 30 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 D | remote_object_mock.cpp | 36 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 D | oh_preferences_value.cpp | 69 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 D | relational_predicates_objects.cpp | 27 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 D | relational_values_bucket.cpp | 65 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 D | form_free_install_operator.cpp | 75 auto self = shared_from_this(); in OnInstallFinished() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_pattern_lock.cpp | 101 auto self = FFIData::GetData<NativePatternLockController>(selfID); in FfiOHOSAceFrameworkPatternLockControllerReset() local
|
/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | property.cpp | 32 void PropertyBase::SetSelf(IProperty::Ptr self) in SetSelf() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_async_work.h | 72 napi_value self = nullptr; member
|
/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_async_work.h | 42 napi_value self = nullptr; member
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_bt_network_impl_test.cpp | 148 LnnProtocolManager self = {0}; in HWTEST_F() local
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/ |
H A D | napi_queue.h | 52 napi_value self = nullptr; member
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/ |
H A D | datashare_connection.cpp | 132 std::weak_ptr<DataShareConnection> self = weak_from_this(); in DelayConnectExtAbility() local
|
/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/ |
H A D | quick_fix_manager_client.cpp | 99 auto self = weak_from_this(); in GetQuickFixMgrProxy() local
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
H A D | js_ability_first_frame_state_observer.cpp | 33 wptr<JSAbilityFirstFrameStateObserver> self = this; in OnAbilityFirstFrameState() local
|
H A D | js_app_foreground_state_observer.cpp | 35 wptr<JSAppForegroundStateObserver> self = this; in OnAppStateChanged() local
|