Searched refs:objectType (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/net/
H A DLinkQualityInfo.java97 public void writeToParcel(Parcel dest, int flags, int objectType) { argument
98 dest.writeInt(objectType);
116 int objectType = in.readInt();
117 if (objectType == OBJECT_TYPE_LINK_QUALITY_INFO) {
121 } else if (objectType == OBJECT_TYPE_WIFI_LINK_QUALITY_INFO) {
123 } else if (objectType == OBJECT_TYPE_MOBILE_LINK_QUALITY_INFO) {
/frameworks/base/libs/hwui/
H A DGpuMemoryTracker.h44 GpuObjectType objectType() { return mType; } function in class:android::uirenderer::GpuMemoryTracker
H A DGpuMemoryTracker.cpp123 if (obj->objectType() == GpuObjectType::Texture) {
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp262 unsigned long objectType; local
263 if (GetAttribute(params, "objectType", &val)) {
266 objectType = strtoul(s, &end, 10);
269 objectType = 0x40; // Audio ISO/IEC 14496-3
305 *dst++ = objectType;
/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.h30 VKAPI_ATTR void DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage);
/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp3606 uint32_t objectType = br.getBits(5); local
3608 if (objectType == 31) { // AAC-ELD => additional 6 bits
3609 objectType = 32 + br.getBits(6);
3616 mLastTrack->meta.setInt32(kKeyAACAOT, objectType);
3637 if (objectType == AOT_SBR || objectType == AOT_PS) {//SBR specific config per 14496-3 table 1.13
3681 if (objectType == AOT_SBR || objectType == AOT_PS) {
3683 objectType = br.getBits(5);
3685 if (objectType
[all...]
/frameworks/native/opengl/include/EGL/
H A Deglext.h128 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
132 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h202 VKAPI_ATTR void DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage);
H A Dnull_driver.cpp1481 void DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) { argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan_core.h5785 VkDebugReportObjectTypeEXT objectType,
5804 typedef void (VKAPI_PTR *PFN_vkDebugReportMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage);
5821 VkDebugReportObjectTypeEXT objectType,
5883 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectNameInfoEXT
5891 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectTagInfoEXT
6832 VkObjectType objectType; member in struct:VkDebugUtilsObjectNameInfoEXT
6840 VkObjectType objectType; member in struct:VkDebugUtilsObjectTagInfoEXT

Completed in 329 milliseconds