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