Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/tests/msgq/1.0/
DIBenchmarkMsgQ.hal25 * by the service. Client can use it to set up the FMQ at its end.
35 * by the service. Client can use it to set up the FMQ at its end.
DITestMsgQ.hal31 * set up by the service. Client can use it to set up the FMQ at its end.
47 * set up by the service. Client can use it to set up the FMQ at its end.
/hardware/interfaces/broadcastradio/1.1/
DITunerCallback.hal61 * Client may retrieve the actual list with ITuner::getProgramList.
DITuner.hal65 * Client application MUST verify vendor/product name
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.cpp206 case HWC2::Composition::Client: in SetLayerBuffer()
557 hwc_composition = HWC2::Composition::Client; in SetLayerBuffer()
Dhwc_display.cpp332 if (hwc_layer->GetClientRequestedCompositionType() == HWC2::Composition::Client) { in BuildLayerStack()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp170 case HWC2::Composition::Client: in SetLayerCompositionType()
561 hwc_composition = HWC2::Composition::Client; in SetComposition()
Dhwc_display.cpp327 if (hwc_layer->GetClientRequestedCompositionType() == HWC2::Composition::Client) { in BuildLayerStack()
1673 if (hwc_layer->GetDeviceSelectedCompositionType() == HWC2::Composition::Client) { in BuildLayerStack()
/hardware/interfaces/wifi/1.0/
DIWifiChipEventCallback.hal85 * Client must not attempt to parse either the errorCode or debugData.
/hardware/interfaces/tv/input/1.0/
Dtypes.hal108 * Stream configurations are changed. Client must regard all open streams
/hardware/libhardware/include/hardware/
Dhwcomposer2.h584 Client = HWC2_COMPOSITION_CLIENT, enumerator
/hardware/interfaces/audio/2.0/
DIStreamOut.hal173 * still be using power. Client code may consider calling 'suspend' after a
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaNetwork.hal440 * Set EAP Client certificate file path for this network.
834 * Get EAP Client certificate file path set for this network.
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1899 if (layer.getCompositionType() != Composition::Client) { in updateTypeChanges()
1900 mChanges->addTypeChange(layerId, Composition::Client); in updateTypeChanges()
2301 case Composition::Client: in applyCompositionType()