Home
last modified time | relevance | path

Searched defs:Writer (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan.go363 func printAliasTypes(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type) (err…
422 func printAliasVerification(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Typ…
463 func printEnums(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type) (err erro…
515 func printEnumVerification(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type…
605 func printEnumAliases(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type) (er…
713 func printHostStructTypes(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type)…
768 func printFunctionPointerTypes(w io.Writer, sorted_command_names []string, commands map[string]cpp_…
979 func printGuestStructTypes(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type…
1026 func printGuestStructType(w io.Writer, name string, typе cpp_types.Type, host_arch cpp_types.Arch, …
1118 func printGuestStructPointerType(w io.Writer, name string, typе cpp_types.Type, host_arch cpp_types…
[all …]
/frameworks/av/media/libnblog/
DWriter.cpp36 Writer::Writer(void *shared, size_t size) in Writer() function in android::NBLog::Writer
58 Writer::Writer(const sp<IMemory>& iMemory, size_t size) in Writer() function in android::NBLog::Writer
/frameworks/base/core/java/com/android/internal/util/
DFileRotator.java83 public interface Writer { interface in FileRotator