Searched defs:objectType (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DGpuMemoryTracker.h44 GpuObjectType objectType() { return mType; } function in class:android::uirenderer::GpuMemoryTracker
/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/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp263 unsigned long objectType; local
264 if (GetAttribute(params, "objectType", &val)) {
267 objectType = strtoul(s, &end, 10);
270 objectType = 0x40; // Audio ISO/IEC 14496-3
306 *dst++ = objectType;
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp3485 uint32_t objectType = br.getBits(5); local
3487 if (objectType == 31) { // AAC-ELD => additional 6 bits
3488 objectType = 32 + br.getBits(6);
3495 mLastTrack->meta->setInt32(kKeyAACAOT, objectType);
3516 if (objectType == AOT_SBR || objectType == AOT_PS) {//SBR specific config per 14496-3 table 1.13
3560 if (objectType == AOT_SBR || objectType == AOT_PS) {
3562 objectType = br.getBits(5);
3564 if (objectType
[all...]
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1469 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.h4181 VkDebugReportObjectTypeEXT objectType,
4201 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);
4218 VkDebugReportObjectTypeEXT objectType,
4275 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectNameInfoEXT
4283 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectTagInfoEXT

Completed in 147 milliseconds