Home
last modified time | relevance | path

Searched defs:hndl (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/bluedroid/btif/co/
Dbta_av_co.c54 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1) argument
227 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl) in bta_av_co_get_peer()
314 BTA_API void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk, in bta_av_co_audio_disc_res()
358 BTA_API UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_co_audio_getconfig()
511 BTA_API void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_co_audio_setconfig()
644 BTA_API void bta_av_co_audio_open(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info, in bta_av_co_audio_open()
677 BTA_API void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu) in bta_av_co_audio_close()
713 BTA_API void bta_av_co_audio_start(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_co_audio_start()
733 BTA_API extern void bta_av_co_audio_stop(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type) in bta_av_co_audio_stop()
806 void bta_av_co_audio_drop(tBTA_AV_HNDL hndl) in bta_av_co_audio_drop()
[all …]
/external/bluetooth/bluedroid/bta/av/
Dbta_av_api.c146 void BTA_AvDeregister(tBTA_AV_HNDL hndl) in BTA_AvDeregister()
284 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, in BTA_AvReconfig()
313 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len) in BTA_AvProtectReq()
347 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len) in BTA_AvProtectRsp()
Dbta_av_ci.c70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, in bta_av_ci_setconfig()
Dbta_av_main.c313 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local
Dbta_av_int.h316 tBTA_AV_HNDL hndl; member
480 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member
/external/bluetooth/bluedroid/bta/ar/
Dbta_ar_int.h49 … tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member
/external/bluetooth/bluedroid/bta/include/
Dbta_av_api.h266 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member
279 tBTA_AV_HNDL hndl; member
290 tBTA_AV_HNDL hndl; member
297 tBTA_AV_HNDL hndl; member
307 tBTA_AV_HNDL hndl; member
316 tBTA_AV_HNDL hndl; member
324 tBTA_AV_HNDL hndl; member
333 tBTA_AV_HNDL hndl; member
419 … tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member
/external/quake/quake/src/WinQuake/
Dsys_null.cpp65 int Sys_FileOpenRead (char *path, int *hndl) in Sys_FileOpenRead()
Dsys_wind.cpp69 int Sys_FileOpenRead (char *path, int *hndl) in Sys_FileOpenRead()
Dsys_sun.cpp87 int Sys_FileOpenRead (char *path, int *hndl) in Sys_FileOpenRead()
Dsys_win.cpp134 int Sys_FileOpenRead (char *path, int *hndl) in Sys_FileOpenRead()
/external/quake/quake/src/QW/client/
Dcommon.c1345 int COM_FileOpenRead (char *path, FILE **hndl) in COM_FileOpenRead()
/external/bluetooth/bluedroid/stack/include/
Duipc_msg.h801 UINT8 hndl; /* the handle: ((hdi + 1)|chnl) */ member