Home
last modified time | relevance | path

Searched defs:SINK (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/site_tests/firmware_TypeCProbeUSB3/
Dfirmware_TypeCProbeUSB3.py20 SINK = 0 variable in firmware_TypeCProbeUSB3
/external/arm-optimized-routines/networking/test/
Dchksum.c99 static volatile uint16_t SINK; variable
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/networking/test/
Dchksum.c100 static volatile uint16_t SINK; variable
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/networking/test/
Dchksum.c100 static volatile uint16_t SINK; variable
/external/python/bumble/bumble/profiles/
Dascs.py261 SINK = hci.HCI_LE_Setup_ISO_Data_Path_Command.Direction.CONTROLLER_TO_HOST variable in AudioRole
/external/skia/dm/
DDM.cpp1025 #define SINK(t, sink, ...) if (config->getBackend().equals(t)) return new sink(__VA_ARGS__) in create_sink() macro