OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btInf
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp
104
const bt_interface_t*
btInf
;
113
if ( (
btInf
= getBluetoothInterface()) == NULL) {
119
btInf
->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
138
const bt_interface_t*
btInf
;
141
if ( (
btInf
= getBluetoothInterface()) == NULL) {
159
btInf
->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
174
const bt_interface_t*
btInf
;
177
if ( (
btInf
= getBluetoothInterface()) == NULL) {
com_android_bluetooth_hdp.cpp
102
// const bt_interface_t*
btInf
;
110
if ( (
btInf
= getBluetoothInterface()) == NULL) {
116
btInf
->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) {
134
const bt_interface_t*
btInf
;
137
if ( (
btInf
= getBluetoothInterface()) == NULL) {
155
btInf
->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) {
170
const bt_interface_t*
btInf
;
173
if ( (
btInf
= getBluetoothInterface()) == NULL) {
com_android_bluetooth_avrcp.cpp
182
const bt_interface_t*
btInf
;
185
if ( (
btInf
= getBluetoothInterface()) == NULL) {
203
btInf
->get_profile_interface(BT_PROFILE_AV_RC_ID)) == NULL) {
219
const bt_interface_t*
btInf
;
221
if ( (
btInf
= getBluetoothInterface()) == NULL) {
com_android_bluetooth_hid.cpp
147
// const bt_interface_t*
btInf
;
155
if ( (
btInf
= getBluetoothInterface()) == NULL) {
161
btInf
->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
179
const bt_interface_t*
btInf
;
182
if ( (
btInf
= getBluetoothInterface()) == NULL) {
201
btInf
->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
218
const bt_interface_t*
btInf
;
221
if ( (
btInf
= getBluetoothInterface()) == NULL) {
com_android_bluetooth_hfp.cpp
222
const bt_interface_t*
btInf
;
245
if ( (
btInf
= getBluetoothInterface()) == NULL) {
251
btInf
->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
269
const bt_interface_t*
btInf
;
272
if ( (
btInf
= getBluetoothInterface()) == NULL) {
290
btInf
->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
305
const bt_interface_t*
btInf
;
308
if ( (
btInf
= getBluetoothInterface()) == NULL) {
Completed in 604 milliseconds