| /device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
| D | GLClientState.h | 281 … const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 287 … const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 293 … const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 299 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 305 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 311 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 317 … const GLClientState::VertexAttribState *state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter() local 323 … const GLClientState::VertexAttribState *state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter() local 329 …const GLClientState::VertexAttribState *state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter() local 335 …const GLClientState::VertexAttribState *state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter() local [all …]
|
| D | GLClientState.cpp | 77 void GLClientState::enable(int location, int state) in enable() 166 const GLClientState::VertexAttribState *state = NULL; in getClientStatePointer() local
|
| /device/google/contexthub/firmware/src/ |
| D | spi.c | 60 static int spiMasterStart(struct SpiDeviceState *state, in spiMasterStart() 80 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spi_masterStartAsync_done() local 92 static void spiMasterNext(struct SpiDeviceState *state) in spiMasterNext() 114 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterRxTxDone() local 131 static void spiMasterStop(struct SpiDeviceState *state) in spiMasterStop() 149 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterStopAsyncDone() local 153 static void spiMasterDone(struct SpiDeviceState *state, int err) in spiMasterDone() 161 static int spiSlaveStart(struct SpiDeviceState *state, in spiSlaveStart() 180 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveStartAsyncDone() local 190 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveRxTxDone() local [all …]
|
| D | appSec.c | 100 static void limitChunkSize(struct AppSecState *state) in limitChunkSize() 108 static void appSecSetCurState(struct AppSecState *state, uint32_t curState) in appSecSetCurState() 136 static inline uint32_t appSecGetCurState(const struct AppSecState *state) in appSecGetCurState() 144 struct AppSecState *state = heapAlloc(sizeof(struct AppSecState)); in appSecInit() local 161 void appSecDeinit(struct AppSecState *state) in appSecDeinit() 167 static AppSecErr appSecBlockRx(struct AppSecState *state) in appSecBlockRx() 219 static AppSecErr appSecProcessIncomingHdr(struct AppSecState *state, uint32_t *needBytesOut) in appSecProcessIncomingHdr() 346 static AppSecErr appSecProcessIncomingData(struct AppSecState *state) in appSecProcessIncomingData() 367 AppSecErr appSecDoSomeProcessing(struct AppSecState *state) in appSecDoSomeProcessing() 401 static AppSecErr appSecProcessIncomingSigData(struct AppSecState *state) in appSecProcessIncomingSigData() [all …]
|
| /device/generic/goldfish/lights/ |
| D | lights_qemu.c | 56 rgb_to_brightness( struct light_state_t const* state ) in rgb_to_brightness() 65 set_light_backlight( struct light_device_t* dev, struct light_state_t const* state ) in set_light_backlight() 101 set_light_buttons( struct light_device_t* dev, struct light_state_t const* state ) in set_light_buttons() 110 set_light_battery( struct light_device_t* dev, struct light_state_t const* state ) in set_light_battery() 119 set_light_keyboard( struct light_device_t* dev, struct light_state_t const* state ) in set_light_keyboard() 128 set_light_notifications( struct light_device_t* dev, struct light_state_t const* state ) in set_light_notifications() 137 set_light_attention( struct light_device_t* dev, struct light_state_t const* state ) in set_light_attention()
|
| /device/generic/goldfish/opengl/system/GLESv1_enc/ |
| D | GLEncoder.cpp | 75 GLClientState* state = ctx->m_state; in s_glGetIntegerv() local 113 GLClientState* state = ctx->m_state; in s_glGetFloatv() local 152 GLClientState* state = ctx->m_state; in s_glGetFixedv() local 191 GLClientState* state = ctx->m_state; in s_glGetBooleanv() local 325 void GLEncoder::s_glEnableClientState(void *self, GLenum state) in s_glEnableClientState() 333 void GLEncoder::s_glDisableClientState(void *self, GLenum state) in s_glDisableClientState() 346 const GLClientState::VertexAttribState *state = ctx->m_state->getState(loc); in s_glIsEnabled() local 401 … const GLClientState::VertexAttribState *state = m_state->getStateAndEnableDirty(i, &enableDirty); in sendVertexData() local 517 const GLClientState::VertexAttribState *state = ctx->m_state->getState(i); in s_glDrawArrays() local 548 const GLClientState::VertexAttribState *state = ctx->m_state->getState(i); in s_glDrawElements() local [all …]
|
| /device/google/marlin/liblight/ |
| D | lights.c | 166 is_lit(struct light_state_t const* state) in is_lit() 172 rgb_to_brightness(struct light_state_t const* state) in rgb_to_brightness() 181 struct light_state_t const* state) in set_light_backlight() 218 struct light_state_t const* state) in set_speaker_light_locked() 280 struct light_state_t const* state) in set_light_battery() 292 struct light_state_t const* state) in set_light_notifications() 303 struct light_state_t const* state) in set_light_attention() 318 struct light_state_t const* state) in set_light_buttons()
|
| /device/google/contexthub/firmware/src/platform/stm32f4xx/ |
| D | i2c.c | 177 struct I2cStmState state; member 347 struct I2cStmState *state = &pdev->state; in stmI2cSlaveIdle() local 354 static inline void stmI2cInvokeRxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err) in stmI2cInvokeRxCallback() 361 static inline void stmI2cInvokeTxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err) in stmI2cInvokeTxCallback() 370 struct I2cStmState *state = &pdev->state; in stmI2cSlaveRxDone() local 379 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxDone() local 388 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxNextByte() local 406 struct I2cStmState *state = &pdev->state; in stmI2cSlaveAddrMatched() local 437 struct I2cStmState *state = &pdev->state; in stmI2cSlaveRxBufNotEmpty() local 454 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxBufEmpty() local [all …]
|
| D | dma.c | 195 struct StmDmaStreamState *state = dmaGetStreamState(busId, stream); in dmaIsrTeif() local 208 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; member 170 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/huawei/angler/liblight/ |
| D | lights.c | 140 is_lit(struct light_state_t const* state) in is_lit() 146 rgb_to_brightness(struct light_state_t const* state) in rgb_to_brightness() 155 struct light_state_t const* state) in set_light_backlight() 202 struct light_state_t const* state, enum led_type type) in set_speaker_light_locked() 284 struct light_state_t const* state) in set_light_battery() 300 struct light_state_t const* state) in set_light_notifications()
|
| /device/htc/flounder/lights/ |
| D | lights.c | 57 static int rgb_to_brightness(struct light_state_t const *state) in rgb_to_brightness() 66 struct light_state_t const* state) in set_light_battery() 80 struct light_state_t const* state) in set_light_notifications() 94 struct light_state_t const *state) in set_light_backlight()
|
| /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/lge/bullhead/liblight/ |
| D | lights.c | 101 static int rgb_to_brightness(struct light_state_t const* state) in rgb_to_brightness() 110 struct light_state_t const* state) in set_light_backlight() 122 static int set_light_locked(struct light_state_t const* state, int type __unused) in set_light_locked() 176 struct light_state_t const* state) in set_light_notifications() 186 struct light_state_t const* state) in set_light_attention()
|
| /device/google/marlin/power/ |
| D | metadata-defs.h | 41 int state; member 46 int state; member 51 int state; member
|
| /device/google/marlin/recovery/oem-recovery/ |
| D | oem-updater.cpp | 37 Value* DecryptFn(const char* name, State* state, int argc, Expr* argv[]) { in DecryptFn() 55 Value* BootUpdateFn(const char* name, State* state, int argc, Expr* argv[]) in BootUpdateFn()
|
| /device/lge/bullhead/power/ |
| D | metadata-defs.h | 41 int state; member 46 int state; member
|
| /device/huawei/angler/power/ |
| D | metadata-defs.h | 41 int state; member 46 int state; member
|
| /device/generic/goldfish/opengl/system/GLESv2_enc/ |
| D | GL2Encoder.cpp | 246 GLClientState* state = ctx->m_state; in s_glGetIntegerv() local 323 GLClientState* state = ctx->m_state; in s_glGetFloatv() local 371 GLClientState* state = ctx->m_state; in s_glGetBooleanv() local 481 … const GLClientState::VertexAttribState *state = m_state->getStateAndEnableDirty(i, &enableDirty); in sendVertexAttributes() local 544 const GLClientState::VertexAttribState *state = ctx->m_state->getState(i); in s_glDrawArrays() local 578 const GLClientState::VertexAttribState *state = ctx->m_state->getState(i); in s_glDrawElements() local 1001 GLClientState* state = ctx->m_state; in s_glUseProgram() local 1073 GLClientState* state = ctx->m_state; in s_glUniform1i() local 1254 GLClientState* state = ctx->m_state; in s_glActiveTexture() local 1265 GLClientState* state = ctx->m_state; in s_glBindTexture() local [all …]
|
| D | GL2Encoder.h | 28 void setClientState(GLClientState *state) { in setClientState() 32 const GLClientState *state() { return m_state; } in state() function
|
| /device/google/contexthub/firmware/src/cpu/cortexm4f/ |
| D | cpu.c | 174 uint32_t state; in cpuIntsOff() local 187 uint32_t state; in cpuIntsOn() local 198 void cpuIntsRestore(uint64_t state) in cpuIntsRestore()
|
| /device/google/contexthub/firmware/src/cpu/x86/ |
| D | cpu.c | 39 void cpuIntsRestore(uint64_t state) in cpuIntsRestore()
|
| /device/google/dragon/recovery/updater/ |
| D | recovery_updater.cpp | 26 Value* firmware_update(const char *name, State * state, int argc, Expr * argv[]) { in firmware_update()
|
| /device/google/dragon/lights/ |
| D | lights.c | 148 static int rgb_to_brightness(struct light_state_t const *state) in rgb_to_brightness() 157 struct light_state_t const *state) in set_light_backlight()
|