Home
last modified time | relevance | path

Searched refs:Encapsulate (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/modules/Permission/
H A DAndroid.bp62 // Encapsulate the contributions made by the com.android.permission to the bootclasspath.
86 // Encapsulate the contributions made by the com.android.permission to the systemserverclasspath.
/aosp12/frameworks/base/apex/appsearch/
H A DAndroid.bp49 // Encapsulate the contributions made by the com.android.appsearch to the bootclasspath.
70 // Encapsulate the contributions made by the com.android.appsearch to the systemserverclasspath.
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dpclm_wrapper_api.cpp46 return static_cast<PCLmGenerator *>(thisClass)->Encapsulate(pInBuffer, inBufferSize, numLines, in PCLmEncapsulate()
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
H A DPCLmGenerator.h61 int Encapsulate(void *pInBuffer, int inBufferSize, int numLines, void **pOutBuffer,
/aosp12/packages/modules/SdkExtensions/
H A DAndroid.bp64 // Encapsulate the contributions made by the com.android.sdkext to the bootclasspath.
/aosp12/packages/providers/MediaProvider/apex/
H A DAndroid.bp48 // Encapsulate the contributions made by the com.android.mediaprovider to the bootclasspath.
/aosp12/frameworks/av/apex/
H A DAndroid.bp96 // Encapsulate the contributions made by the com.android.media to the bootclasspath.
132 // Encapsulate the contributions made by the com.android.media to the systemserverclasspath.
/aosp12/packages/modules/Scheduling/apex/
H A DAndroid.bp34 // Encapsulate the contributions made by the com.android.scheduling to the bootclasspath.
/aosp12/art/build/boot/
H A DAndroid.bp24 // Encapsulate the contributions made by the com.android.art to the bootclasspath.
/aosp12/packages/modules/IPsec/apex/
H A DAndroid.bp53 // Encapsulate the contributions made by the com.android.ipsec to the bootclasspath.
/aosp12/packages/modules/GeoTZ/apex/com.android.geotz/
H A DAndroid.bp48 // Encapsulate the contributions made by the com.android.geotz to the systemserverclasspath.
/aosp12/packages/modules/Wifi/apex/
H A DAndroid.bp75 // Encapsulate the contributions made by the com.android.wifi to the bootclasspath.
/aosp12/packages/modules/Connectivity/Tethering/apex/
H A DAndroid.bp69 // Encapsulate the contributions made by the com.android.tethering to the bootclasspath.
/aosp12/packages/modules/StatsD/apex/
H A DAndroid.bp91 // Encapsulate the contributions made by the com.android.os.statsd to the bootclasspath.
/aosp12/packages/modules/SdkExtensions/testing/
H A DAndroid.bp44 // Encapsulate the contributions made by the test_com.android.sdkext to the
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp1626 int PCLmGenerator::Encapsulate(void *pInBuffer, int inBufferSize, int thisHeight, in Encapsulate() function in PCLmGenerator