Searched refs:objectType (Results 1 - 9 of 9) 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.h43 GpuObjectType objectType() { return mType; } function in class:android::uirenderer::GpuMemoryTracker
H A DGpuMemoryTracker.cpp124 if (obj->objectType() == GpuObjectType::Texture) {
/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/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/libstagefright/
H A DMPEG4Extractor.cpp3214 uint32_t objectType = br.getBits(5); local
3216 if (objectType == 31) { // AAC-ELD => additional 6 bits
3217 objectType = 32 + br.getBits(6);
3224 mLastTrack->meta->setInt32(kKeyAACAOT, objectType);
3245 if (objectType == AOT_SBR || objectType == AOT_PS) {//SBR specific config per 14496-3 table 1.13
3289 if (objectType == AOT_SBR || objectType == AOT_PS) {
3291 objectType = br.getBits(5);
3293 if (objectType
[all...]
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h3781 VkDebugReportObjectTypeEXT objectType,
3801 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);
3818 VkDebugReportObjectTypeEXT objectType,
3865 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectNameInfoEXT
3873 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectTagInfoEXT
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h170 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.cpp1400 void DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) { argument

Completed in 203 milliseconds