HomeSort by relevance Sort by last modified time
    Searched refs:prop_msg (Results 1 - 9 of 9) sorted by null

  /bionic/libc/include/sys/
_system_properties.h 38 typedef struct prop_msg prop_msg; typedef in typeref:struct:prop_msg
69 struct prop_msg struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
_system_properties.h 38 typedef struct prop_msg prop_msg; typedef in typeref:struct:prop_msg
69 struct prop_msg struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
_system_properties.h 38 typedef struct prop_msg prop_msg; typedef in typeref:struct:prop_msg
69 struct prop_msg struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
_system_properties.h 38 typedef struct prop_msg prop_msg; typedef in typeref:struct:prop_msg
69 struct prop_msg struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
_system_properties.h 38 typedef struct prop_msg prop_msg; typedef in typeref:struct:prop_msg
69 struct prop_msg struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
_system_properties.h 38 typedef struct prop_msg prop_msg; typedef in typeref:struct:prop_msg
69 struct prop_msg struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
_system_properties.h 38 typedef struct prop_msg prop_msg; typedef in typeref:struct:prop_msg
69 struct prop_msg struct
  /system/core/libcutils/
properties.c 34 static int send_prop_msg(prop_msg *msg)
44 while((r = send(s, msg, sizeof(prop_msg), 0)) < 0) {
49 if(r == sizeof(prop_msg)) {
61 prop_msg msg;
  /system/core/init/
property_service.c 349 prop_msg msg;
371 if(r != sizeof(prop_msg)) {
373 r, sizeof(prop_msg));

Completed in 79 milliseconds