/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 1190 /* 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 D | cs46xx_lib.c | 1187 /* 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 D | test_mailbox.py | 732 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 D | dmslite_permission.c | 122 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 D | video_sink_decoder_demo.cpp | 41 file_->open("/data/public_file/640x480.h264", std::ios::in | std::ios::binary); in ReadOnePacket()
|
/foundation/arkui/ui_lite/tools/server/ |
H A D | tcp_server.py | 148 with open(filename, 'r') as json_file:
|
/foundation/arkui/ace_engine/test/unittest/scripts/ |
H A D | run.py | 125 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 D | bundle_file_utils.cpp | 161 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 D | rs_profiler_utils_test.cpp | 54 // 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 D | image_source_gif_test.cpp | 158 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 D | mock_jpeg_hw_decode_flow.cpp | 106 dumpOutFile.open(std::string(outputFilePath), std::ios_base::binary | std::ios_base::trunc); in DumpDecodeResult()
|
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | avmuxer_demo.cpp | 56 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 D | avmuxer_engine_demo.cpp | 55 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 D | recv_command_v10.cpp | 61 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 D | avmetadatastub_fuzzer.cpp | 52 int32_t fileDes = open(VIDEO_PATH, O_RDONLY); in SetSourceLocalFd()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | watchdog_task.cpp | 111 fin.open("/proc/self/comm", std::ifstream::in); in GetSelfProcName()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | memory_pressure_observer.cpp | 99 // 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 D | socperf_executor_wirte_node.cpp | 20 #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 D | permission_entry_mock_test.cpp | 159 "ACTIONS": "open" in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | traffic_manager.cpp | 50 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 D | kernel_talker.cpp | 177 cmdFd = open(realPath, O_RDWR); in PollRun()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | ttyprintk.c | 88 * TTY operations open function. 172 .open = tpk_open,
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btrsi.c | 139 hdev->open = rsi_hci_open; in rsi_hci_attach()
|
/kernel/linux/linux-5.10/drivers/acpi/apei/ |
H A D | erst-dbg.c | 196 .open = erst_dbg_open,
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | maintainers_include.py | 63 for line in open(path): 170 #print(output, file=open("/tmp/MAINTAINERS.rst", "w"))
|