Searched refs:__op (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
H A D | bt_vendor_qcom.c | 740 static int __op(bt_vendor_opcode_t opcode, void *param) in __op() function 1316 ret = __op(opcode, param); in op() 1361 __op(BT_VND_OP_ANT_USERIAL_CLOSE, NULL); in ssr_cleanup() 1364 __op(BT_VND_OP_USERIAL_CLOSE, NULL); in ssr_cleanup() 1367 __op(BT_VND_OP_FM_USERIAL_CLOSE, NULL); in ssr_cleanup() 1372 __op(BT_VND_OP_POWER_CTRL, &pwr_state); in ssr_cleanup() 1376 __op(BT_VND_OP_POWER_CTRL, &pwr_state); in ssr_cleanup()
|
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
H A D | bt_vendor_qcom.c | 744 static int __op(bt_vendor_opcode_t opcode, void *param) in __op() function 1329 ret = __op(opcode, param); in op() 1374 __op(BT_VND_OP_ANT_USERIAL_CLOSE, NULL); in ssr_cleanup() 1377 __op(BT_VND_OP_USERIAL_CLOSE, NULL); in ssr_cleanup() 1380 __op(BT_VND_OP_FM_USERIAL_CLOSE, NULL); in ssr_cleanup() 1385 __op(BT_VND_OP_POWER_CTRL, &pwr_state); in ssr_cleanup() 1389 __op(BT_VND_OP_POWER_CTRL, &pwr_state); in ssr_cleanup()
|
/aosp12/bionic/libc/include/sys/ |
H A D | file.h | 49 int flock(int __fd, int __op);
|
H A D | epoll.h | 58 int epoll_ctl(int __epoll_fd, int __op, int __fd, struct epoll_event* __event);
|