HomeSort by relevance Sort by last modified time
    Searched refs:get_field (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/jni/
android_bluetooth_BluetoothAudioGateway.cpp 97 field_mNativeData = get_field(env, clazz, "mNativeData", "I");
99 get_field(env, clazz, "mHandsfreeAgRfcommChannel", "I");
101 get_field(env, clazz, "mHeadsetAgRfcommChannel", "I");
105 get_field(env, clazz,
108 get_field(env, clazz, "mConnectingHeadsetRfcommChannel", "I");
110 get_field(env, clazz, "mConnectingHeadsetSocketFd", "I");
113 get_field(env, clazz,
116 get_field(env, clazz, "mConnectingHandsfreeRfcommChannel", "I");
118 get_field(env, clazz, "mConnectingHandsfreeSocketFd", "I");
121 get_field(env, clazz, "mTimeoutRemainingMs", "I")
    [all...]
android_bluetooth_HeadsetBase.cpp 185 field_mNativeData = get_field(env, clazz, "mNativeData", "I");
186 field_mAddress = get_field(env, clazz, "mAddress", "Ljava/lang/String;");
187 field_mTimeoutRemainingMs = get_field(env, clazz, "mTimeoutRemainingMs", "I");
188 field_mRfcommChannel = get_field(env, clazz, "mRfcommChannel", "I");
android_bluetooth_common.h 54 jfieldID get_field(JNIEnv *env,
android_server_BluetoothService.cpp 102 field_mNativeData = get_field(env, clazz, "mNativeData", "I");
103 field_mEventLoop = get_field(env, clazz, "mEventLoop",
    [all...]
android_bluetooth_common.cpp 100 jfieldID get_field(JNIEnv *env, jclass clazz, const char *member, function in namespace:android
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 186 inline FIELD* get_field() const { function in class:NCursesFormField
727 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
743 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
760 OnError(::set_field_type(f.get_field(),fieldtype,
778 OnError(::set_field_type(f.get_field(),fieldtype,
795 OnError(::set_field_type(f.get_field(),fieldtype,regex));
842 OnError(::set_field_type(f.get_field(),fieldtype,
877 OnError(::set_field_type(f.get_field(),fieldtype));
912 OnError(::set_field_type(f.get_field(),fieldtype,&f));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 186 inline FIELD* get_field() const { function in class:NCursesFormField
727 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
743 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
760 OnError(::set_field_type(f.get_field(),fieldtype,
778 OnError(::set_field_type(f.get_field(),fieldtype,
795 OnError(::set_field_type(f.get_field(),fieldtype,regex));
842 OnError(::set_field_type(f.get_field(),fieldtype,
877 OnError(::set_field_type(f.get_field(),fieldtype));
912 OnError(::set_field_type(f.get_field(),fieldtype,&f));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 186 inline FIELD* get_field() const { function in class:NCursesFormField
727 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
743 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
760 OnError(::set_field_type(f.get_field(),fieldtype,
778 OnError(::set_field_type(f.get_field(),fieldtype,
795 OnError(::set_field_type(f.get_field(),fieldtype,regex));
842 OnError(::set_field_type(f.get_field(),fieldtype,
877 OnError(::set_field_type(f.get_field(),fieldtype));
912 OnError(::set_field_type(f.get_field(),fieldtype,&f));
  /external/v8/tools/
gc-nvp-trace-processor.py 166 def get_field(trace_line, field): function
176 data_line = [str(get_field(line, field)) for field in fields]

Completed in 2333 milliseconds