Searched refs:direction (Results 1 - 25 of 30) sorted by relevance

12

/system/bt/packet/avrcp/
H A Dchange_path.h77 uint16_t uid_counter, Direction direction, uint64_t folder_uid);
84 ChangePathRequestBuilder(uint16_t uid_counter, Direction direction, argument
88 direction_(direction),
H A Dchange_path.cc88 uint16_t uid_counter, Direction direction, uint64_t folder_uid) {
90 new ChangePathRequestBuilder(uid_counter, direction, folder_uid));
87 MakeBuilder( uint16_t uid_counter, Direction direction, uint64_t folder_uid) argument
/system/bt/binder/android/bluetooth/
H A DIBluetoothHearingAid.aidl37 void adjustVolume(int direction);
H A DIBluetoothHeadset.aidl57 void clccResponse(int index, int direction, int status, int mode, boolean mpty,
/system/media/alsa_utils/include/
H A Dalsa_device_profile.h41 int direction; /* PCM_OUT or PCM_IN */ member in struct:__anon1982
62 void profile_init(alsa_device_profile* profile, int direction);
/system/netd/bpfloader/
H A Dbpf_kern.h82 int direction, void *key) {
91 if (direction == BPF_EGRESS) {
94 } else if (direction == BPF_INGRESS) {
166 static __always_inline inline int bpf_traffic_account(struct __sk_buff* skb, int direction) { argument
169 if ((direction == BPF_EGRESS) && (match == BPF_DROP)) {
192 bpf_update_stats(skb, TAG_STATS_MAP, direction, &key);
196 bpf_update_stats(skb, UID_STATS_MAP, direction, &key);
197 bpf_update_stats(skb, APP_UID_STATS_MAP, direction, &uid);
81 bpf_update_stats(struct __sk_buff* skb, uint64_t map, int direction, void *key) argument
/system/netd/server/
H A DXfrmController.h154 int32_t direction, const std::string& localAddress,
160 static netdutils::Status ipSecAddSecurityPolicy(int32_t transformId, int32_t direction,
166 static netdutils::Status ipSecUpdateSecurityPolicy(int32_t transformId, int32_t direction,
172 static netdutils::Status ipSecDeleteSecurityPolicy(int32_t transformId, int32_t direction,
316 static int fillTransportModeUserSpInfo(const XfrmSaInfo& record, XfrmDirection direction,
319 static int fillUserPolicyId(const XfrmSaInfo& record, XfrmDirection direction,
328 static netdutils::Status processSecurityPolicy(int32_t transformId, int32_t direction,
335 XfrmDirection direction,
339 XfrmDirection direction);
H A DNetdNativeService.h145 int32_t direction,
155 int32_t direction,
164 int32_t direction,
173 int32_t direction,
H A DXfrmController.cpp559 // direction is ultimately input.
648 const android::base::unique_fd& socket, int32_t transformId, int32_t direction,
652 ALOGD("direction=%d", direction);
684 fillTransportModeUserSpInfo(saInfo, static_cast<XfrmDirection>(direction), &policy.info);
735 // Kernel will delete the security policy on this socket for both direction
746 netdutils::Status XfrmController::ipSecAddSecurityPolicy(int32_t transformId, int32_t direction, argument
751 return processSecurityPolicy(transformId, direction, localAddress, remoteAddress, spi,
755 netdutils::Status XfrmController::ipSecUpdateSecurityPolicy(int32_t transformId, int32_t direction, argument
760 return processSecurityPolicy(transformId, direction, localAddres
647 ipSecApplyTransportModeTransform( const android::base::unique_fd& socket, int32_t transformId, int32_t direction, const std::string& sourceAddress, const std::string& destinationAddress, int32_t spi) argument
764 ipSecDeleteSecurityPolicy(int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t markValue, int32_t markMask) argument
772 processSecurityPolicy(int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t spi, int32_t markValue, int32_t markMask, int32_t msgType) argument
1069 updateTunnelModeSecurityPolicy(const XfrmSaInfo& record, const XfrmSocket& sock, XfrmDirection direction, uint16_t msgType) argument
1110 deleteTunnelModeSecurityPolicy(const XfrmSaInfo& record, const XfrmSocket& sock, XfrmDirection direction) argument
1141 fillTransportModeUserSpInfo(const XfrmSaInfo& record, XfrmDirection direction, xfrm_userpolicy_info* usersp) argument
1204 fillUserPolicyId(const XfrmSaInfo& record, XfrmDirection direction, xfrm_userpolicy_id* usersp) argument
[all...]
H A DNetdNativeService.cpp545 int32_t direction,
555 direction,
572 int32_t direction,
583 direction,
593 int32_t direction,
604 direction,
614 int32_t direction,
624 direction,
542 ipSecApplyTransportModeTransform( const android::base::unique_fd& socket, int32_t transformId, int32_t direction, const std::string& sourceAddress, const std::string& destinationAddress, int32_t spi) argument
570 ipSecAddSecurityPolicy( int32_t transformId, int32_t direction, const std::string& sourceAddress, const std::string& destinationAddress, int32_t spi, int32_t markValue, int32_t markMask) argument
591 ipSecUpdateSecurityPolicy( int32_t transformId, int32_t direction, const std::string& sourceAddress, const std::string& destinationAddress, int32_t spi, int32_t markValue, int32_t markMask) argument
612 ipSecDeleteSecurityPolicy( int32_t transformId, int32_t direction, const std::string& sourceAddress, const std::string& destinationAddress, int32_t markValue, int32_t markMask) argument
/system/tpm/trunks/ftdi/
H A Dsupport.h39 int gpio_write(struct mpsse_context* mpsse, int pin, int direction);
H A Dsupport.c227 int gpio_write(struct mpsse_context* mpsse, int pin, int direction) { argument
231 if (direction == HIGH) {
247 if (direction == HIGH) {
262 if (direction == HIGH) {
H A Dmpsse.h217 int SetDirection(struct mpsse_context* mpsse, uint8_t direction);
H A Dmpsse.c1050 * Sets the input/output direction of all pins. For use in BITBANG mode only.
1053 * @direction - Byte indicating input/output direction of each bit. 1 is out.
1055 * Returns MPSSE_OK if direction could be set, MPSSE_FAIL otherwise.
1057 int SetDirection(struct mpsse_context* mpsse, uint8_t direction) { argument
1062 if (ftdi_set_bitmode(&mpsse->ftdi, direction, BITMODE_BITBANG) == 0) {
1077 * Returns MPSSE_OK if direction could be set, MPSSE_FAIL otherwise.
/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);
522 const bool isOutProfile = profile->direction == PCM_OUT;
597 /* card/device/direction */
[all...]
H A Dalsa_device_proxy.c131 profile->direction == PCM_OUT ? "PCM_OUT" : "PCM_IN");
138 profile->direction | PCM_MONOTONIC, &proxy->alsa_config);
279 profile->direction | PCM_MONOTONIC, &alsa_config);
/system/netd/server/binder/android/net/
H A DINetd.aidl406 * @param direction DIRECTION_IN or DIRECTION_OUT
414 int direction,
432 * @param direction DIRECTION_IN or DIRECTION_OUT
441 int direction,
452 * @param direction DIRECTION_IN or DIRECTION_OUT
461 int direction,
472 * @param direction DIRECTION_IN or DIRECTION_OUT
480 int direction,
/system/core/fastboot/
H A Dusb_osx.cpp195 UInt8 direction; local
198 &direction,
206 if (direction == kUSBIn) {
209 } else if (direction == kUSBOut) {
/system/core/adb/
H A Dsysdeps.h119 extern int adb_shutdown(int fd, int direction = SHUT_RDWR);
422 static __inline__ int adb_shutdown(int fd, int direction = SHUT_RDWR) {
423 return shutdown(fd, direction);
H A Dfile_sync_client.cpp180 void ReportTransferRate(LinePrinter& lp, const std::string& name, TransferDirection direction) { argument
181 const char* direction_str = (direction == TransferDirection::push) ? "pushed" : "pulled";
271 void ReportTransferRate(const std::string& file, TransferDirection direction) { argument
272 current_ledger_.ReportTransferRate(line_printer_, file, direction);
275 void ReportOverallTransferRate(TransferDirection direction) { argument
277 global_ledger_.ReportTransferRate(line_printer_, "", direction);
/system/core/adb/client/
H A Dusb_osx.cpp377 UInt8 direction; local
383 ->GetPipePropertiesV2(interface, endpoint, &direction, &number, &transferType,
394 if (kUSBIn == direction) {
399 if (kUSBOut == direction) {
/system/tools/aidl/
H A Daidl_language.cpp52 AidlArgument::AidlArgument(AidlArgument::Direction direction, AidlType* type, argument
55 direction_(direction),
/system/bt/stack/avrc/
H A Davrc_pars_tg.cc448 BE_STREAM_TO_UINT8(p_result->chg_path.direction, p);
449 if (p_result->chg_path.direction != AVRC_DIR_UP &&
450 p_result->chg_path.direction != AVRC_DIR_DOWN) {
H A Davrc_bld_ct.cc429 UINT8_TO_BE_STREAM(p_data, cmd->direction);
/system/bt/include/hardware/
H A Dbt_rc.h157 BTRC_STS_INV_DIRN = 0x07, /* Invalid direction */
364 typedef void (*btrc_change_path_callback)(uint8_t direction,
684 uint8_t direction, uint8_t* uid);

Completed in 386 milliseconds

12