Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 82) sorted by relevance

1234

/system/media/alsa_utils/
Dalsa_device_profile.c76 void profile_init(alsa_device_profile* profile, int direction) in profile_init() argument
78 profile->direction = direction; in profile_init()
211 profile->direction, &config); in profile_test_sample_rate()
309 profile->card, profile->device, profile->direction); in read_alsa_device_config()
316 pcm_params_get(profile->card, profile->device, profile->direction); in read_alsa_device_config()
339 if (profile->direction == PCM_OUT && in read_alsa_device_config()
382 profile->direction); in profile_read_device_info()
506 const bool isOutProfile = profile->direction == PCM_OUT; in profile_get_channel_count_strs()
Dalsa_device_proxy.c102 profile->direction == PCM_OUT ? "PCM_OUT" : "PCM_IN"); in proxy_open()
109 profile->direction | PCM_MONOTONIC, &proxy->alsa_config); in proxy_open()
/system/media/alsa_utils/include/
Dalsa_device_profile.h41 int direction; /* PCM_OUT or PCM_IN */ member
61 void profile_init(alsa_device_profile* profile, int direction);
/system/tpm/trunks/ftdi/
Dsupport.c227 int gpio_write(struct mpsse_context* mpsse, int pin, int direction) { in gpio_write() argument
231 if (direction == HIGH) { in gpio_write()
246 if (direction == HIGH) { in gpio_write()
261 if (direction == HIGH) { in gpio_write()
Dsupport.h39 int gpio_write(struct mpsse_context* mpsse, int pin, int direction);
Dmpsse.h217 int SetDirection(struct mpsse_context* mpsse, uint8_t direction);
Dmpsse.c1058 int SetDirection(struct mpsse_context* mpsse, uint8_t direction) { in SetDirection() argument
1063 if (ftdi_set_bitmode(&mpsse->ftdi, direction, BITMODE_BITBANG) == 0) { in SetDirection()
/system/tools/aidl/
Daidl_language_y.yy29 AidlArgument::Direction direction;
59 %type<direction> direction
229 : direction type identifier {
289 direction
Daidl_language.cpp51 AidlArgument::AidlArgument(AidlArgument::Direction direction, AidlType* type, in AidlArgument() argument
54 direction_(direction), in AidlArgument()
Daidl_language.h102 AidlArgument(AidlArgument::Direction direction, AidlType* type,
DNOTICE32 direction or management of such entity, whether by contract or
/system/core/fastboot/
Dusb_osx.cpp206 UInt8 direction; in try_interfaces() local
209 &direction, in try_interfaces()
217 if (direction == kUSBIn) { in try_interfaces()
220 } else if (direction == kUSBOut) { in try_interfaces()
/system/core/adb/
Dusb_osx.cpp359 UInt8 direction; in CheckInterface() local
361 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction, in CheckInterface()
371 if (kUSBIn == direction) { in CheckInterface()
376 if (kUSBOut == direction) { in CheckInterface()
Dsysdeps.h570 static __inline__ int adb_shutdown(int fd, int direction) in adb_shutdown() argument
572 return shutdown(fd, direction); in adb_shutdown()
Dtest_device.py137 def _test_no_rebind(self, description, direction_list, direction, argument
156 direction('tcp:5566', 'tcp:6677')
/system/extras/memory_replay/
DNOTICE32 direction or management of such entity, whether by contract or
/system/tpm/attestation/
DNOTICE32 direction or management of such entity, whether by contract or
/system/extras/pagecache/
DNOTICE32 direction or management of such entity, whether by contract or
/system/core/libnetutils/
DNOTICE32 direction or management of such entity, whether by contract or
/system/extras/showslab/
DNOTICE32 direction or management of such entity, whether by contract or
/system/core/debuggerd/
DNOTICE32 direction or management of such entity, whether by contract or
/system/extras/kexec_tools/
DNOTICE32 direction or management of such entity, whether by contract or
/system/extras/bootctl/
DNOTICE32 direction or management of such entity, whether by contract or
/system/security/
DNOTICE32 direction or management of such entity, whether by contract or
/system/extras/procmem/
DNOTICE32 direction or management of such entity, whether by contract or

1234