OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pdls
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mopria/
MopriaRecommendationPlugin.java
44
String
pdls
= MDnsUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE));
local
45
return (!TextUtils.isEmpty(
pdls
)
46
&& (
pdls
.contains(PDL__PDF)
47
||
pdls
.contains(PDL__PCLM)
48
||
pdls
.contains(PDL__PWG_RASTER)));
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
PrinterFilterMopria.java
52
String
pdls
= MDNSUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE));
local
53
boolean isMatch = !TextUtils.isEmpty(
pdls
)
54
&& (
pdls
.contains(PDL__PDF)
55
||
pdls
.contains(PDL__PCLM)
56
||
pdls
.contains(PDL__PWG_RASTER));
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
HPRecommendationPlugin.java
90
String
pdls
= MDnsUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE));
94
&&!TextUtils.isEmpty(
pdls
))
95
&& (
pdls
.contains(PDL__PCL)
96
||
pdls
.contains(PDL__PDF)
97
||
pdls
.contains(PDL__PCLM)
98
||
pdls
.contains(PDL__PWG_RASTER)));
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
MDnsUtils.java
63
String
pdls
= MDnsUtils.getString(networkDevice.getAttributes().get(PDL_ATTRIBUTE));
64
if (
pdls
!= null) {
66
if (
pdls
.contains(pdl)) {
ServiceResolver.java
46
public ServiceResolver(Context context, Observer observer, VendorInfo vendorInfo, String[] serviceTypes, String[]
pdls
) {
52
mPDLs =
pdls
;
/external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c
241
S_DLS *
pDLS
;
649
dls.
pDLS
= EAS_HWMalloc(dls.hwInstData, size);
650
if (dls.
pDLS
== NULL)
656
EAS_HWMemSet(dls.
pDLS
, 0, size);
657
dls.
pDLS
->refCount = 1;
658
p = PtrOfs(dls.
pDLS
, sizeof(S_EAS));
661
dls.
pDLS
->numDLSPrograms = (EAS_U16) dls.instCount;
662
dls.
pDLS
->pDLSPrograms = p;
666
dls.
pDLS
->pDLSRegions = p;
667
dls.
pDLS
->numDLSRegions = (EAS_U16) dls.regionCount
[
all
...]
eas_dlssynth.c
59
pDLSArt = &pSynth->
pDLS
->pDLSArticulations[pWTVoice->artIndex];
87
pDLSArt = &pSynth->
pDLS
->pDLSArticulations[pWTVoice->artIndex];
118
pDLSArt = &pSynth->
pDLS
->pDLSArticulations[pWTVoice->artIndex];
318
pDLSRegion = &pSynth->
pDLS
->pDLSRegions[regionIndex & REGION_INDEX_MASK];
320
pDLSArt = &pSynth->
pDLS
->pDLSArticulations[pWTVoice->artIndex];
348
pWTVoice->phaseAccum = (EAS_U32) pSynth->
pDLS
->pDLSSamples + pSynth->
pDLS
->pDLSSampleOffsets[pDLSRegion->wtRegion.waveIndex];
355
pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->
pDLS
->pDLSSampleLen[pDLSRegion->wtRegion.waveIndex] - 1;
390
pDLSRegion = &pSynth->
pDLS
->pDLSRegions[pVoice->regionIndex & REGION_INDEX_MASK];
392
pDLSArt = &pSynth->
pDLS
->pDLSArticulations[pWTVoice->artIndex]
[
all
...]
eas_mdls.h
283
EAS_RESULT DLSParser (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE fileHandle, EAS_I32 offset, S_DLS **
pDLS
);
284
EAS_RESULT DLSCleanup (EAS_HW_DATA_HANDLE hwInstData, S_DLS *
pDLS
);
285
void DLSAddRef (S_DLS *
pDLS
);
eas_xmfdata.h
52
S_DLS *
pDLS
;
eas_xmf.c
221
if ((result = DLSParser(pEASData->hwInstData, pXMFData->fileHandle, pXMFData->dlsOffset, &pXMFData->
pDLS
)) != EAS_SUCCESS)
233
if (pXMFData->
pDLS
== NULL)
237
result = VMSetDLSLib(((S_SMF_DATA*) pXMFData->pSMFData)->pSynth, pXMFData->
pDLS
);
240
DLSAddRef(pXMFData->
pDLS
);
342
if (pXMFData->
pDLS
)
343
DLSCleanup(pEASData->hwInstData, pXMFData->
pDLS
);
eas_synth.h
311
S_DLS *
pDLS
;
eas_voicemgt.c
129
return &pSynth->
pDLS
->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region;
381
pSynth->
pDLS
= pEASData->pVoiceMgr->pGlobalDLS;
382
DLSAddRef(pSynth->
pDLS
);
[
all
...]
eas_public.c
[
all
...]
eas_vm_protos.h
856
EAS_RESULT VMSetGlobalDLSLib (EAS_DATA_HANDLE pEASData, EAS_DLSLIB_HANDLE
pDLS
);
857
EAS_RESULT VMSetDLSLib (S_SYNTH *pSynth, EAS_DLSLIB_HANDLE
pDLS
);
[
all
...]
/external/libcups/filter/
raster-driver.shtml
12
<p>The raster filter converts CUPS raster data into a format the printer understands, for example HP-PCL. CUPS includes several sample raster filters supporting standard page description languages (
PDLs
). <a href='#TABLE_1'>Table 1</a> shows the raster filters that are bundled with CUPS and the languages they support.</p>
17
<tr><th>Filter</th><th>
PDLs
</th><th>ppdc DriverType</th><th>ppdc #include file</th></tr>
Completed in 501 milliseconds