Home
last modified time | relevance | path

Searched defs:res (Results 5001 - 5025 of 10052) sorted by relevance

1...<<201202203204205206207208209210>>...403

/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dcore.c119 unsigned int res = -1; in probe_codec() local
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c93 struct resource res; in platform_parse_resource() local
/kernel/linux/linux-6.6/sound/soc/pxa/
H A Dpxa2xx-i2s.c373 struct resource *res; in pxa2xx_i2s_drv_probe() local
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-dai-ops.c50 struct hdac_ext_stream *res = NULL; in hda_link_stream_assign() local
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A Dloader.c61 struct resource *res, *save; in catpt_sram_free() local
74 struct resource *res = root->child; in catpt_request_region() local
293 struct resource *sram, *res; catpt_load_block() local
640 struct resource *res; catpt_first_boot_firmware() local
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c93 struct resource res; in platform_parse_resource() local
/kernel/linux/linux-6.6/sound/usb/
H A Dmixer.h90 int min, max, res; member
/kernel/linux/linux-6.6/sound/soc/hisilicon/
H A Dhi6210-i2s.c550 struct resource *res; in hi6210_i2s_probe() local
/kernel/linux/linux-6.6/sound/soc/google/
H A Dchv3-i2s.c136 int res; in chv3_dma_open() local
171 int res; in chv3_dma_pcm_construct() local
284 int res; chv3_i2s_probe() local
[all...]
/kernel/linux/linux-6.6/sound/soc/sunxi/
H A Dsun50i-dmic.c311 struct resource *res; in sun50i_dmic_probe() local
/kernel/linux/linux-6.6/sound/soc/ti/
H A Domap-mcbsp-st.c338 struct resource *res; in omap_mcbsp_st_init() local
/kernel/linux/linux-6.6/sound/soc/img/
H A Dimg-spdif-out.c326 struct resource *res; in img_spdif_out_probe() local
/kernel/linux/linux-6.6/sound/soc/rockchip/
H A Drockchip_i2s.c667 static int rockchip_i2s_init_dai(struct rk_i2s_dev *i2s, struct resource *res, in rockchip_i2s_init_dai() argument
742 struct resource *res; in rockchip_i2s_probe() local
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Didma.c229 unsigned long res; in idma_pointer() local
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dringbuf.c277 int64_t err, res = 0; in ring_buffer__consume() local
300 int64_t err, res = 0; in ring_buffer__poll() local
/kernel/linux/linux-6.6/net/mac80211/
H A Ddebugfs.c25 int res; in mac80211_format_buffer() local
569 int q, res = 0; in queues_read() local
595 int res; in format_devstat_counter() local
[all...]
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/
H A Dnapi_init.cpp97 int res; in SetAllValuesWithCheck() local
102 char *res = nullptr; in SetAllValuesWithCheck() local
109 bool res; in SetAllValuesWithCheck() local
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp131 int32_t res = OH_PixelMap_CreatePixelMapWithStride(env, createOps, buffer, bufferSize, rowStride, &pixelmap); in TestCreatePixelMapWithStrideAbnormal() local
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/
H A Dhidebugndk.cpp139 napi_value res; in GetAppThreadCpuUsage() local
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
H A Dimage_packing_test.cpp61 static bool GetInt32Property(napi_env env, napi_value root, const char* utf8name, int32_t* res) in GetInt32Property() argument
72 static bool GetUint32Property(napi_env env, napi_value root, const char* utf8name, uint32_t* res) in GetUint32Property() argument
172 int32_t res = OH_ImagePacker_Create(env, &imagePacker); in Create() local
230 int32_t res in PackToData() local
266 int32_t res = OH_ImagePacker_PackToFile(native, argValue[ARGS_SECOND], &packerOpts, fd); PackToFile() local
283 int32_t res = OH_ImagePacker_Release(native); Release() local
[all...]
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
H A Dimage_pixel_map_imgndk_test.cpp162 int32_t res = OH_PixelMap_CreatePixelMap(env, createOps, buffer, bufferSize, &pixelmap); in CreatePixelMap() local
184 int32_t res = OH_PixelMap_CreateAlphaPixelMap(env, argValue[NUM_0], &alphaPixelmap); in CreateAlphaPixelMap() local
228 int32_t res = OH_PixelMap_GetBytesNumberPerRow(native, &rowBytes); in GetBytesNumberPerRow() local
248 int32_t res = OH_PixelMap_GetIsEditable(native, &editable); in GetIsEditable() local
268 int32_t res = OH_PixelMap_IsSupportAlpha(native, &supportAlpha); in IsSupportAlpha() local
299 int32_t res = OH_PixelMap_SetAlphaAble(native, alphaAble); SetAlphaAble() local
315 int32_t res = OH_PixelMap_GetDensity(native, &density); GetDensity() local
348 int32_t res = OH_PixelMap_SetDensity(native, density); SetDensity() local
377 int32_t res = OH_PixelMap_SetOpacity(native, static_cast<float>(opacity)); SetOpacity() local
406 int32_t res = OH_PixelMap_Scale(native, static_cast<float>(x), static_cast<float>(y)); Scale() local
438 int32_t res = OH_PixelMap_Translate(native, static_cast<float>(x), static_cast<float>(y)); Translate() local
467 int32_t res = OH_PixelMap_Rotate(native, static_cast<float>(angle)); Rotate() local
499 int32_t res = OH_PixelMap_Flip(native, x, y); Flip() local
535 int32_t res = OH_PixelMap_Crop(native, x, y, width, height); Crop() local
565 int32_t res = OH_PixelMap_GetImageInfo(native, &pixelmapInfo); GetImageInfo() local
588 int32_t res = OH_PixelMap_AccessPixels(native, &pixelAddr); AccessPixels() local
606 int32_t res = OH_PixelMap_UnAccessPixels(native); UnAccessPixels() local
[all...]
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/cpp/napi/
H A DmediaAssetManager.cpp157 bool GetUtf8String(napi_env env, napi_value root, std::string &res) in GetUtf8String() argument
/test/xts/acts/distributeddatamgr/Pasteboardnapitest/entry/src/main/cpp/
H A Dnapi_init.cpp166 int res = OH_Pasteboard_Subscribe(pasteboard, NOTIFY_LOCAL_DATA_CHANGE, observer); in OH_Pasteboard_Subscribe0100() local
207 int res = OH_Pasteboard_Subscribe(pasteboard, 10, observer); in OH_Pasteboard_Subscribe0400() local
222 int res = OH_Pasteboard_Subscribe(pasteboard, -1, observer); in OH_Pasteboard_Subscribe0500() local
237 int res = OH_Pasteboard_Subscribe(pasteboard, NOTIFY_LOCAL_DATA_CHANGE, nullptr); in OH_Pasteboard_Subscribe0600() local
253 int res = OH_Pasteboard_Unsubscribe(pasteboard, NOTIFY_LOCAL_DATA_CHANGE, observer); in OH_Pasteboard_Unsubcribe0100() local
268 int res = OH_Pasteboard_Unsubscribe(nullptr, NOTIFY_LOCAL_DATA_CHANGE, observer); OH_Pasteboard_Unsubcribe0200() local
282 int res = OH_Pasteboard_Unsubscribe(pasteboard, 10, observer); OH_Pasteboard_Unsubcribe0300() local
296 int res = OH_Pasteboard_Unsubscribe(pasteboard, -1, observer); OH_Pasteboard_Unsubcribe0400() local
310 int res = OH_Pasteboard_Unsubscribe(pasteboard, NOTIFY_LOCAL_DATA_CHANGE, nullptr); OH_Pasteboard_Unsubcribe0500() local
323 bool res = OH_Pasteboard_IsRemoteData(pasteboard); OH_Pasteboard_IsRemoteData0100() local
346 int res = OH_Pasteboard_GetDataSource(pasteboard, source, len); OH_Pasteboard_GetDataSrouce0100() local
366 bool res = OH_Pasteboard_HasType(pasteboard, type); OH_Pasteboard_HasType0100() local
379 bool res = OH_Pasteboard_HasData(pasteboard); OH_Pasteboard_HasData0100() local
402 bool res = OH_Pasteboard_ClearData(pasteboard); OH_Pasteboard_ClearData0100() local
422 bool res = OH_Pasteboard_SetData(pasteboard, setData); OH_Pasteboard_SetData0100() local
445 int res = OH_Pasteboard_SetData(pasteboard, setData); OH_Pasteboard_GetData0100() local
487 int res = OH_Pasteboard_SetData(pasteboard, setData); OH_Pasteboard_GetData0200() local
531 int res = OH_Pasteboard_SetData(pasteboard, setData); OH_Pasteboard_GetData0300() local
[all...]
/test/xts/acts/telephony/networkmanager/ndk/networkndk/entry/src/main/cpp/
H A Dnet_connection_ndk_test.cpp52 struct addrinfo *res = nullptr; in OHNetConnGetAddrInfo() local
67 struct addrinfo *res = nullptr; in OHNetConnFreeDnsResult() local
249 int MyCustomDnsResolver(const char *host, const char *serv, const struct addrinfo *hint, struct addrinfo **res) in MyCustomDnsResolver() argument
/test/xts/hats/hdf/manager/managerServiceTest/
H A Dservice_manager_hdi_test.cpp451 bool res = data.WriteInterfaceToken(TEST_SERVICE_INTERFACE_DESC); in TestSampleService() local

Completed in 25 milliseconds

1...<<201202203204205206207208209210>>...403