Searched defs:version (Results 1 - 25 of 118) sorted by last modified time

12345

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java152 private boolean onRegisterClient(Messenger messenger, int requestId, int version) { argument
153 if (version >= CLIENT_VERSION_1) {
156 ClientRecord client = new ClientRecord(messenger, version);
160 Log.d(TAG, client + ": Registered, version=" + version);
504 public ClientRecord(Messenger messenger, int version) { argument
506 mVersion = version;
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DOpReorderTest.java364 if (item.id == clone.id && item.version == clone.version) {
402 items.get(index).version = items.get(index).version + 1;
628 int version; field in class:OpReorderTest.Item
630 Item(int id, int version) { argument
632 this.version = version;
640 return new Item(other.id, other.version);
645 assertEquals(logPrefix + "\n" + item1 + " vs " + item2, item1.version, item
[all...]
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl.h37 int version; // The AwDrawGLInfo this struct was built with. member in struct:AwDrawGLInfo
114 int version; member in struct:AwDrawGLFunctionTable
H A Ddraw_sw.h32 int version; // The kAwPixelInfoVersion this struct was built with. member in struct:AwPixelInfo
61 int version; member in struct:AwDrawSWFunctionTable
/frameworks/rs/driver/
H A DrsdGL.h44 const uint8_t * version; member in struct:RsdGLRec::__anon1645
/frameworks/rs/
H A DrsApiContext.cpp27 extern "C" RsContext rsContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, argument
46 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java714 /* We're disconnected so we don't know the ril version */
3008 // Follow new symantics of sending an Ack starting from RIL version 13
3514 * @param rilVer is the version of the ril or -1 if disconnected.
3800 private DataCallResponse getDataCallResponse(Parcel p, int version) { argument
3803 dataCall.version = version;
3804 if (version < 5) {
3835 if (version >= 10) {
3841 if (version >= 11) {
3876 dataCall.version
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java41 public int version = 0; field in class:DataCallResponse
81 .append("version=").append(version)
245 if (version < 4) {
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp1476 u32 version = 0, max_len = 0; local
1478 wifi_error ret = hal_fn.wifi_get_packet_filter_capabilities(handle, &version, &max_len);
1493 JNIObject<jobject> capabilities(helper, env->NewObject(apf_cls, constructor, version,
1499 ALOGD("APF version supported: %d", version);
1660 ALOGE("Fail to get driver version");
1691 ALOGE("Fail to get Firmware version");
/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal_stub.cpp370 NanVersion* version) {
380 u32 *version, u32 *max_len) {
369 wifi_nan_get_version_stub(wifi_handle handle, NanVersion* version) argument
379 wifi_get_packet_filter_capabilities_stub(wifi_interface_handle handle, u32 *version, u32 *max_len) argument
/frameworks/opt/net/wifi/tests/wifitests/jni/
H A Dwifi_nan_hal_mock.cpp314 wifi_error wifi_nan_get_version_mock(wifi_handle handle, NanVersion* version) { argument
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp501 static void print_header(std::string version) { argument
526 dump_file(NULL, "/proc/version");
528 printf("Bugreport format version: %s\n", version.c_str());
638 static void dumpstate(const std::string& screenshot_path, const std::string& version) { argument
941 "[-z]] [-s] [-S] [-q] [-B] [-P] [-R] [-V version]\n"
957 " -V: sets the bugreport format version (valid values: %s)\n",
1044 std::string version = VERSION_DEFAULT; local
1089 case 'V': version = optarg; break;
1117 if (version !
[all...]
/frameworks/native/cmds/installd/
H A Dinstalld.cpp567 // Read current filesystem layout version to handle upgrade paths
575 int version = oldVersion; local
577 if (version < 2) {
579 version = 2;
587 if (version == 2) {
648 version = 3;
651 // Persist layout version if changed
652 if (version != oldVersion) {
653 if (fs_write_atomic_int(version_path, version) == -1) {
654 ALOGE("Failed to save version t
[all...]
/frameworks/native/include/android/
H A Dsensor.h226 int32_t version; /* sizeof(struct ASensorEvent) */ member in struct:ASensorEvent
/frameworks/native/include/input/
H A DInputDevice.h30 bus(0), vendor(0), product(0), version(0) {
40 uint16_t version; member in struct:android::InputDeviceIdentifier
148 * names to try based on the device name, vendor, product, and version.
/frameworks/native/include/ui/
H A DANativeObjectBase.h31 int32_t version; /* must be 32 */ member in struct:egl_native_pixmap_t
/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp137 struct binder_version version; local
138 binderTestIoctl(BINDER_VERSION, &version);
139 ASSERT_EQ(BINDER_CURRENT_PROTOCOL_VERSION, version.protocol_version);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp669 int version = 0; local
676 version = egl_connection_t::GLESv1_INDEX;
678 version = egl_connection_t::GLESv2_INDEX;
684 version);
788 setGLHooksThreadSpecific(c->cnx->hooks[c->version]);
1088 s->cnx->hooks[c->version]->gl.glReadPixels(0,0,1,1,
1174 return dp->disp.queryString.version;
H A Degl_display.h108 char const * version; member in struct:android::egl_display_t::strings_t
H A Degl_object.cpp105 egl_connection_t const* cnx, int version) :
107 config(config), read(0), draw(0), cnx(cnx), version(version) {
126 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS);
104 egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, egl_connection_t const* cnx, int version) argument
H A Degl_object.h154 egl_connection_t const* cnx, int version);
165 int version; member in class:android::egl_context_t
/frameworks/native/opengl/tools/glgen/src/
H A DCodeEmitter.java19 void setVersion(int version, boolean ext, boolean pack); argument
H A DGenerateGL.java34 private static void emit(int version, boolean ext, boolean pack, argument
50 ".java-1" + version + "-if");
54 ".java-1" + version + "-if", glStream);
68 emitter.setVersion(version, ext, pack);
H A DJsr239CodeEmitter.java69 public void setVersion(int version, boolean ext, boolean pack) { argument
70 if (version == 0) {
73 } else if (version == 1) {
79 throw new RuntimeException("Bad version: " + version);

Completed in 541 milliseconds

12345