Searched defs:direction (Results 1 - 8 of 8) sorted by relevance

/system/media/alsa_utils/include/
H A Dalsa_device_profile.h41 int direction; /* PCM_OUT or PCM_IN */ member in struct:__anon1796
61 void profile_init(alsa_device_profile* profile, int direction);
/system/tpm/trunks/ftdi/
H A Dsupport.c227 int gpio_write(struct mpsse_context* mpsse, int pin, int direction) { argument
231 if (direction == HIGH) {
246 if (direction == HIGH) {
261 if (direction == HIGH) {
H A Dmpsse.c1051 * Sets the input/output direction of all pins. For use in BITBANG mode only.
1054 * @direction - Byte indicating input/output direction of each bit. 1 is out.
1056 * Returns MPSSE_OK if direction could be set, MPSSE_FAIL otherwise.
1058 int SetDirection(struct mpsse_context* mpsse, uint8_t direction) { argument
1063 if (ftdi_set_bitmode(&mpsse->ftdi, direction, BITMODE_BITBANG) == 0) {
1078 * Returns MPSSE_OK if direction could be set, MPSSE_FAIL otherwise.
/system/core/fastboot/
H A Dusb_osx.cpp206 UInt8 direction; local
209 &direction,
217 if (direction == kUSBIn) {
220 } else if (direction == kUSBOut) {
/system/tools/aidl/
H A Daidl_language.cpp51 AidlArgument::AidlArgument(AidlArgument::Direction direction, AidlType* type, argument
54 direction_(direction),
/system/core/adb/
H A Dusb_osx.cpp359 UInt8 direction; local
361 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction,
371 if (kUSBIn == direction) {
376 if (kUSBOut == direction) {
/system/media/alsa_utils/
H A Dalsa_device_profile.c76 void profile_init(alsa_device_profile* profile, int direction) argument
78 profile->direction = direction;
226 profile->direction, &config);
324 profile->card, profile->device, profile->direction);
331 pcm_params_get(profile->card, profile->device, profile->direction);
354 if (profile->direction == PCM_OUT &&
397 profile->direction);
521 const bool isOutProfile = profile->direction == PCM_OUT;
596 /* card/device/direction */
[all...]
/system/bt/stack/include/
H A Davrc_defs.h1107 UINT8 direction; member in struct:__anon982

Completed in 286 milliseconds