HomeSort by relevance Sort by last modified time
    Searched defs:Prepare (Results 26 - 50 of 69) sorted by null

12 3

  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_display_virtual.cpp 128 int HWCDisplayVirtual::Prepare(hwc_display_contents_1_t *content_list) {
hwc_display_external.cpp 113 int HWCDisplayExternal::Prepare(hwc_display_contents_1_t *content_list) {
hwc_display_external_test.cpp 127 int HWCDisplayExternalTest::Prepare(hwc_display_contents_1_t *content_list) {
144 DisplayError error = display_intf_->Prepare(&layer_stack_);
149 DLOGE("Prepare failed. Error = %d", error);
hwc_display_primary.cpp 156 int HWCDisplayPrimary::Prepare(hwc_display_contents_1_t *content_list) {
320 // Skip Prepare and call Flush for null commit
blit_engine_c2d.cpp 254 int BlitEngineC2d::Prepare(LayerStack *layer_stack) {
  /external/brotli/enc/
hash_forgetful_chain_inc.h 67 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot,
130 /* Prepare the hashes for three last bytes of the last write.
hash_longest_match64_inc.h 78 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot,
134 /* Prepare the hashes for three last bytes of the last write.
hash_longest_match_inc.h 73 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot,
127 /* Prepare the hashes for three last bytes of the last write.
hash_to_binary_tree_inc.h 70 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot,
  /external/dng_sdk/source/
dng_opcodes.h 358 virtual void Prepare (dng_negative & /* negative */,
376 /// between 0 and threadCount - 1 for the threadCount passed to Prepare
460 virtual void Prepare (dng_negative & /* negative */,
479 /// between 0 and threadCount - 1 for the threadCount passed to Prepare
  /external/libchrome/base/message_loop/
message_pump_glib_unittest.cc 113 static gboolean Prepare(GSource* source, gint* timeout_ms) {
137 EventInjector::Prepare,
  /external/rmi4utils/f54test/
f54test.cpp 61 int F54Test::Prepare(f54_report_types reportType)
    [all...]
  /frameworks/ml/nn/common/operations/
LSTM.cpp 230 bool LSTMCell::Prepare(const Operation &operation,
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_primary.cpp 139 int HWCDisplayPrimary::Prepare(hwc_display_contents_1_t *content_list) {
297 // Skip Prepare and call Flush for null commit
blit_engine_c2d.cpp 254 int BlitEngineC2d::Prepare(LayerStack *layer_stack) {
  /hardware/qcom/display/msm8998/sdm/libs/core/
comp_manager.cpp 275 DisplayError CompManager::Prepare(Handle display_ctx, HWLayers *hw_layers) {
300 error = resource_intf_->Prepare(display_resource_ctx, hw_layers);
350 error = resource_intf_->Prepare(display_resource_ctx, hw_layers);
resource_default.cpp 221 DisplayError ResourceDefault::Prepare(Handle display_ctx, HWLayers *hw_layers) {
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 513 func (c *fakeConn) Prepare(query string) (driver.Stmt, error) {
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 513 func (c *fakeConn) Prepare(query string) (driver.Stmt, error) {
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.cc 259 return Prepare(servers, shared_socket_mode, interval_ms, num_request_per_ip,
263 bool StunProber::Prepare(const std::vector<rtc::SocketAddress>& servers,
345 // Prepare all the sockets beforehand. All of them will bind to "any" address.
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 68 static void Prepare(const FuzzingOptions &Options, Fuzzer::Coverage *C) {
680 CoverageController::Prepare(Options, &MaxCoverage);
  /external/v8/src/
keys.cc 240 void FastKeyAccumulator::Prepare() {
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayport.cc 166 void Prepare(StunMessage* request) override;
785 void AllocateRequest::Prepare(StunMessage* request) {
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 419 layer.Prepare();
883 // Prepare a new layer stack, pulling in layers from the previous
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 221 DisplayError ResourceDefault::Prepare(Handle display_ctx, HWLayers *hw_layers) {

Completed in 2096 milliseconds

12 3