Searched defs:objectType (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
| D | SourceTransformer.kt | 173 private val objectType = StaticJavaParser.parseClassOrInterfaceType("Object") in <lambda>() constant
|
| /frameworks/base/core/java/android/net/ |
| D | LinkQualityInfo.java | 99 public void writeToParcel(Parcel dest, int flags, int objectType) { in writeToParcel()
|
| /frameworks/av/media/libstagefright/rtsp/ |
| D | APacketSource.cpp | 263 unsigned long objectType; in MakeAACCodecSpecificData2() local
|
| /frameworks/native/vulkan/nulldrv/ |
| D | null_driver.cpp | 1511 …sageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, u… in DebugReportMessageEXT() 1756 void GetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataS… in GetPrivateData() 1764 VkResult SetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateD… in SetPrivateData()
|
| /frameworks/native/libs/binder/ |
| D | Parcel.cpp | 604 int32_t objectType; in appendFrom() local 2246 int32_t objectType = readInt32(); in readFileDescriptor() local
|
| /frameworks/native/vulkan/libvulkan/ |
| D | api_gen.cpp | 1786 VKAPI_ATTR VkResult SetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle,… in SetPrivateData() 1790 VKAPI_ATTR void GetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkP… in GetPrivateData() 2941 VKAPI_ATTR VkResult vkSetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandl… in vkSetPrivateData() 2946 VKAPI_ATTR void vkGetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, V… in vkGetPrivateData()
|
| /frameworks/av/media/module/extractors/mp4/ |
| D | MPEG4Extractor.cpp | 4839 uint32_t objectType = br.getBits(5); in updateAudioTrackInfoFromESDS_MPEG4Audio() local
|