Searched refs:info (Results 1 - 25 of 1086) sorted by relevance

1234567891011>>

/frameworks/support/
H A DmakeFlatfootRepo.sh2 cd lifecycle && ./gradlew uploadArchives --info
3 cd ../room && ./gradlew uploadArchives --info
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_get_main_data_size.cpp38 mp3Header *info, pointer to mp3 header info structure
116 int32 pvmp3_get_main_data_size(mp3Header *info, argument
121 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[info->version_x][info->bitrate_index] << 20,
122 inv_sfreq[info->sampling_frequency]);
125 numBytes >>= (20 - info->version_x);
130 if (info->version_x == MPEG_1)
133 if (info->mode == MPG_MD_MONO)
147 if (info
[all...]
H A Dpvmp3_decode_header.cpp39 mp3Header *info,
43 mp3Header *info, structure holding the parsed mp3 header info
116 mp3Header *info,
153 info->version_x = MPEG_2_5;
156 info->version_x = MPEG_2;
159 info->version_x = MPEG_1;
162 info->version_x = INVALID_VERSION;
167 info->layer_description = 4 - ((temp << 13) >> 30); /* 2 */
168 info
115 pvmp3_decode_header(tmp3Bits *inputStream, mp3Header *info, uint32 *crc) argument
[all...]
H A Dpvmp3_get_main_data_size.h89 int32 pvmp3_get_main_data_size(mp3Header *info,
H A Dpvmp3_alias_reduction.h84 mp3Header *info);
H A Dpvmp3_decode_header.h90 mp3Header *info,
H A Dpvmp3_get_side_info.h91 mp3Header *info,
/frameworks/support/paging/common/src/test/java/android/arch/paging/
H A DUser.java21 public final String info; field in class:User
23 public User(String name, String info) { argument
25 this.info = info;
/frameworks/base/core/jni/
H A Dandroid_os_VintfRuntimeInfo.cpp35 const RuntimeInfo *info = VintfObject::GetRuntimeInfo(); \
36 if (info == nullptr) return nullptr; \
40 MAP_STRING_METHOD(getCpuInfo, info->cpuInfo());
41 MAP_STRING_METHOD(getOsName, info->osName());
42 MAP_STRING_METHOD(getNodeName, info->nodeName());
43 MAP_STRING_METHOD(getOsRelease, info->osRelease());
44 MAP_STRING_METHOD(getOsVersion, info->osVersion());
45 MAP_STRING_METHOD(getHardwareId, info->hardwareId());
46 MAP_STRING_METHOD(getKernelVersion, vintf::to_string(info->kernelVersion()));
47 MAP_STRING_METHOD(getBootAvbVersion, vintf::to_string(info
53 const RuntimeInfo *info = VintfObject::GetRuntimeInfo(); local
[all...]
/frameworks/base/core/java/android/hardware/
H A DCameraInfo.java30 public Camera.CameraInfo info = new Camera.CameraInfo(); field in class:CameraInfo
39 out.writeInt(info.facing);
40 out.writeInt(info.orientation);
44 info.facing = in.readInt();
45 info.orientation = in.readInt();
52 CameraInfo info = new CameraInfo();
53 info.readFromParcel(in);
55 return info;
/frameworks/base/media/java/android/media/projection/
H A DIMediaProjectionWatcherCallback.aidl23 void onStart(in MediaProjectionInfo info);
24 void onStop(in MediaProjectionInfo info);
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DEffectUpdateListener.java30 * @param info A value that gives more information about the update. See the effect's
33 public void onEffectUpdated(Effect effect, Object info); argument
/frameworks/base/libs/hwui/tests/common/
H A DTestScene.cpp30 void TestScene::registerScene(const TestScene::Info& info) { argument
31 testMap()[info.name] = info;
/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java103 public static void getPixelFormatInfo(@Format int format, PixelFormat info) { argument
108 info.bitsPerPixel = 32;
109 info.bytesPerPixel = 4;
112 info.bitsPerPixel = 24;
113 info.bytesPerPixel = 3;
119 info.bitsPerPixel = 16;
120 info.bytesPerPixel = 2;
125 info.bitsPerPixel = 8;
126 info.bytesPerPixel = 1;
130 info
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DScanResultMatchInfo.java26 * Class to store the info needed to match a scan result to the provided network configuration.
47 ScanResultMatchInfo info = new ScanResultMatchInfo();
48 info.networkSsid = config.SSID;
50 info.networkType = NETWORK_TYPE_PSK;
52 info.networkType = NETWORK_TYPE_EAP;
54 info.networkType = NETWORK_TYPE_WEP;
56 info.networkType = NETWORK_TYPE_OPEN;
60 return info;
67 ScanResultMatchInfo info = new ScanResultMatchInfo();
72 info
[all...]
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.cpp52 bool SkiaDisplayList::prepareListAndChildren(TreeObserver& observer, TreeInfo& info, argument
58 if (info.prepareTextures && !info.canvasContext.pinImages(mMutableImages)) {
62 info.prepareTextures = false;
63 info.canvasContext.unpinImages();
73 info.damageAccumulator->pushTransform(&mat4);
75 info.hasBackwardProjectedNodes = false;
76 childFn(childNode, observer, info, functorsNeedLayer);
77 hasBackwardProjectedNodesSubtree |= info.hasBackwardProjectedNodes;
78 info
[all...]
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreECPublicKey.java40 public AndroidKeyStoreECPublicKey(String alias, int uid, ECPublicKey info) { argument
41 this(alias, uid, info.getEncoded(), info.getParams(), info.getW());
42 if (!"X.509".equalsIgnoreCase(info.getFormat())) {
44 "Unsupported key export format: " + info.getFormat());
H A DAndroidKeyStoreRSAPublicKey.java38 public AndroidKeyStoreRSAPublicKey(String alias, int uid, RSAPublicKey info) { argument
39 this(alias, uid, info.getEncoded(), info.getModulus(), info.getPublicExponent());
40 if (!"X.509".equalsIgnoreCase(info.getFormat())) {
42 "Unsupported key export format: " + info.getFormat());
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DHistoryHandler.java43 String info = new String("HIST");
44 info += "_ID" + cameraId;
46 info = info + '_' + msg.toString();
48 info += "_HEND";
49 return info;
/frameworks/support/percent/src/android/support/percent/
H A DPercentLayoutHelper.java174 PercentLayoutInfo info =
177 Log.d(TAG, "using " + info);
179 if (info != null) {
181 info.fillMarginLayoutParams(view, (ViewGroup.MarginLayoutParams) params,
184 info.fillLayoutParams(params, widthHint, heightHint);
197 PercentLayoutInfo info = null;
205 info = info != null ? info : new PercentLayoutInfo();
206 info
370 shouldHandleMeasuredWidthTooSmall(View view, PercentLayoutInfo info) argument
376 shouldHandleMeasuredHeightTooSmall(View view, PercentLayoutInfo info) argument
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/instantapps/
H A DInstantAppDataProvider.java27 public boolean isInstantApp(ApplicationInfo info); argument
/frameworks/rs/driver/runtime/
H A Drs_abi_debuginfo.c2 * This file is used to generate the debug info describing
11 typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggleHoneycomb.java51 public static SetIndicatorInfo setActionBarUpIndicator(SetIndicatorInfo info, Activity activity, argument
53 if (true || info == null) {
54 info = new SetIndicatorInfo(activity);
56 if (info.setHomeAsUpIndicator != null) {
59 info.setHomeAsUpIndicator.invoke(actionBar, drawable);
60 info.setHomeActionContentDescription.invoke(actionBar, contentDescRes);
64 } else if (info.upIndicatorView != null) {
65 info.upIndicatorView.setImageDrawable(drawable);
69 return info;
72 public static SetIndicatorInfo setActionBarDescription(SetIndicatorInfo info, Activit argument
[all...]
/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java61 LegacyVpnInfo info = new LegacyVpnInfo();
62 info.key = in.readString();
63 info.state = in.readInt();
64 info.intent = in.readParcelable(null);
65 return info;
78 public static int stateFromNetworkInfo(NetworkInfo info) { argument
79 switch (info.getDetailedState()) {
89 Log.w(TAG, "Unhandled state " + info.getDetailedState()
/frameworks/base/libs/hwui/
H A DFrameInfo.cpp49 void FrameInfo::importUiThreadInfo(int64_t* info) { argument
50 memcpy(mFrameInfo, info, UI_THREAD_FRAME_INFO_SIZE * sizeof(int64_t));

Completed in 1593 milliseconds

1234567891011>>