HomeSort by relevance Sort by last modified time
    Searched refs:DELETE_STREAM (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
FormattedStream.h 29 /// DELETE_STREAM - Tell the destructor to delete the held stream.
31 static const bool DELETE_STREAM = true;
  /frameworks/av/camera/
IProCameraUser.cpp 40 DELETE_STREAM,
138 remote()->transact(DELETE_STREAM, data, &reply);
258 case DELETE_STREAM: {
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 42 DELETE_STREAM,
205 remote()->transact(DELETE_STREAM, data, &reply);
390 case DELETE_STREAM: {
  /external/clang/tools/driver/
cc1as_main.cpp 276 return new formatted_raw_ostream(*Out, formatted_raw_ostream::DELETE_STREAM);

Completed in 128 milliseconds