| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | main-font-text.hh | 78 main_font_text_t *thiz = (main_font_text_t *) data; in collect_rest() local
|
| H A D | hb-subset.cc | 693 face_options_t *thiz = (face_options_t *) data; in collect_face() local 710 subset_main_t *thiz = (subset_main_t *) data; in collect_rest() local
|
| /foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
| H A D | openharmony_buffer_queue_itf.cpp | 25 IOHBufferQueue *thiz = (IOHBufferQueue *)self;
in Enqueue() local 40 IOHBufferQueue *thiz = (IOHBufferQueue *)self;
in Clear() local 55 IOHBufferQueue *thiz = (IOHBufferQueue *)self; GetState() local 70 IOHBufferQueue *thiz = (IOHBufferQueue *)self; GetBuffer() local 84 IOHBufferQueue *thiz = (IOHBufferQueue *)self; RegisterCallback() local 103 IOHBufferQueue *thiz = (IOHBufferQueue *) self; IOHBufferQueueInit() local [all...] |
| H A D | record_itf.cpp | 25 IRecord *thiz = (IRecord *)self; in SetRecordState() local 35 IRecord *thiz = (IRecord *)self; in GetRecordState() local 107 IRecord *thiz = (IRecord *)self; in IRecordInit() local
|
| H A D | play_itf.cpp | 27 IPlay *thiz = (IPlay *)self;
in SetPlayState() local 37 IPlay *thiz = (IPlay *)self;
in GetPlayState() local 109 IPlay *thiz = (IPlay *)self;
in IPlayInit() local
|
| H A D | volume_itf.cpp | 25 IVolume *thiz = (IVolume *)self;
in SetVolumeLevel() local 35 IVolume *thiz = (IVolume *)self;
in GetVolumeLevel() local 45 IVolume *thiz = (IVolume *)self;
in GetMaxVolumeLevel() local 94 IVolume *thiz = (IVolume *) self;
in IVolumeInit() local
|
| H A D | object_itf.cpp | 28 IObject *thiz = (IObject *) self;
in Realize() local 43 IObject *thiz = (IObject *) self;
in GetState() local 155 IObject *thiz = (IObject *) self;
in IObjectInit() local
|
| H A D | engine_itf.cpp | 46 CAudioPlayer *thiz = (CAudioPlayer *) Construct(audioPlayerClass, self);
in CreateAudioPlayer() local 75 CAudioRecorder *thiz = (CAudioRecorder *) Construct(audioRecorderClass, self);
in CreateAudioRecorder() local 124 COutputMix *thiz = (COutputMix *) Construct(outputMixClass, self); CreateOutputMix() local 194 IEngine *thiz = (IEngine *) self; IEngineInit() local [all...] |
| /foundation/multimedia/audio_framework/frameworks/native/opensles/src/util/ |
| H A D | builder.cpp | 26 CEngine *thiz = (CEngine *) Construct(engineClass, nullptr);
in slCreateEngine() local 56 IObject *thiz = (IObject *) calloc(1, classTable->mSize);
in Construct() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-dispatch.hh | 43 const Context* thiz () const { return static_cast<const Context *> (this); } in thiz() function 44 Context* thiz () { return static_cast< Context *> (this); } in thiz() function
|
| H A D | hb-ot-post-table.hh | 212 const accelerator_t *thiz = (const accelerator_t *) arg; in cmp_gids() local 220 const accelerator_t *thiz = (const accelerator_t *) arg; in cmp_key() local
|
| H A D | hb-iter.hh | 74 const iter_t* thiz () const { return static_cast<const iter_t *> (this); } in thiz() function 75 iter_t* thiz () { return static_cast< iter_t *> (this); } in thiz() function 194 const iter_t* thiz () const { return static_cast<const iter_t *> (this); } thiz() function 195 iter_t* thiz () { return static_cast< iter_t *> (this); } thiz() function [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/ |
| H A D | napi_predicates_utils.cpp | 33 napi_value thiz = nullptr;
in CreateRdbPredicates() local
|
| /foundation/multimedia/audio_framework/frameworks/native/audioadapter/include/ |
| H A D | pulse_audio_service_adapter_impl.h | 67 PulseAudioServiceAdapterImpl *thiz; member
|
| /test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/ |
| H A D | IpcStub.cpp | 52 IpcStub *thiz = reinterpret_cast<IpcStub*>(userData); in OnRemoteRequest() local
|
| /third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/ |
| H A D | DrumPlayerJNI.cpp | 56 Java_com_plausiblesoftware_drumthumper_DrumPlayer_startAudioStreamNative( JNIEnv *env, jobject thiz) Java_com_plausiblesoftware_drumthumper_DrumPlayer_startAudioStreamNative() argument 142 Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan( JNIEnv *env, jobject thiz, jint index, jfloat pan) Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan() argument 147 Java_com_plausiblesoftware_drumthumper_DrumPlayer_getPan( JNIEnv *env, jobject thiz, jint index) Java_com_plausiblesoftware_drumthumper_DrumPlayer_getPan() argument 152 Java_com_plausiblesoftware_drumthumper_DrumPlayer_setGain( JNIEnv *env, jobject thiz, jint index, jfloat gain) Java_com_plausiblesoftware_drumthumper_DrumPlayer_setGain() argument 157 Java_com_plausiblesoftware_drumthumper_DrumPlayer_getGain( JNIEnv *env, jobject thiz, jint index) Java_com_plausiblesoftware_drumthumper_DrumPlayer_getGain() argument
|
| /foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/ |
| H A D | audioplayer_adapter.cpp | 245 IOHBufferQueue *thiz = (IOHBufferQueue *)itf;
in RegisterCallbackAdapter() local
|
| H A D | audiocapturer_adapter.cpp | 190 IOHBufferQueue *thiz = (IOHBufferQueue *)itf; in RegisterCallbackAdapter() local
|
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
| H A D | datashare_predicates_proxy.cpp | 107 napi_value thiz; in New() local 202 napi_value thiz; in GetNativePredicates() local 214 napi_value thiz; in EqualTo() local 257 napi_value thiz; NotEqualTo() local 300 napi_value thiz; BeginWrap() local 313 napi_value thiz; EndWrap() local 326 napi_value thiz; Or() local 339 napi_value thiz; And() local 352 napi_value thiz; Contains() local 371 napi_value thiz; BeginsWith() local 389 napi_value thiz; EndsWith() local 407 napi_value thiz; IsNull() local 424 napi_value thiz; IsNotNull() local 441 napi_value thiz; Like() local 459 napi_value thiz; Unlike() local 477 napi_value thiz; Glob() local 495 napi_value thiz; Between() local 515 napi_value thiz; NotBetween() local 535 napi_value thiz; GreaterThan() local 572 napi_value thiz; LessThan() local 609 napi_value thiz; GreaterThanOrEqualTo() local 646 napi_value thiz; LessThanOrEqualTo() local 683 napi_value thiz; OrderByAsc() local 700 napi_value thiz; OrderByDesc() local 717 napi_value thiz; Distinct() local 730 napi_value thiz; Limit() local 750 napi_value thiz; GroupBy() local 768 napi_value thiz; IndexedBy() local 785 napi_value thiz; In() local 804 napi_value thiz; NotIn() local 823 napi_value thiz; PrefixKey() local 840 napi_value thiz; InKeys() local [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
| H A D | napi_result_set.cpp | 606 napi_value thiz = nullptr; in GetSharedBlockName() local 619 napi_value thiz = nullptr; in GetSharedBlockAshmemFd() local
|
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
| H A D | napi_storage.cpp | 121 napi_value thiz = nullptr; in New() local 201 napi_value thiz = nullptr; in GetValueSync() local 396 napi_value thiz = nullptr; in SetValueSync() local 473 napi_value thiz = nullptr; DeleteSync() local 520 napi_value thiz = nullptr; HasKeySync() local 592 napi_value thiz = nullptr; FlushSync() local 605 napi_value thiz = nullptr; ClearSync() local 640 napi_value thiz = nullptr; RegisterObserver() local 665 napi_value thiz = nullptr; UnRegisterObserver() local [all...] |
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
| H A D | napi_preferences.cpp | 133 napi_value thiz = nullptr; in New() local 396 napi_value thiz = nullptr; in RegisterObserver() local 438 napi_value thiz = nullptr; in UnregisterObserver() local [all...] |
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
| H A D | napi_preferences.cpp | 137 napi_value thiz = nullptr; in New() local 410 napi_value thiz = nullptr; in RegisterObserver() local 447 napi_value thiz = nullptr; in UnRegisterObserver() local [all...] |
| /foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/ |
| H A D | audio_adapter_manager.h | 202 AudioAdapterManager *thiz; member
|
| /foundation/multimedia/audio_framework/frameworks/native/audioadapter/src/ |
| H A D | pulse_audio_service_adapter_impl.cpp | 337 PulseAudioServiceAdapterImpl *thiz = userData->thiz; in PaGetSinksCb() local 682 PulseAudioServiceAdapterImpl *thiz = reinterpret_cast<PulseAudioServiceAdapterImpl*>(userdata); PaContextStateCb() local 779 PulseAudioServiceAdapterImpl *thiz = userData->thiz; PaGetAllSinkInputsCb() local 831 PulseAudioServiceAdapterImpl *thiz = userData->thiz; PaGetAllSourceOutputsCb() local 877 PulseAudioServiceAdapterImpl *thiz = reinterpret_cast<PulseAudioServiceAdapterImpl*>(userdata); ProcessSourceOutputEvent() local [all...] |