Home
last modified time | relevance | path

Searched refs:sptr (Results 676 - 700 of 745) sorted by relevance

1...<<21222324252627282930

/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/
H A Doffline_stream.cpp20 OfflineStream::OfflineStream(int32_t id, const OHOS::sptr<IStreamOperatorVdiCallback>& callback) in OfflineStream()
/drivers/peripheral/light/test/benchmarktest/
H A Dhdf_light_benchmark_test.cpp43 sptr<ILightInterface> g_lightInterface = nullptr;
/drivers/peripheral/light/test/unittest/hdi/
H A Dhdf_light_hdi_common_test.cpp33 sptr<ILightInterface> g_lightInterface = nullptr;
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dcollector_impl.cpp199 const sptr<HdiIExecutorCallback> &callbackObj) in Collect()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_port.cpp206 int32_t UsbdPort::UpdatePort(int32_t mode, const sptr<IUsbdSubscriber> &subscriber) in UpdatePort()
/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp40 sptr<IVibratorInterface> g_vibratorInterface = nullptr;
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp1108 .function("_drawSimpleText", optional_override([](SkCanvas& self, WASMPointerU8 sptr, in EMSCRIPTEN_BINDINGS()
1111 const char* str = reinterpret_cast<const char*>(sptr); in EMSCRIPTEN_BINDINGS()
1248 .function("_getGlyphIDs", optional_override([](SkFont& self, WASMPointerU8 sptr, in EMSCRIPTEN_BINDINGS()
1251 char* str = reinterpret_cast<char*>(sptr); in EMSCRIPTEN_BINDINGS()
1909 .class_function("_MakeFromRSXform", optional_override([](WASMPointerU8 sptr, in EMSCRIPTEN_BINDINGS()
1913 const char* str = reinterpret_cast<const char*>(sptr); in EMSCRIPTEN_BINDINGS()
1927 .class_function("_MakeFromText", optional_override([](WASMPointerU8 sptr, in EMSCRIPTEN_BINDINGS()
1929 const char* str = reinterpret_cast<const char*>(sptr); in EMSCRIPTEN_BINDINGS()
1947 .function("_getGlyphIDs", optional_override([](SkTypeface& self, WASMPointerU8 sptr, in EMSCRIPTEN_BINDINGS()
1950 char* str = reinterpret_cast<char*>(sptr); in EMSCRIPTEN_BINDINGS()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dalacenc.c95 const type *sptr = (const type *)samples[ch]; \ in init_sample_buffers()
97 bptr[i] = sptr[i] >> shift; \ in init_sample_buffers()
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp31 static OHOS::sptr<IDisplayDevice> g_instance;
42 using OHOS::sptr; in Initialize()
49 sptr<IRemoteObject> remote = servMgr->GetService(serverName.c_str()); in Initialize()
70 OHOS::sptr<IDisplayDevice> DisplayDeviceProxy::GetInstance(void) in GetInstance()
910 int32_t DisplayDeviceProxy::SetProxyRemoteCallback(const OHOS::sptr<DisplayRegisterCallbackBase> &callback) in SetProxyRemoteCallback()
/kernel/linux/linux-5.10/drivers/net/hippi/
H A Drrunner.c1474 u32 localctrl, sptr, len, tmp; in rr_load_firmware() local
1544 sptr = rr_read_eeprom_word(rrpriv, eptr); in rr_load_firmware()
1553 dev->name, i, sptr, len, segptr); in rr_load_firmware()
1557 writel(sptr, &regs->WinBase); in rr_load_firmware()
1562 sptr += 4; in rr_load_firmware()
/kernel/linux/linux-6.6/drivers/net/hippi/
H A Drrunner.c1477 u32 localctrl, sptr, len, tmp; in rr_load_firmware() local
1547 sptr = rr_read_eeprom_word(rrpriv, eptr); in rr_load_firmware()
1556 dev->name, i, sptr, len, segptr); in rr_load_firmware()
1560 writel(sptr, &regs->WinBase); in rr_load_firmware()
1565 sptr += 4; in rr_load_firmware()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c531 char *str, *sptr; in virgl_encode_shader_state() local
579 sptr = str; in virgl_encode_shader_state()
594 offlen = VIRGL_OBJ_SHADER_OFFSET_VAL((uintptr_t)sptr - (uintptr_t)str) | VIRGL_OBJ_SHADER_OFFSET_CONT; in virgl_encode_shader_state()
603 virgl_encoder_write_block(ctx->cbuf, (uint8_t *)sptr, length); in virgl_encode_shader_state()
605 sptr += length; in virgl_encode_shader_state()
/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_ddk_api.cpp32 OHOS::sptr<OHOS::HDI::Usb::Ddk::V1_0::IUsbDdk> g_ddk = nullptr;
/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp149 UsbErrCode DriverExtMgr::BindDevice(uint64_t deviceId, const sptr<IDriverExtMgrCallback> &connectCallback) in BindDevice()
/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h56 virtual bool AddDeathRecipient(const sptr<IRemoteObject::DeathRecipient>& recipient) = 0;
/drivers/peripheral/camera/test/ut/v4l2/
H A Ddouble_preview_test.cpp40 sptr<OHOS::IBufferProducer> producer; in SetStreamInfo()
/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_decrypt_module_service.cpp39 MediaDecryptModuleService::MediaDecryptModuleService(sptr<Session> &session) in MediaDecryptModuleService()
/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp36 sptr<ICodecImage> hdiHeifEncoder = ICodecImage::Get(); in DoEncode()
/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.cpp25 HdiTestDisplay::HdiTestDisplay(uint32_t id, sptr<Composer::V1_2::IDisplayComposerInterface> device) in HdiTestDisplay()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp378 const AudioSampleAttributes &attrs, const sptr<IDAudioCallback> &callback, const int32_t dhId) in SetAttrs()
/drivers/peripheral/nfc/test/unittest/nfc_impl_test/
H A Dnfc_impl_test.cpp65 const sptr<INfcCallback> callbackObj = nullptr; in HWTEST_F()
/drivers/peripheral/nfc/test/unittest/nfc_impl_mock_test/
H A Dnfc_impl_mock_test.cpp64 const sptr<INfcCallback> callbackObj = nullptr; in HWTEST_F()
/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp41 sptr<IUsbInterface> g_usbInterface = nullptr;
/third_party/python/Modules/
H A D_testbuffer.c475 char *sptr, const Py_ssize_t *sstrides, const Py_ssize_t *ssuboffsets, in copy_rec()
485 memmove(dptr, sptr, shape[0] * itemsize); in copy_rec()
490 for (i=0, p=mem; i<shape[0]; p+=itemsize, sptr+=sstrides[0], i++) { in copy_rec()
491 char *xsptr = ADJUST_PTR(sptr, ssuboffsets); in copy_rec()
502 for (i = 0; i < shape[0]; dptr+=dstrides[0], sptr+=sstrides[0], i++) { in copy_rec()
504 char *xsptr = ADJUST_PTR(sptr, ssuboffsets); in copy_rec()
473 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, char *dptr, const Py_ssize_t *dstrides, const Py_ssize_t *dsuboffsets, char *sptr, const Py_ssize_t *sstrides, const Py_ssize_t *ssuboffsets, char *mem) copy_rec() argument
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h41 DisplayCmdRequester(sptr<CompHdi> hdi) in DisplayCmdRequester()
49 static std::unique_ptr<DisplayCmdRequester> Create(sptr<CompHdi> hdi) in Create()
914 sptr<CompHdi> hdi_;

Completed in 29 milliseconds

1...<<21222324252627282930