Searched refs:wrapper (Results 1 - 18 of 18) sorted by relevance

/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h62 * Reads wrapper information from \p bitcode.
86 * \return header version of bitcode wrapper.
116 * Helper function to emit just the bitcode wrapper returning the number of
119 * \param wrapper - where to write header information into.
125 * \return number of wrapper bytes written into the \p buffer.
127 static inline size_t writeAndroidBitcodeWrapper(AndroidBitcodeWrapper *wrapper, argument
130 if (!wrapper) {
134 wrapper->Magic = 0x0B17C0DE;
135 wrapper->Version = 0;
136 wrapper
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNoSaveStateFrameLayout.java32 NoSaveStateFrameLayout wrapper = new NoSaveStateFrameLayout(child.getContext());
35 wrapper.setLayoutParams(childParams);
40 wrapper.addView(child);
41 return wrapper;
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp95 ALOGE("Bitcode wrapper (%u) and translator (%u) disagree about target API",
147 AndroidBitcodeWrapper wrapper; local
149 &wrapper, Buffer.size(), BCWrapper.getTargetAPI(),
152 ALOGE("Couldn't produce bitcode wrapper!");
158 memcpy(c, &wrapper, actualWrapperLen);
H A DMetadataExtractor.cpp70 BitcodeWrapper wrapper(bitcode, bitcodeSize);
71 mCompilerVersion = wrapper.getCompilerVersion();
72 mOptimizationLevel = wrapper.getOptimizationLevel();
/frameworks/av/media/libeffects/lvm/wrapper/
H A DAndroid.mk3 # music bundle wrapper
34 # reverb wrapper
/frameworks/av/media/libeffects/preprocessing/
H A DAndroid.mk3 # audio preprocessing wrapper
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java80 RequestWrapper wrapper = (RequestWrapper) msg.obj;
81 mEngine.setRequest(wrapper.request, wrapper.source);
/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp148 NativeRemoteDisplay* wrapper = new NativeRemoteDisplay(display, client); local
149 return reinterpret_cast<jint>(wrapper);
153 NativeRemoteDisplay* wrapper = reinterpret_cast<NativeRemoteDisplay*>(ptr); local
154 delete wrapper;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp387 // Read information from bitcode wrapper.
388 bcinfo::BitcodeWrapper wrapper(pBitcode, pBitcodeSize);
389 script->setCompilerVersion(wrapper.getCompilerVersion());
391 wrapper.getOptimizationLevel()));
/frameworks/compile/slang/
H A Dslang_backend.cpp237 // Encase the Bitcode in a wrapper containing RS version information.
239 bcinfo::AndroidBitcodeWrapper wrapper; local
241 &wrapper, Bitcode.str().length(), getTargetAPI(),
246 // Write out the bitcode wrapper.
247 FormattedOutStream.write(reinterpret_cast<char*>(&wrapper), actualWrapperLen);
/frameworks/native/opengl/libs/
H A DAndroid.mk88 # Build the wrapper OpenGL ES 1.x library
120 # Build the wrapper OpenGL ES 2.x library
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java179 BluetoothHealthCallbackWrapper wrapper = new BluetoothHealthCallbackWrapper(callback);
185 result = mService.registerAppConfiguration(config, wrapper);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java753 void attach(IWallpaperEngineWrapper wrapper) { argument
754 if (DEBUG) Log.v(TAG, "attach: " + this + " wrapper=" + wrapper);
759 mIWallpaperEngine = wrapper;
760 mCaller = wrapper.mCaller;
761 mConnection = wrapper.mConnection;
762 mWindowToken = wrapper.mWindowToken;
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java433 AccessibilityConnectionWrapper wrapper = new AccessibilityConnectionWrapper(
435 wrapper.linkToDeath();
436 mGlobalInteractionConnections.put(windowId, wrapper);
443 AccessibilityConnectionWrapper wrapper = new AccessibilityConnectionWrapper(
445 wrapper.linkToDeath();
447 userState.mInteractionConnections.put(windowId, wrapper);
501 AccessibilityConnectionWrapper wrapper = interactionConnections.get(windowId);
502 wrapper.unlinkToDeath();
2098 AccessibilityConnectionWrapper wrapper = mGlobalInteractionConnections.get(windowId);
2099 if (wrapper
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java840 // Create wrapper (also validates arguments).
841 SQLiteCustomFunction wrapper = new SQLiteCustomFunction(name, numArgs, function);
846 mConfigurationLocked.customFunctions.add(wrapper);
850 mConfigurationLocked.customFunctions.remove(wrapper);
/frameworks/base/core/java/android/content/
H A DContentResolver.java394 CursorWrapperInner wrapper = new CursorWrapperInner(qCursor,
397 return wrapper;
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css1562 #tb-wrapper,
1563 #qv-wrapper {
1609 .sidebox-wrapper {
2056 #api-level-toggle .select-wrapper {
3056 #searchResults .gsc-above-wrapper-area {
3971 #player-wrapper {
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css1562 #tb-wrapper,
1563 #qv-wrapper {
1609 .sidebox-wrapper {
2056 #api-level-toggle .select-wrapper {
3056 #searchResults .gsc-above-wrapper-area {
3971 #player-wrapper {

Completed in 942 milliseconds