Lines Matching refs:NULL
39 static const bthl_interface_t *sBluetoothHdpInterface = NULL;
40 static jobject mCallbacksObj = NULL;
41 static JNIEnv *sCallbackEnv = NULL;
47 if (sCallbackEnv != env || sCallbackEnv == NULL) { in checkCallbackThread()
65 jobject fileDescriptor = NULL; in channel_state_callback()
111 if ( (btInf = getBluetoothInterface()) == NULL) { in initializeNative()
116 if (sBluetoothHdpInterface !=NULL) { in initializeNative()
119 sBluetoothHdpInterface = NULL; in initializeNative()
122 if (mCallbacksObj != NULL) { in initializeNative()
125 mCallbacksObj = NULL; in initializeNative()
129 btInf->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) { in initializeNative()
136 sBluetoothHdpInterface = NULL; in initializeNative()
146 if ( (btInf = getBluetoothInterface()) == NULL) { in cleanupNative()
151 if (sBluetoothHdpInterface !=NULL) { in cleanupNative()
154 sBluetoothHdpInterface = NULL; in cleanupNative()
157 if (mCallbacksObj != NULL) { in cleanupNative()
160 mCallbacksObj = NULL; in cleanupNative()
180 mdep_cfg.mdep_description = env->GetStringUTFChars(name, NULL); in registerHealthAppNative()
181 reg_param.application_name = env->GetStringUTFChars(name, NULL); in registerHealthAppNative()
182 reg_param.provider_name = NULL; in registerHealthAppNative()
183 reg_param.srv_name = NULL; in registerHealthAppNative()
184 reg_param.srv_desp = NULL; in registerHealthAppNative()
216 addr = env->GetByteArrayElements(address, NULL); in connectChannelNative()