Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 92) sorted by relevance

1234

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Xml.cpp85 return (char*)child_ptr->content; in IPACM_read_content_element()
156 char* content; in ipacm_cfg_xml_parse_tree() local
203 content = IPACM_read_content_element(xml_node); in ipacm_cfg_xml_parse_tree()
204 if (content) in ipacm_cfg_xml_parse_tree()
206 str_size = strlen(content); in ipacm_cfg_xml_parse_tree()
208 memcpy(content_buf, (void *)content, str_size); in ipacm_cfg_xml_parse_tree()
224 content = IPACM_read_content_element(xml_node); in ipacm_cfg_xml_parse_tree()
225 if (content) in ipacm_cfg_xml_parse_tree()
227 str_size = strlen(content); in ipacm_cfg_xml_parse_tree()
229 memcpy(content_buf, (void *)content, str_size); in ipacm_cfg_xml_parse_tree()
[all …]
/hardware/intel/img/hwcomposer/merrifield/common/base/
DDisplayAnalyzer.cpp147 hwc_display_contents_1_t *content = NULL; in checkVideoExtMode() local
149 content = mCachedDisplays[i]; in checkVideoExtMode()
150 if (content == NULL) { in checkVideoExtMode()
154 if (content->flags & HWC_GEOMETRY_CHANGED) { in checkVideoExtMode()
176 content = mCachedDisplays[0]; in checkVideoExtMode()
177 if (content == NULL) { in checkVideoExtMode()
187 for (int j = 0; j < (int)content->numHwLayers - 1; j++) { in checkVideoExtMode()
188 videoLayerExist = isVideoLayer(content->hwLayers[j]); in checkVideoExtMode()
190 if ((content->hwLayers[j].flags & HWC_SKIP_LAYER)) { in checkVideoExtMode()
193 videoHandle = content->hwLayers[j].handle; in checkVideoExtMode()
[all …]
DDisplayAnalyzer.h99 inline void setCompositionType(hwc_display_contents_1_t *content, int type);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DDisplayAnalyzer.cpp125 hwc_display_contents_1_t *content = mCachedDisplays[device]; in setCompositionType() local
126 if (content == NULL) { in setCompositionType()
133 content->flags |= HWC_GEOMETRY_CHANGED; in setCompositionType()
136 setCompositionType(content, type); in setCompositionType()
DDisplayAnalyzer.h55 inline void setCompositionType(hwc_display_contents_1_t *content, int type);
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DituxdApp.java20 import android.content.Intent;
DThermalService.java21 import android.content.BroadcastReceiver;
22 import android.content.ContentResolver;
23 import android.content.Context;
24 import android.content.Intent;
25 import android.content.IntentFilter;
26 import android.content.pm.PackageManager;
DThermalUtils.java19 import android.content.Context;
DThermalManager.java19 import android.content.Context;
20 import android.content.Intent;
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_stk.cpp28 std::string content = ""; in TEST_F() local
30 radio->sendEnvelope(serial, content); in TEST_F()
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal34 * may be used by a codec to decrypt protected video content.
67 * Server to obtain the keys required to decrypt the content.
82 * It could contain, for example, the content ID, key ID or
83 * other data obtained from the content metadata that is
86 * @param mimeType identifies the mime type of the content
210 * HAL module. The format and content of ssRelease must be defined by the
DICryptoFactory.hal24 * which are used by a codec to decrypt protected video content.
DIDrmFactory.hal25 * session so it can decrypt protected video content.
Dtypes.hal200 * DRM key management, crypto operations and decoding of content
206 * DRM key management, crypto operations, decoding of content and all
/hardware/intel/common/libva/test/videoprocess/
Dprocess.cfg3 #surface(NV12/YV12/I420) you require, after video processing ,the processed content
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal25 * load crypto keys for a codec to decrypt protected video content.
32 * @param mime The content mime-type
DICryptoFactory.hal25 * which are used by a codec to decrypt protected video content.
DIDrmFactory.hal26 * session so it can decrypt* protected video content.
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal102 * by the implementation to better tone map content to that display.
153 * content in the description of setReadbackBuffer).
216 * content, or other reasons; -1 must be returned for
236 * If there is hardware protected content on the display at the time of the next
237 * composition, the area of the readback buffer covered by such content must be
238 * completely black. Any areas of the buffer not covered by such content may
/hardware/interfaces/cas/native/1.0/
Dtypes.hal20 * Enumerates the keys used to scramble the content.
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal93 /** Enables DAB-DAB hard- and implicit-linking (the same content). */
96 /** Enables DAB-FM hard- and implicit-linking (the same content). */
99 /** Enables DAB-DAB soft-linking (related content). */
102 /** Enables DAB-FM soft-linking (related content). */
353 * related content (i.e. DAB soft-links). This field is a list of pointers
356 * This is not a list of programs that carry the same content (i.e.
669 * If the PROGRAM_NAME has the same content as DAB_*_NAME or RDS_PS,
/hardware/interfaces/graphics/mapper/2.0/
DIMapper.hal141 * buffer content in an indeterminate state or returning an error are both
144 * The client must not modify the content of the buffer outside of
145 * accessRegion, and the device need not guarantee that content outside of
/hardware/interfaces/cas/1.0/
DIMediaCasService.hal26 * which can in turn be used to descramble protected video content.
/hardware/interfaces/graphics/composer/2.1/
DIComposer.hal32 * which buffer content updates and other synchronization will not be
/hardware/interfaces/confirmationui/1.0/
DIConfirmationUI.hal36 * nor modify the content.

1234