| /device/generic/vulkan-cereal/scripts/print_gfx_logs/ | 
| D | vulkan_printer.py | 8 def OP_vkAcquireImageANDROID(printer, indent: int):17 def OP_vkAllocateMemory(printer, indent: int):
 25 def OP_vkBeginCommandBufferAsyncGOOGLE(printer, indent: int):
 29 def OP_vkBindBufferMemory(printer, indent: int):
 37 def OP_vkBindImageMemory(printer, indent: int):
 45 def OP_vkCmdBeginRenderPass(printer, indent: int):
 50 def OP_vkCmdBindDescriptorSets(printer, indent: int):
 60 def OP_vkCmdBindIndexBuffer(printer, indent: int):
 66 def OP_vkCmdBindPipeline(printer, indent: int):
 71 def OP_vkCmdBindVertexBuffers(printer, indent: int):
 [all …]
 
 | 
| D | command_printer.py | 29     def __init__(self, opcode: int, original_size: int, data: bytes, timestamp: int,30                  stream_idx: int, cmd_idx: int, out=sys.stdout):
 93     def read_bytes(self, size: int):
 99     def read_int(self, size: int, signed: bool = False, big_endian: bool = False) -> int:
 109     def write(self, msg: str, indent: int):
 117                   size: int,
 118                   indent: int,
 122                   count: Optional[int] = None) -> Optional[int]:
 154     def write_float(self, field_name: str, indent: int, count: Optional[int] = None):
 161     def write_enum(self, field_name: str, enum: Dict[int, str], indent: int) -> int:
 [all …]
 
 | 
| D | print_gfx_logs.py | 74     def error(pos_in_file: int, error_message: str) -> Stream:79 def timestampToUnixUs(timestamp: int) -> int:
 86 def read_uint32(buf: bytes, pos: int) -> int:
 91 def read_uint64(buf: bytes, pos: int) -> int:
 96 def process_command(buf: bytes, version: int) -> Command:
 110 def process_stream(file_bytes: mmap, file_pos: int) -> Stream:
 
 | 
| D | print_gfx_logs_test.py | 24 def create_vk_destroy_instance_command(vk_instance: int, p_allocator: int) -> Command:
 | 
| /device/generic/goldfish/gnss/ | 
| D | GnssGeofence.cpp | 30 ndk::ScopedAStatus GnssGeofence::addGeofence(int /*geofenceId*/,  in addGeofence()  argument41 ndk::ScopedAStatus GnssGeofence::pauseGeofence(int /*geofenceId*/) {  in pauseGeofence()  argument
 45 ndk::ScopedAStatus GnssGeofence::resumeGeofence(int /*geofenceId*/, int /*monitorTransitions*/) {  in resumeGeofence()  argument
 49 ndk::ScopedAStatus GnssGeofence::removeGeofence(int /*geofenceId*/) {  in removeGeofence()  argument
 
 | 
| D | GnssConfiguration.cpp | 27 ndk::ScopedAStatus GnssConfiguration::setSuplVersion(int /*version*/) {  in setSuplVersion()  argument31 ndk::ScopedAStatus GnssConfiguration::setSuplMode(int /*mode*/) {  in setSuplMode()  argument
 35 ndk::ScopedAStatus GnssConfiguration::setLppProfile(int /*lppProfile*/) {  in setLppProfile()  argument
 39 ndk::ScopedAStatus GnssConfiguration::setGlonassPositioningProtocol(int /*protocol*/) {  in setGlonassPositioningProtocol()  argument
 47 ndk::ScopedAStatus GnssConfiguration::setEsExtensionSec(int /*emergencyExtensionSeconds*/) {  in setEsExtensionSec()  argument
 
 | 
| D | main.cpp | 23 int main(int /* argc */, char* /* argv */ []) {  in main()  argument
 | 
| /device/generic/goldfish-opengl/system/egl/ | 
| D | goldfish_sync.h | 27 static __inline__ int goldfish_sync_close(int) {  in goldfish_sync_close()  argument31 static __inline__ int goldfish_sync_queue_work(int,  in goldfish_sync_queue_work()  argument
 34                                                int*) {  in goldfish_sync_queue_work()  argument
 
 | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ | 
| D | func_common.inl | 725 	GLM_FUNC_QUALIFIER vecType<float, P> intBitsToFloat(vecType<int, P> const & v)756 	GLM_FUNC_QUALIFIER tvec1<T, P> frexp(tvec1<T, P> const & x, tvec1<int, P> & exp)
 764 	GLM_FUNC_QUALIFIER tvec2<T, P> frexp(tvec2<T, P> const & x, tvec2<int, P> & exp)
 774 	GLM_FUNC_QUALIFIER tvec3<T, P> frexp(tvec3<T, P> const & x, tvec3<int, P> & exp)
 785 	GLM_FUNC_QUALIFIER tvec4<T, P> frexp(tvec4<T, P> const & x, tvec4<int, P> & exp)
 805 	GLM_FUNC_QUALIFIER tvec1<T, P> ldexp(tvec1<T, P> const & x, tvec1<int, P> const & exp)
 814 	GLM_FUNC_QUALIFIER tvec2<T, P> ldexp(tvec2<T, P> const & x, tvec2<int, P> const & exp)
 824 	GLM_FUNC_QUALIFIER tvec3<T, P> ldexp(tvec3<T, P> const & x, tvec3<int, P> const & exp)
 835 	GLM_FUNC_QUALIFIER tvec4<T, P> ldexp(tvec4<T, P> const & x, tvec4<int, P> const & exp)
 
 | 
| D | func_integer.inl | 250 …GLM_FUNC_QUALIFIER void imulExtended(vecType<int, P> const & x, vecType<int, P> const & y, vecType…
 | 
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ | 
| D | MacNative.m | 46 - (void) preBind:(int)forPbuffer;  argument72 int getAttrListLength(const NSOpenGLPixelFormatAttribute* list) {  argument
 
 | 
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ | 
| D | astcenccli_platform_dependents.cpp | 154 	int thread_count,  in launch_threads()  argument155 	void (*func)(int, int, void*),  in launch_threads()  argument
 
 | 
| /device/generic/opengl-transport/host/libs/virglrenderer/ | 
| D | Gralloc1.cpp | 143 int sync_wait(int, int) {  in sync_wait()  argument
 | 
| /device/google/contexthub/sensorhal/ | 
| D | hubconnection.cpp | 2226 int HubConnection::removeDirectChannel(int) {  in removeDirectChannel()  argument2230 int HubConnection::configDirectReport(int, int, int) {  in configDirectReport()  argument
 2237 void HubConnection::mergeDirectReportRequest(struct ConfigCmd *, int) {  in mergeDirectReportRequest()  argument
 2244 void HubConnection::updateSampleRate(int, int) {  in updateSampleRate()  argument
 2247 bool HubConnection::isSampleIntervalSatisfied(int, uint64_t) {  in isSampleIntervalSatisfied()  argument
 
 | 
| /device/google/cuttlefish/guest/commands/dlkm_loader/ | 
| D | dlkm_loader.cpp | 21 int main(int, char **argv) {  in main()  argument
 | 
| /device/google/gs101/interfaces/boot/1.2/ | 
| D | service.cpp | 33 int main(int /* argc */, char * /* argv */[]) {  in main()  argument
 | 
| /device/google/gs101/interfaces/boot/1.0/ | 
| D | service.cpp | 30 int main (int /* argc */, char * /* argv */ []) {  in main()  argument
 | 
| /device/google/gs201/interfaces/boot/1.0/ | 
| D | service.cpp | 30 int main (int /* argc */, char * /* argv */ []) {  in main()  argument
 | 
| /device/google/zuma/interfaces/boot/1.0/ | 
| D | service.cpp | 30 int main (int /* argc */, char * /* argv */ []) {  in main()  argument
 | 
| /device/google/gs201/interfaces/boot/1.2/ | 
| D | service.cpp | 33 int main(int /* argc */, char * /* argv */[]) {  in main()  argument
 | 
| /device/google/zuma/interfaces/boot/1.2/ | 
| D | service.cpp | 33 int main(int /* argc */, char * /* argv */[]) {  in main()  argument
 | 
| /device/google/sunfish/dumpstate/ | 
| D | service.cpp | 30 int main(int /* argc */, char* /* argv */ []) {  in main()  argument
 | 
| /device/google/bramble/dumpstate/ | 
| D | service.cpp | 30 int main(int /* argc */, char* /* argv */ []) {  in main()  argument
 | 
| /device/google/redfin/dumpstate/ | 
| D | service.cpp | 30 int main(int /* argc */, char* /* argv */ []) {  in main()  argument
 | 
| /device/google/barbet/dumpstate/ | 
| D | service.cpp | 30 int main(int /* argc */, char* /* argv */ []) {  in main()  argument
 |