Lines Matching refs:int32_t
50 static const int32_t ROUTING_DEVICE_NONE = -1;
52 static const int32_t SHARING_MODE_INVALID = -1;
54 int32_t getNumBufferFrames() const { return mBufferSizeInFrames; } in getNumBufferFrames()
88 int32_t mChannelCount;
89 int32_t mChannelMask;
90 int32_t mNumExchangeChannels; // this may be mChannelCount or the number of channels
92 int32_t mSampleRate;
93 int32_t mRouteDeviceId;
94 int32_t mBufferSizeInFrames;
97 static const int32_t SUB_TYPE_OBOE_AAUDIO = 0x0001;
98 static const int32_t SUB_TYPE_OBOE_OPENSL_ES = 0x0002;