Searched refs:str_array (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_server_BluetoothEventLoop.cpp865 jobjectArray str_array = NULL; local
869 str_array =
872 if (str_array != NULL) {
876 str_array);
921 jobjectArray str_array = parse_adapter_property_change(env, msg); local
922 if (str_array != NULL) {
924 jstring property =(jstring) env->GetObjectArrayElement(str_array, 0);
928 (jstring) env->GetObjectArrayElement(str_array, 1);
938 str_array);
944 jobjectArray str_array local
965 jobjectArray str_array = local
981 jobjectArray str_array = local
1068 jobjectArray str_array = local
[all...]
H A Dandroid_server_BluetoothService.cpp731 jobjectArray str_array = NULL; local
733 str_array = parse_remote_device_properties(env, &iter);
736 return (jobjectArray) env->PopLocalFrame(str_array);
765 jobjectArray str_array = NULL; local
767 str_array = parse_adapter_properties(env, &iter);
770 return (jobjectArray) env->PopLocalFrame(str_array);
1540 jobjectArray str_array = NULL; local
1542 str_array = parse_health_device_properties(env, &iter);
1544 jstring path = (jstring) env->GetObjectArrayElement(str_array, 1);
1574 jobjectArray str_array local
[all...]
H A Dandroid_server_BluetoothA2dpService.cpp255 jobjectArray str_array = local
263 str_array);

Completed in 68 milliseconds