| /device/google/contexthub/firmware/os/core/ | 
| D | spi.c | 61 static int spiMasterStart(struct SpiDeviceState *state,  in spiMasterStart()81     struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev);  in spi_masterStartAsync_done()  local
 93 static void spiMasterNext(struct SpiDeviceState *state)  in spiMasterNext()
 115     struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev);  in spiMasterRxTxDone()  local
 132 static void spiMasterStop(struct SpiDeviceState *state)  in spiMasterStop()
 150     struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev);  in spiMasterStopAsyncDone()  local
 154 static void spiMasterDone(struct SpiDeviceState *state, int err)  in spiMasterDone()
 164 static int spiSlaveStart(struct SpiDeviceState *state,  in spiSlaveStart()
 183     struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev);  in spiSlaveStartAsyncDone()  local
 193     struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev);  in spiSlaveRxTxDone()  local
 [all …]
 
 | 
| D | appSec.c | 99 static void limitChunkSize(struct AppSecState *state)  in limitChunkSize()107 static void appSecSetCurState(struct AppSecState *state, uint32_t curState)  in appSecSetCurState()
 135 static inline uint32_t appSecGetCurState(const struct AppSecState *state)  in appSecGetCurState()
 143     struct AppSecState *state = heapAlloc(sizeof(struct AppSecState));  in appSecInit()  local
 160 void appSecDeinit(struct AppSecState *state)  in appSecDeinit()
 166 static AppSecErr appSecBlockRx(struct AppSecState *state)  in appSecBlockRx()
 218 static AppSecErr appSecProcessIncomingHdr(struct AppSecState *state, uint32_t *needBytesOut)  in appSecProcessIncomingHdr()
 357 static AppSecErr appSecProcessIncomingData(struct AppSecState *state)  in appSecProcessIncomingData()
 378 AppSecErr appSecDoSomeProcessing(struct AppSecState *state)  in appSecDoSomeProcessing()
 412 static AppSecErr appSecProcessIncomingSigData(struct AppSecState *state)  in appSecProcessIncomingSigData()
 [all …]
 
 | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/base/ | 
| D | SimpleC2Component.cpp | 216     Mutexed<ExecState>::Locked state(mExecState);  in setListener_vb()  local233         Mutexed<ExecState>::Locked state(mExecState);  in queue_nb()  local
 264         Mutexed<ExecState>::Locked state(mExecState);  in flush_sm()  local
 293         Mutexed<ExecState>::Locked state(mExecState);  in drain_nb()  local
 312     Mutexed<ExecState>::Locked state(mExecState);  in start()  local
 338         Mutexed<ExecState>::Locked state(mExecState);  in stop()  local
 363         Mutexed<ExecState>::Locked state(mExecState);  in reset()  local
 512             Mutexed<ExecState>::Locked state(mExecState);  in processQueue()  local
 523             Mutexed<ExecState>::Locked state(mExecState);  in processQueue()  local
 565         Mutexed<ExecState>::Locked state(mExecState);  in processQueue()  local
 [all …]
 
 | 
| /device/generic/goldfish-opengl/system/GLESv1_enc/ | 
| D | GLEncoder.cpp | 75     GLClientState* state = ctx->m_state;  in s_glGetIntegerv()  local118     GLClientState* state = ctx->m_state;  in s_glGetFloatv()  local
 157     GLClientState* state = ctx->m_state;  in s_glGetFixedv()  local
 196     GLClientState* state = ctx->m_state;  in s_glGetBooleanv()  local
 330 void GLEncoder::s_glEnableClientState(void *self, GLenum state)  in s_glEnableClientState()
 338 void GLEncoder::s_glDisableClientState(void *self, GLenum state)  in s_glDisableClientState()
 351     const GLClientState::VertexAttribState& state = ctx->m_state->getState(loc);  in s_glIsEnabled()  local
 403 …  const GLClientState::VertexAttribState& state = m_state->getStateAndEnableDirty(i, &enableDirty);  in sendVertexData()  local
 519         const GLClientState::VertexAttribState& state = ctx->m_state->getState(i);  in s_glDrawArrays()  local
 551         const GLClientState::VertexAttribState& state = ctx->m_state->getState(i);  in s_glDrawElements()  local
 [all …]
 
 | 
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ | 
| D | GLClientState.h | 820 …          const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION);  in getClientStateParameter()  local826 …          const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION);  in getClientStateParameter()  local
 832 …          const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION);  in getClientStateParameter()  local
 838             const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);  in getClientStateParameter()  local
 844             const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);  in getClientStateParameter()  local
 850             const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);  in getClientStateParameter()  local
 856 …          const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION);  in getClientStateParameter()  local
 862 …          const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION);  in getClientStateParameter()  local
 868 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO…  in getClientStateParameter()  local
 874 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO…  in getClientStateParameter()  local
 [all …]
 
 | 
| /device/generic/vulkan-cereal/stream-servers/ | 
| D | RenderChannelImpl.cpp | 58         const auto state = mState;  in RenderChannelImpl()  local74 void RenderChannelImpl::setWantedEvents(State state) {  in setWantedEvents()
 81 RenderChannel::State RenderChannelImpl::state() const {  in state()  function in gfxstream::RenderChannelImpl
 121     mEventCallback = [](State state) {};  in stop()
 159     mEventCallback = [](State state) {};  in stopFromHost()
 189     State state = RenderChannel::State::Empty;  in updateStateLocked()  local
 
 | 
| /device/generic/opengl-transport/host/commands/emugen/ | 
| D | EntryPoint.h | 46     void setUnsupported(bool state) { m_unsupported = state; }  in setUnsupported()48     void setCustomDecoder(bool state) { m_customDecoder = state; }  in setCustomDecoder()
 50     void setNotApi(bool state) { m_notApi = state; }  in setNotApi()
 52     void setFlushOnEncode(bool state) { m_flushOnEncode = state; }  in setFlushOnEncode()
 
 | 
| D | Var.h | 92     void setNullAllowed(bool state) { m_nullAllowed = state; }  in setNullAllowed()93     void setIsLarge(bool state) { m_isLarge = state; }  in setIsLarge()
 94     void setDMA(bool state) { m_isDMA = state; }  in setDMA()
 
 | 
| /device/google/contexthub/firmware/os/platform/stm32/ | 
| D | i2c.c | 178     struct I2cStmState state;  member350     struct I2cStmState *state = &pdev->state;  in stmI2cSlaveIdle()  local
 357 static inline void stmI2cInvokeRxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err)  in stmI2cInvokeRxCallback()
 364 static inline void stmI2cInvokeTxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err)  in stmI2cInvokeTxCallback()
 373     struct I2cStmState *state = &pdev->state;  in stmI2cSlaveRxDone()  local
 382     struct I2cStmState *state = &pdev->state;  in stmI2cSlaveTxDone()  local
 391     struct I2cStmState *state = &pdev->state;  in stmI2cSlaveTxNextByte()  local
 409     struct I2cStmState *state = &pdev->state;  in stmI2cSlaveAddrMatched()  local
 440     struct I2cStmState *state = &pdev->state;  in stmI2cSlaveRxBufNotEmpty()  local
 457     struct I2cStmState *state = &pdev->state;  in stmI2cSlaveTxBufEmpty()  local
 [all …]
 
 | 
| D | dma.c | 195     struct StmDmaStreamState *state = dmaGetStreamState(busId, stream);  in dmaIsrTeif()  local208     struct StmDmaStreamState *state = dmaGetStreamState(busId, stream);  in dmaIsrTcif()  local
 221     struct StmDmaStreamState *state = dmaGetStreamState(busId, stream);  in dmaIsr()  local
 244     struct StmDmaStreamState *state = dmaGetStreamState(busId, stream);  in dmaStart()  local
 286     struct StmDmaStreamState *state = dmaGetStreamState(busId, stream);  in dmaStop()  local
 310             struct StmDmaStreamState *state = dmaGetStreamState(busId, stream);  in dmaStopAll()  local
 
 | 
| D | spi.c | 110     struct StmSpiState state;  member170     struct StmSpiState *state = &pdev->state;  in stmSpiEnable()  local
 275     struct StmSpiState *state = &pdev->state;  in stmSpiDone()  local
 297     struct StmSpiState *state = &pdev->state;  in stmSpiRxDone()  local
 312     struct StmSpiState *state = &pdev->state;  in stmSpiTxDone()  local
 328     struct StmSpiState *state = &pdev->state;  in stmSpiRxTx()  local
 403     struct StmSpiState *state = &pdev->state;  in stmSpiSlaveIdle()  local
 460     struct StmSpiState *state = container_of(isr, struct StmSpiState, isrNss);  in stmSpiExtiIsr()  local
 
 | 
| /device/generic/vulkan-cereal/protocols/generic-apigen/ | 
| D | EntryPoint.h | 51     void setUnsupported(bool state) { m_unsupported = state; }  in setUnsupported()53     void setCustomDecoder(bool state) { m_customDecoder = state; }  in setCustomDecoder()
 55     void setNotApi(bool state) { m_notApi = state; }  in setNotApi()
 57     void setFlushOnEncode(bool state) { m_flushOnEncode = state; }  in setFlushOnEncode()
 
 | 
| D | Var.h | 96     void setNullAllowed(bool state) { m_nullAllowed = state; }  in setNullAllowed()97     void setIsLarge(bool state) { m_isLarge = state; }  in setIsLarge()
 98     void setDMA(bool state) { m_isDMA = state; }  in setDMA()
 
 | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/ | 
| D | VkDecoderGlobalState.h | 760     BoxedHandleUnwrapMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(state) {}  in BoxedHandleUnwrapMapping()799     BoxedHandleWrapMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(state) {}  in BoxedHandleWrapMapping()
 850     BoxedHandleCreateMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(state) {}  in BoxedHandleCreateMapping()
 858     BoxedHandleDestroyMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(state) {}  in BoxedHandleDestroyMapping()
 866     BoxedHandleUnwrapAndDeleteMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(state) {}  in BoxedHandleUnwrapAndDeleteMapping()
 881     BoxedHandleUnwrapAndDeletePreserveBoxedMapping(VkDecoderGlobalState* state)  in BoxedHandleUnwrapAndDeletePreserveBoxedMapping()
 
 | 
| /device/google/contexthub/lib/nanohub/ | 
| D | sha2.c | 21 void sha2init(struct Sha2state *state)  in sha2init()56 static void sha2processBlock(struct Sha2state *state)  in sha2processBlock()
 121 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes)  in sha2processBytes()
 146 const uint32_t* sha2finish(struct Sha2state *state)  in sha2finish()
 
 | 
| D | rsa.c | 168 const uint32_t* rsaPubOpIterative(struct RsaState* state, const uint32_t *a, const uint32_t *c, uin…  in rsaPubOpIterative()214 const uint32_t* rsaPubOp(struct RsaState* state, const uint32_t *a, const uint32_t *c)  in rsaPubOp()
 244 const uint32_t* rsaPrivOp(struct RsaState* state, const uint32_t *a, const uint32_t *b, const uint3…  in rsaPrivOp()
 
 | 
| /device/google/contexthub/firmware/os/algos/common/math/ | 
| D | levenberg_marquardt.c | 51                             float *state) {  in lmSolverSolve()182 bool checkRelativeStepSize(const float *step, const float *state,  in checkRelativeStepSize()
 213                                  const float *state, const void *f_data,  in computeResidualAndGradients()
 
 | 
| /device/generic/goldfish-opengl/system/GLESv2_enc/ | 
| D | GL2Encoder.cpp | 775     GLClientState* state = ctx->m_state;  in s_glGetIntegerv()  local1018     GLClientState* state = ctx->m_state;  in s_glGetFloatv()  local
 1082     GLClientState* state = ctx->m_state;  in s_glGetBooleanv()  local
 1323         const GLClientState::VertexAttribState& state = vaoState.attribState[i];  in sendVertexAttributes()  local
 2238     GLClientState* state = ctx->m_state;  in updateHostTexture2DBindingsFromProgramData()  local
 2302     GLClientState* state = ctx->m_state;  in s_glUniform1i()  local
 2434     GLClientState* state = ctx->m_state;  in s_glActiveTexture()  local
 2449     GLClientState* state = ctx->m_state;  in s_glBindTexture()  local
 2486     GLClientState* state = ctx->m_state;  in s_glDeleteTextures()  local
 2647     GLClientState* state = ctx->m_state;  in s_glTexBufferOES()  local
 [all …]
 
 | 
| /device/generic/vulkan-cereal/gl-host-common/opengl/ | 
| D | OpenglEsPipe.cpp | 298         ChannelState state = mChannel->state();  in onGuestPoll()  local499         ChannelState state = mChannel->state();  in onGuestWantWakeOn()  local
 520     void signalState(ChannelState state) {  in signalState()
 534     void onChannelHostEvent(ChannelState state) {  in onChannelHostEvent()
 
 | 
| /device/google/barbet/vibrator/drv2624/bench/ | 
| D | benchmark.cpp | 51     void SetUp(::benchmark::State &state) override {  in SetUp()86     auto getOtherArg(const ::benchmark::State &state, std::size_t index) const {  in getOtherArg()
 
 | 
| /device/google/redfin/vibrator/drv2624/bench/ | 
| D | benchmark.cpp | 51     void SetUp(::benchmark::State &state) override {  in SetUp()86     auto getOtherArg(const ::benchmark::State &state, std::size_t index) const {  in getOtherArg()
 
 | 
| /device/google/bramble/vibrator/drv2624/bench/ | 
| D | benchmark.cpp | 51     void SetUp(::benchmark::State &state) override {  in SetUp()86     auto getOtherArg(const ::benchmark::State &state, std::size_t index) const {  in getOtherArg()
 
 | 
| /device/google/contexthub/firmware/os/drivers/synaptics_s3708/ | 
| D | synaptics_s3708.c | 122     uint8_t state;  member212 static struct I2cTransfer *allocXfer(uint8_t state)  in allocXfer()
 255 static bool writeRegister(uint8_t reg, uint8_t value, uint8_t state)  in writeRegister()
 268 static bool setSleepEnable(bool enable, uint8_t state)  in setSleepEnable()
 273 static bool setReportingMode(uint8_t mode, uint8_t state)  in setReportingMode()
 
 | 
| /device/google/contexthub/firmware/os/drivers/st_hts221/ | 
| D | hts221.c | 142     uint8_t state;  member189 static struct I2cTransfer *allocXfer(uint8_t state)  in allocXfer()
 224 static bool i2c_read(uint8_t addr, uint16_t len, uint32_t delay, uint8_t state)  in i2c_read()
 248 static bool i2c_write(uint8_t addr, uint8_t data, uint32_t delay, uint8_t state)  in i2c_write()
 307     uint32_t state = on ? SENSOR_HUMIDITY_POWER_UP : SENSOR_HUMIDITY_POWER_DOWN;  in humidityPower()  local
 
 | 
| /device/google/contexthub/firmware/os/drivers/st_lps22hb/ | 
| D | lps22hb.c | 150     uint8_t state;  member214 static struct I2cTransfer *allocXfer(uint8_t state)  in allocXfer()
 248 static bool i2c_read(uint8_t addr, uint16_t len, uint32_t delay, uint8_t state)  in i2c_read()
 265 static bool i2c_write(uint8_t addr, uint8_t data, uint32_t delay, uint8_t state)  in i2c_write()
 355     uint32_t state = on ? SENSOR_BARO_POWER_UP : SENSOR_BARO_POWER_DOWN;  in baroPower()  local
 452     uint32_t state = on ? SENSOR_TEMP_POWER_UP : SENSOR_TEMP_POWER_DOWN;  in tempPower()  local
 
 |