HomeSort by relevance Sort by last modified time
    Searched refs:mode (Results 151 - 175 of 11477) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/iptables/include/linux/netfilter_ipv6/
ip6t_hl.h 19 __u8 mode; member in struct:ip6t_hl_info
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_ttl.h 19 __u8 mode; member in struct:ipt_ttl_info
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_hl.h 20 __u8 mode; member in struct:ip6t_hl_info
  /external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/boards/
hikey-spidev.h 27 .mode = 0,
  /external/libopus/celt/dump_modes/
dump_modes_arch.h 32 void dump_mode_arch(CELTMode *mode);
  /external/mesa3d/src/mesa/main/
condrender.h 35 _mesa_BeginConditionalRender(GLuint queryId, GLenum mode);
hint.h 44 _mesa_Hint( GLenum target, GLenum mode );
  /external/skia/src/gpu/effects/
GrBlurredEdgeFragmentProcessor.fp 8 enum class Mode {
13 layout(key) in Mode mode;
17 @switch (mode) {
18 case Mode::kGaussian:
21 case Mode::kSmoothStep:
  /external/skqp/src/gpu/effects/
GrBlurredEdgeFragmentProcessor.fp 8 enum class Mode {
13 layout(key) in Mode mode;
17 @switch (mode) {
18 case Mode::kGaussian:
21 case Mode::kSmoothStep:
  /external/strace/xlat/
inet_diag_req_attrs.h 5 # error static const struct xlat inet_diag_req_attrs in mpers mode
smc_diag_extended_flags.h 5 # error static const struct xlat smc_diag_extended_flags in mpers mode
ubi_volume_props.h 5 # error static const struct xlat ubi_volume_props in mpers mode
ubi_volume_types.h 5 # error static const struct xlat ubi_volume_types in mpers mode
  /external/tensorflow/tensorflow/core/platform/
setround.h 26 // While this class is active, floating point rounding mode is set to the given
27 // mode. The mode can be one of the modes defined in <cfenv>, i.e. FE_DOWNWARD,
29 // original rounding mode if it could be determined. If the original rounding
30 // mode could not be determined, the destructor sets it to FE_TONEAREST.
33 ScopedSetRound(int mode);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
decode.h 33 int16_t mode /* (i) 0: bad packet, PLC,
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
bits2prm.h 53 #include "mode.h"
82 enum Mode mode,
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
bits2prm.cpp 52 #include "mode.h"
189 mode = AMR mode of type enum Mode
226 enum Mode mode, // i : AMR mode
233 for (i = 0; i < prmno[mode]; i++)
235 prm[i] = Bin2int (bitno[mode][i], bits);
236 bits += bitno[mode][i]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ets_to_if2.h 66 #include "mode.h"
108 void ets_to_if2(enum Frame_Type_3GPP mode,
prm2bits.h 53 #include "mode.h"
72 enum Mode mode, /* i : AMR mode */
  /frameworks/native/services/sensorservice/
SensorFusion.h 72 bool hasEstimate(int mode = FUSION_9AXIS) const {
73 return mFusions[mode].hasEstimate();
76 mat33_t getRotationMatrix(int mode = FUSION_9AXIS) const {
77 return mFusions[mode].getRotationMatrix();
80 vec4_t getAttitude(int mode = FUSION_9AXIS) const {
81 return mAttitudes[mode];
87 status_t activate(int mode, void* ident, bool enabled);
88 status_t setDelay(int mode, void* ident, int64_t ns);
90 float getPowerUsage(int mode=FUSION_9AXIS) const;
  /frameworks/opt/net/wifi/libwifi_hal/
driver_tool.cpp 35 return true; // HAL doesn't think we need to load firmware for any mode.
59 bool DriverTool::IsFirmwareModeChangeNeeded(int mode) {
60 return (wifi_get_fw_path(mode) != nullptr);
63 bool DriverTool::ChangeFirmwareMode(int mode) {
64 const char* fwpath = wifi_get_fw_path(mode);
66 return true; // HAL doesn't think we need to load firmware for this mode.
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 39 * setMode is called when the audio mode changes. NORMAL mode is for
43 virtual status_t setMode(int mode);
55 /** returns true if the given mode maps to a telephony or VoIP call is in progress */
56 virtual bool isModeInCall(int mode)
57 { return ((mode == AudioSystem::MODE_IN_CALL)
58 || (mode == AudioSystem::MODE_IN_COMMUNICATION)); };
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rmnet.h 27 #define RMNET_IS_MODE_QOS(mode) ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
29 #define RMNET_IS_MODE_IP(mode) ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rmnet.h 17 /* Bitmap macros for RmNET driver operation mode. */
26 #define RMNET_IS_MODE_QOS(mode) \
27 ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
28 #define RMNET_IS_MODE_IP(mode) \
29 ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
40 RMNET_IOCTL_GET_OPMODE = 0x000089F7, /* Get operation mode */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ttl.h 18 __u8 mode; member in struct:ipt_ttl_info

Completed in 613 milliseconds

1 2 3 4 5 67 8 91011>>