• Home
  • Raw
  • Download

Lines Matching refs:NULL

27 static bthf_client_interface_t* sBluetoothHfpClientInterface = NULL;
28 static jobject mCallbacksObj = NULL;
55 if (!sCallbackEnv.valid()) return NULL; in marshall_bda()
60 return NULL; in marshall_bda()
450 if (btInf == NULL) { in initializeNative()
455 if (sBluetoothHfpClientInterface != NULL) { in initializeNative()
458 sBluetoothHfpClientInterface = NULL; in initializeNative()
461 if (mCallbacksObj != NULL) { in initializeNative()
464 mCallbacksObj = NULL; in initializeNative()
470 if (sBluetoothHfpClientInterface == NULL) { in initializeNative()
479 sBluetoothHfpClientInterface = NULL; in initializeNative()
488 if (btInf == NULL) { in cleanupNative()
493 if (sBluetoothHfpClientInterface != NULL) { in cleanupNative()
496 sBluetoothHfpClientInterface = NULL; in cleanupNative()
499 if (mCallbacksObj != NULL) { in cleanupNative()
502 mCallbacksObj = NULL; in cleanupNative()
509 jbyte* addr = env->GetByteArrayElements(address, NULL); in connectNative()
527 jbyte* addr = env->GetByteArrayElements(address, NULL); in disconnectNative()
546 jbyte* addr = env->GetByteArrayElements(address, NULL); in connectAudioNative()
565 jbyte* addr = env->GetByteArrayElements(address, NULL); in disconnectAudioNative()
584 jbyte* addr = env->GetByteArrayElements(address, NULL); in startVoiceRecognitionNative()
603 jbyte* addr = env->GetByteArrayElements(address, NULL); in stopVoiceRecognitionNative()
622 jbyte* addr = env->GetByteArrayElements(address, NULL); in setVolumeNative()
641 jbyte* addr = env->GetByteArrayElements(address, NULL); in dialNative()
669 jbyte* addr = env->GetByteArrayElements(address, NULL); in dialMemoryNative()
690 jbyte* addr = env->GetByteArrayElements(address, NULL); in handleCallActionNative()
710 jbyte* addr = env->GetByteArrayElements(address, NULL); in queryCurrentCallsNative()
730 jbyte* addr = env->GetByteArrayElements(address, NULL); in queryCurrentOperatorNameNative()
751 jbyte* addr = env->GetByteArrayElements(address, NULL); in retrieveSubscriberInfoNative()
771 jbyte* addr = env->GetByteArrayElements(address, NULL); in sendDtmfNative()
791 jbyte* addr = env->GetByteArrayElements(address, NULL); in requestLastVoiceTagNumberNative()
814 jbyte* addr = env->GetByteArrayElements(address, NULL); in sendATCmdNative()
819 const char* arg = NULL; in sendATCmdNative()
820 if (arg_str != NULL) { in sendATCmdNative()
821 arg = env->GetStringUTFChars(arg_str, NULL); in sendATCmdNative()
831 if (arg != NULL) { in sendATCmdNative()