/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 1017 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 D | alsa-sink.c | 673 "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 D | alsa-source.c | 637 "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 D | utils.py | 41 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 D | asound.h | 80 * 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 D | module-rtp-recv.c | 513 data.driver = __FILE__; in session_new()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttload.c | 1043 FT_Memory memory = face->root.driver->root.memory; in tt_face_free_name()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.h | 560 driver = 1, member in ManifestLocation
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 551 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 D | options.c | 43 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 D | strcase.cpp | 539 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 D | module-oss.c | 1020 /* 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 D | module-loopback.c | 1711 source_output_data.driver = __FILE__; in pa__init() 1801 sink_input_data.driver = __FILE__; in pa__init()
|
H A D | module-ladspa-sink.c | 1278 sink_data.driver = __FILE__; in pa__init() 1333 sink_input_data.driver = __FILE__; in pa__init()
|
H A D | module-combine-sink.c | 1167 data.driver = __FILE__; 1595 data.driver = __FILE__;
|
H A D | module-equalizer-sink.c | 1199 sink_data.driver = __FILE__; in pa__init() 1262 sink_input_data.driver = __FILE__; in pa__init()
|
/third_party/libdrm/ |
H A D | xf86drm.c | 917 * 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 D | vktAttachmentRateTests.cpp | 1765 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 D | KvStoreSecurityLevelS1Jsunit.test.js | 73 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 D | FileioJsUnit.test.js | 179 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 D | dd_draw.c | 965 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 D | kernel_to_cil.c | 1667 value = xperms->driver<<8 | bit; in xperms_to_str() 1669 low_value = xperms->driver<<8 | low_bit; in xperms_to_str()
|
H A D | write.c | 250 buf8 = cur->datum.xperms->driver; in avtab_write_item() 1820 buf8 = avrule->xperms->driver; in avrule_write()
|
/third_party/cups-filters/filter/ |
H A D | rastertopclx.c | 22 * 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 D | rastertoescpx.c | 2 * 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.
|