Home
last modified time | relevance | path

Searched refs:status_ (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp467 status_ = vm_->GetEnv((void**)&env_, JNI_VERSION_1_6); in JNIThreadAttacher()
469 if (status_ != JNI_OK && status_ != JNI_EDETACHED) { in JNIThreadAttacher()
473 status_); in JNIThreadAttacher()
478 if (status_ == JNI_EDETACHED) { in JNIThreadAttacher()
499 if (status_ == JNI_EDETACHED) vm_->DetachCurrentThread(); in ~JNIThreadAttacher()
507 jint status_; member in android::JNIThreadAttacher