HomeSort by relevance Sort by last modified time
    Searched full:path_to_fake (Results 1 - 3 of 3) sorted by null

  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.h 103 char *path_to_fake; member in struct:_GstXCamSrc
gstxcamsrc.cpp 608 xcamsrc->path_to_fake = NULL;
683 g_value_set_string (value, src->path_to_fake);
780 if (src->path_to_fake)
781 xcam_free (src->path_to_fake);
782 src->path_to_fake = NULL;
784 src->path_to_fake = strndup (raw_path, XCAM_MAX_STR_SIZE);
    [all...]
  /external/libxcam/tests/
test-device-manager.cpp 371 std::string path_to_fake; local
637 path_to_fake = optarg;
667 if (path_to_fake.c_str ()) {
882 } else if (path_to_fake.c_str ()) {
883 poll_thread = new FakePollThread (path_to_fake.c_str ());

Completed in 104 milliseconds