/bionic/libc/kernel/common/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/development/ndk/platforms/android-3/include/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/external/kernel-headers/original/linux/ |
telephony.h | 84 struct phone_capability { struct 99 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 100 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
telephony.h | 84 struct phone_capability { struct 99 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 100 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
telephony.h | 38 struct phone_capability { struct 53 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) 54 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
status.h | 77 bool phone_capability() const { return phone_capability_; } function in class:buzz::Status 107 bool p = phone_capability();
|
presenceouttask.cc | 121 caps.append(s.phone_capability() ? "voice-v1" : "");
|
callclient.cc | 480 if (status.available() && status.phone_capability()) {
|