OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tUIPC_CH_ID
(Results
1 - 3
of
3
) sorted by null
/system/bt/udrv/include/
uipc.h
29
typedef uint8_t
tUIPC_CH_ID
;
50
tUIPC_CH_ID
ch_id,
78
bool UIPC_Open(
tUIPC_CH_ID
ch_id, tUIPC_RCV_CBACK* p_cback);
89
void UIPC_Close(
tUIPC_CH_ID
ch_id);
100
bool UIPC_Send(
tUIPC_CH_ID
ch_id, uint16_t msg_evt, const uint8_t* p_buf,
112
uint32_t UIPC_Read(
tUIPC_CH_ID
ch_id, uint16_t* p_msg_evt, uint8_t* p_buf,
124
bool UIPC_Ioctl(
tUIPC_CH_ID
ch_id, uint32_t request, void* param);
/system/bt/udrv/ulinux/
uipc.cc
108
static int uipc_close_ch_locked(
tUIPC_CH_ID
ch_id);
266
static int uipc_check_fd_locked(
tUIPC_CH_ID
ch_id) {
330
static int uipc_setup_server_locked(
tUIPC_CH_ID
ch_id, const char* name,
361
static void uipc_flush_ch_locked(
tUIPC_CH_ID
ch_id) {
400
static void uipc_flush_locked(
tUIPC_CH_ID
ch_id) {
414
static int uipc_close_ch_locked(
tUIPC_CH_ID
ch_id) {
447
void uipc_close_locked(
tUIPC_CH_ID
ch_id) {
567
bool UIPC_Open(
tUIPC_CH_ID
ch_id, tUIPC_RCV_CBACK* p_cback) {
604
void UIPC_Close(
tUIPC_CH_ID
ch_id) {
627
bool UIPC_Send(
tUIPC_CH_ID
ch_id, UNUSED_ATTR uint16_t msg_evt
[
all
...]
/system/bt/btif/src/
btif_a2dp_control.cc
40
static void btif_a2dp_data_cb(
tUIPC_CH_ID
ch_id, tUIPC_EVENT event);
41
static void btif_a2dp_ctrl_cb(
tUIPC_CH_ID
ch_id, tUIPC_EVENT event);
270
static void btif_a2dp_ctrl_cb(UNUSED_ATTR
tUIPC_CH_ID
ch_id,
294
static void btif_a2dp_data_cb(UNUSED_ATTR
tUIPC_CH_ID
ch_id,
Completed in 97 milliseconds