Home
last modified time | relevance | path

Searched refs:open (Results 3401 - 3425 of 8661) sorted by relevance

1...<<131132133134135136137138139140>>...347

/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Dcs46xx_lib.c1190 /* if play_back open fails, then this function in snd_cs46xx_playback_hw_free()
1532 dev_dbg(substream->pcm->card->dev, "open front channel\n"); in snd_cs46xx_playback_open()
1539 dev_dbg(substream->pcm->card->dev, "open rear channel\n"); in snd_cs46xx_playback_open_rear()
1545 dev_dbg(substream->pcm->card->dev, "open center - LFE channel\n"); in snd_cs46xx_playback_open_clfe()
1553 dev_dbg(chip->card->dev, "open raw iec958 channel\n"); in snd_cs46xx_playback_open_iec958()
1646 .open = snd_cs46xx_playback_open_rear,
1656 .open = snd_cs46xx_playback_open_rear,
1667 .open = snd_cs46xx_playback_open_clfe,
1677 .open = snd_cs46xx_playback_open_clfe,
1688 .open
[all...]
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A Dcs46xx_lib.c1187 /* if play_back open fails, then this function in snd_cs46xx_playback_hw_free()
1521 dev_dbg(substream->pcm->card->dev, "open front channel\n"); in snd_cs46xx_playback_open()
1528 dev_dbg(substream->pcm->card->dev, "open rear channel\n"); in snd_cs46xx_playback_open_rear()
1534 dev_dbg(substream->pcm->card->dev, "open center - LFE channel\n"); in snd_cs46xx_playback_open_clfe()
1542 dev_dbg(chip->card->dev, "open raw iec958 channel\n"); in snd_cs46xx_playback_open_iec958()
1635 .open = snd_cs46xx_playback_open_rear,
1645 .open = snd_cs46xx_playback_open_rear,
1656 .open = snd_cs46xx_playback_open_clfe,
1666 .open = snd_cs46xx_playback_open_clfe,
1677 .open
[all...]
/third_party/python/Lib/test/
H A Dtest_mailbox.py732 with open(foo_path, 'w', encoding='utf-8') as f:
734 with open(bar_path, 'w', encoding='utf-8') as f:
992 with open(self._path, 'rb') as f:
1065 with open(self._path, 'rb') as f:
1158 with open(self._path, encoding='utf-8') as f:
1163 with open(self._path, encoding='utf-8') as f:
1313 with open(self._path, 'rb') as f:
1398 with open(self._path, 'w+', encoding='utf-8') as f:
1407 with open(self._path, 'wb+') as f:
2029 self._file = open(sel
[all...]
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_permission.c122 int32_t fd = open(filePath, O_RDONLY, S_IRUSR); in GetBundleInfoFromFile()
124 HILOGE("[open file failed]"); in GetBundleInfoFromFile()
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H A Dvideo_sink_decoder_demo.cpp41 file_->open("/data/public_file/640x480.h264", std::ios::in | std::ios::binary); in ReadOnePacket()
/foundation/arkui/ui_lite/tools/server/
H A Dtcp_server.py148 with open(filename, 'r') as json_file:
/foundation/arkui/ace_engine/test/unittest/scripts/
H A Drun.py125 with os.fdopen(os.open(json_file_path, flags, mode), 'w') as json_file:
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_file_utils.cpp161 int32_t fp = open(file, O_RDWR | O_CREAT | O_TRUNC, S_IREAD | S_IWUSR | S_IRGRP | S_IROTH); in WriteFile()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_utils_test.cpp54 // open not existing file in HWTEST_F()
61 fd = Utils::FileOpen("file.json", "invalid open options"); in HWTEST_F()
68 auto createdFile = open(name.data(), O_CREAT, S_IRUSR | S_IWUSR); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_gif_test.cpp158 fs->open("/data/local/tmp/image/test.gif", std::fstream::binary | std::fstream::in); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp106 dumpOutFile.open(std::string(outputFilePath), std::ios_base::binary | std::ios_base::trunc); in DumpDecodeResult()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo.cpp56 outFd_ = open(outFileName.c_str(), O_CREAT | O_RDWR | O_TRUNC, S_IRUSR | S_IWUSR); in DoRunMuxer()
61 std::cout<<"==== open success! =====\noutputFileName: "<<outFileName<<"\n============"<<std::endl; in DoRunMuxer()
H A Davmuxer_engine_demo.cpp55 outFd_ = open(outFileName.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR); in DoRunMuxer()
60 std::cout<<"==== open success! =====\noutputFileName: "<<outFileName<<"\n============"<<std::endl; in DoRunMuxer()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/command/
H A Drecv_command_v10.cpp61 auto wfd = open(wFilePath.c_str(), O_CREAT | O_WRONLY | O_CLOEXEC, OPEN_MODE); in RecvFile()
63 printf("%s open file failed. errno:%d, fileName:%s\n", STR_FAIL.c_str(), errno, wFilePath.c_str()); in RecvFile()
68 printf("%s open failed. uri:%s\n", STR_FAIL.c_str(), fileAsset.GetUri().c_str()); in RecvFile()
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/
H A Davmetadatastub_fuzzer.cpp52 int32_t fileDes = open(VIDEO_PATH, O_RDONLY); in SetSourceLocalFd()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dwatchdog_task.cpp111 fin.open("/proc/self/comm", std::ifstream::in); in GetSelfProcName()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dmemory_pressure_observer.cpp99 // open file in CreateLevelFileFd()
101 fd = open(MEMORY_PRESSURE_FILE, O_WRONLY | O_CLOEXEC); in CreateLevelFileFd()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_wirte_node.cpp20 #include <unistd.h> // for open, write
132 int32_t fd = open(path, O_RDWR | O_CLOEXEC); in GetFdForFilePath()
/foundation/communication/dsoftbus/tests/core/common/security/permission/common/unittest/
H A Dpermission_entry_mock_test.cpp159 "ACTIONS": "open" in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dtraffic_manager.cpp50 NETNATIVE_LOGE("GetInterfaceList open %{private}s failed", INTERFACE_LIST_DIR); in GetInterfaceList()
80 int fd = open(tmpPath, 0, 0666); in GetInterfaceTrafficByType()
82 NETNATIVE_LOGE("GetInterfaceTrafficByType open %{private}s failed", INTERFACE_LIST_DIR); in GetInterfaceTrafficByType()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dkernel_talker.cpp177 cmdFd = open(realPath, O_RDWR); in PollRun()
/kernel/linux/linux-5.10/drivers/char/
H A Dttyprintk.c88 * TTY operations open function.
172 .open = tpk_open,
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtrsi.c139 hdev->open = rsi_hci_open; in rsi_hci_attach()
/kernel/linux/linux-5.10/drivers/acpi/apei/
H A Derst-dbg.c196 .open = erst_dbg_open,
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dmaintainers_include.py63 for line in open(path):
170 #print(output, file=open("/tmp/MAINTAINERS.rst", "w"))

Completed in 25 milliseconds

1...<<131132133134135136137138139140>>...347