Searched refs:modeId (Results 1 – 5 of 5) sorted by relevance
26 * @param modeId The mode that the chip switched to, corresponding to the id29 oneway onChipReconfigured(ChipModeId modeId);
235 * @param modeId The mode that the chip must switch to, corresponding to the245 configureChip(ChipModeId modeId) generates (WifiStatus status);250 * @return modeId The mode that the chip is currently configured to,257 getMode() generates (WifiStatus status, ChipModeId modeId);
342 static void applyModeById(hwc_context_t* ctx, int32_t modeId) { in applyModeById() argument343 int err = ctx->mColorMode->applyModeByID(modeId); in applyModeById()345 ALOGD("%s: Not able to apply mode: %d", __FUNCTION__, modeId); in applyModeById()
71 Return<void> onChipReconfigured(uint32_t modeId __unused) { in onChipReconfigured()
77 Return<void> onChipReconfigured(uint32_t modeId __unused) { in onChipReconfigured()