Home
last modified time | relevance | path

Searched refs:modeId (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/wifi/1.0/
DIWifiChipEventCallback.hal26 * @param modeId The mode that the chip switched to, corresponding to the id
29 oneway onChipReconfigured(ChipModeId modeId);
DIWifiChip.hal235 * @param modeId The mode that the chip must switch to, corresponding to the
245 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);
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_qclient.cpp342 static void applyModeById(hwc_context_t* ctx, int32_t modeId) { in applyModeById() argument
343 int err = ctx->mColorMode->applyModeByID(modeId); in applyModeById()
345 ALOGD("%s: Not able to apply mode: %d", __FUNCTION__, modeId); in applyModeById()
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_chip_hidl_test.cpp71 Return<void> onChipReconfigured(uint32_t modeId __unused) { in onChipReconfigured()
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_chip_hidl_test.cpp77 Return<void> onChipReconfigured(uint32_t modeId __unused) { in onChipReconfigured()