Home
last modified time | relevance | path

Searched refs:driver (Results 376 - 400 of 425) sorted by relevance

1...<<11121314151617

/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c1017 data.driver = __FILE__; in add_source()
1256 data.driver = __FILE__; in add_sink()
2209 data.driver = __FILE__; in add_card()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c673 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n" in mmap_write()
863 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n" in unix_write()
2328 pa_sink *pa_alsa_sink_new(pa_module *m, pa_modargs *ma, const char*driver, pa_card *card, pa_alsa_mapping *mapping) { in pa_alsa_sink_new()
2617 data.driver = driver; in pa_alsa_sink_new()
H A Dalsa-source.c637 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n" in mmap_read()
803 "Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n" in unix_read()
2032 pa_source *pa_alsa_source_new(pa_module *m, pa_modargs *ma, const char*driver, pa_card *card, pa_alsa_mapping *mapping) { in pa_alsa_source_new()
2298 data.driver = driver; in pa_alsa_source_new()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py41 from _core.driver.parser_lite import ShellHandler
746 d_unique_id: str, driver descriptor unique id
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h80 * Section for driver hardware dependent interface - /dev/snd/hw? *
130 unsigned int version; /* R: driver-specific version */
131 unsigned char id[32]; /* R: driver-specific ID string */
143 unsigned long driver_data; /* W: driver-specific data */
540 #define SNDRV_PCM_SYNC_PTR_APPL (1<<1) /* get appl_ptr from driver (r/w op) */
541 #define SNDRV_PCM_SYNC_PTR_AVAIL_MIN (1<<2) /* get avail_min from driver */
1025 * Section for driver control interface - /dev/snd/control? *
1035 unsigned char driver[16]; /* Driver name */ member
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-recv.c513 data.driver = __FILE__; in session_new()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttload.c1043 FT_Memory memory = face->root.driver->root.memory; in tt_face_free_name()
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h560 driver = 1, member in ManifestLocation
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c551 TT_New_Context( TT_Driver driver ) in FT_EXPORT_DEF()
559 if ( !driver ) in FT_EXPORT_DEF()
562 memory = driver->root.root.memory; in FT_EXPORT_DEF()
7393 TT_Driver driver = (TT_Driver)FT_FACE_DRIVER( exc->face ); in Ins_GETINFO() local
7422 K = driver->interpreter_version; in Ins_GETINFO()
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c43 char driver [128]; variable
1638 /* *FoomaticIDs: <printer ID> <driver ID> */ in read_ppd_file()
1640 printer_id, driver); in read_ppd_file()
2027 /* Insert option into command line of CUPS raster driver */ in build_commandline()
/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp539 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status)); in TestCasing()
547 LocalPointer<TestData> casingTest(driver->createTestData(dataNames[whichCase], status)); in TestCasing()
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c1020 /* Try to read some data and pass it on to the source driver. */ in thread_func()
1338 source_new_data.driver = __FILE__; in pa__init()
1408 sink_new_data.driver = __FILE__; in pa__init()
/third_party/pulseaudio/src/modules/
H A Dmodule-loopback.c1711 source_output_data.driver = __FILE__; in pa__init()
1801 sink_input_data.driver = __FILE__; in pa__init()
H A Dmodule-ladspa-sink.c1278 sink_data.driver = __FILE__; in pa__init()
1333 sink_input_data.driver = __FILE__; in pa__init()
H A Dmodule-combine-sink.c1167 data.driver = __FILE__;
1595 data.driver = __FILE__;
H A Dmodule-equalizer-sink.c1199 sink_data.driver = __FILE__; in pa__init()
1262 sink_input_data.driver = __FILE__; in pa__init()
/third_party/libdrm/
H A Dxf86drm.c917 * Determine whether the DRM kernel driver has been loaded.
919 * \return 1 if the DRM driver is loaded, 0 otherwise.
922 * Determine the presence of the kernel driver by attempting to open the 0
1081 * \param name driver name.
1087 * This function opens the first minor number that matches the driver name and
1105 * Open the first minor number that matches the driver name and isn't in drmOpenByName()
1134 char *driver, *pt, *devstring; in drmOpenByName() local
1143 for (driver = pt = buf; *pt && *pt != ' '; ++pt) in drmOpenByName()
1147 if (!strcmp(driver, name)) { /* Match */ in drmOpenByName()
1172 * \param name driver nam
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp1765 DeviceInterface* driver; in runCopyModeOnTransferQueue() local
1827 driver = &*customDriver; in runCopyModeOnTransferQueue()
1833 DeviceInterface& vk = *driver; in runCopyModeOnTransferQueue()
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/
H A DKvStoreSecurityLevelS1Jsunit.test.js73 let driver = await UiDriver.create();
75 console.info(`driver is ${JSON.stringify(driver)}`);
77 let button = await driver.findComponent(BY.text('允许'));
/test/xts/dcts/filemanagement/fileio/client/src/main/js/test/
H A DFileioJsUnit.test.js179 let driver = await UiDriver.create()
181 console.info(`driver is ${JSON.stringify(driver)}`)
183 let button = await driver.findComponent(BY.text('允许'));
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c965 PRINT_NAMED(ns, "time after (driver done)", record->time_after); in dd_write_record()
1026 fprintf(stderr, "Draw # driver prev BOP TOP BOP dump file\n" in dd_report_hang()
1042 bool driver = util_queue_fence_is_signalled(&record->driver_finished); in dd_report_hang() local
1049 record->draw_call, driver ? "YES" : "NO ", prev_bop, top, bop); in dd_report_hang()
/third_party/selinux/libsepol/src/
H A Dkernel_to_cil.c1667 value = xperms->driver<<8 | bit; in xperms_to_str()
1669 low_value = xperms->driver<<8 | low_bit; in xperms_to_str()
H A Dwrite.c250 buf8 = cur->datum.xperms->driver; in avtab_write_item()
1820 buf8 = avrule->xperms->driver; in avrule_write()
/third_party/cups-filters/filter/
H A Drastertopclx.c22 * main() - Main entry and processing of driver.
30 #include <cupsfilters/driver.h>
1260 * For the purpose of this driver, CMD and SRC are always 0. in CompressData()
1425 * For the purpose of this driver, CMD and SRC are always 0. in CompressData()
1790 * 'main()' - Main entry and processing of driver.
H A Drastertoescpx.c2 * Advanced EPSON ESC/P raster driver for CUPS.
23 * main() - Main entry and processing of driver.
30 #include <cupsfilters/driver.h>
1742 * 'main()' - Main entry and processing of driver.

Completed in 73 milliseconds

1...<<11121314151617